[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.3]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-8ES
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.4 (main, Jun  7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_ansible.yml ****************************************************
1 plays in /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml

PLAY [Ensure that the roles runs with default parameters] **********************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:2
Saturday 24 August 2024  01:23:18 -0400 (0:00:00.011)       0:00:00.011 ******* 
[WARNING]: Platform linux on host managed_node1 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node1]

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 24 August 2024  01:23:24 -0400 (0:00:05.210)       0:00:05.221 ******* 
included: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 24 August 2024  01:23:24 -0400 (0:00:00.053)       0:00:05.274 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 24 August 2024  01:23:24 -0400 (0:00:00.064)       0:00:05.339 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 24 August 2024  01:23:24 -0400 (0:00:00.607)       0:00:05.946 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 24 August 2024  01:23:24 -0400 (0:00:00.026)       0:00:05.973 ******* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 24 August 2024  01:23:25 -0400 (0:00:00.410)       0:00:06.384 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 24 August 2024  01:23:25 -0400 (0:00:00.032)       0:00:06.417 ******* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 24 August 2024  01:24:11 -0400 (0:00:45.877)       0:00:52.294 ******* 
skipping: [managed_node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 24 August 2024  01:24:11 -0400 (0:00:00.037)       0:00:52.331 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 24 August 2024  01:24:11 -0400 (0:00:00.036)       0:00:52.368 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 24 August 2024  01:24:11 -0400 (0:00:00.035)       0:00:52.404 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 24 August 2024  01:24:11 -0400 (0:00:00.034)       0:00:52.438 ******* 
skipping: [managed_node1] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 24 August 2024  01:24:11 -0400 (0:00:00.043)       0:00:52.482 ******* 
ok: [managed_node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus-broker.service basic.target dbus.socket polkit.service sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service nftables.service ipset.service ip6tables.service shutdown.target iptables.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 24 August 2024  01:24:12 -0400 (0:00:00.841)       0:00:53.324 ******* 
changed: [managed_node1] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus-broker.service sysinit.target dbus.socket system.slice polkit.service basic.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service nftables.service shutdown.target iptables.service ip6tables.service ipset.service",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 24 August 2024  01:24:15 -0400 (0:00:02.944)       0:00:56.268 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 24 August 2024  01:24:15 -0400 (0:00:00.048)       0:00:56.316 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 24 August 2024  01:24:15 -0400 (0:00:00.036)       0:00:56.353 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 24 August 2024  01:24:15 -0400 (0:00:00.036)       0:00:56.389 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 24 August 2024  01:24:15 -0400 (0:00:00.045)       0:00:56.435 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 24 August 2024  01:24:15 -0400 (0:00:00.049)       0:00:56.484 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "firewall | length == 1",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 24 August 2024  01:24:15 -0400 (0:00:00.065)       0:00:56.550 ******* 
ok: [managed_node1] => {
    "changed": false,
    "firewall_config": {
        "custom": {
            "zones": {
                "public": {
                    "description": "For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.",
                    "egress_priority": 0,
                    "forward": true,
                    "forward_ports": [],
                    "icmp_block_inversion": false,
                    "icmp_blocks": [],
                    "ingress_priority": 0,
                    "interfaces": [],
                    "masquerade": false,
                    "ports": [],
                    "protocols": [],
                    "rules_str": [],
                    "services": [
                        "ssh",
                        "mdns",
                        "dhcpv6-client"
                    ],
                    "short": "Public",
                    "source_ports": [],
                    "sources": [],
                    "target": "default",
                    "version": ""
                }
            }
        },
        "default": {
            "helpers": [
                "sane",
                "amanda",
                "sip",
                "h323",
                "netbios-ns",
                "Q.931",
                "tftp",
                "pptp",
                "snmp",
                "irc",
                "proto-gre",
                "ftp",
                "RAS"
            ],
            "icmptypes": [
                "timestamp-reply",
                "failed-policy",
                "timestamp-request",
                "reject-route",
                "bad-header",
                "router-advertisement",
                "tos-host-redirect",
                "tos-host-unreachable",
                "echo-request",
                "port-unreachable",
                "host-redirect",
                "communication-prohibited",
                "network-unknown",
                "ip-header-bad",
                "protocol-unreachable",
                "tos-network-redirect",
                "host-unreachable",
                "packet-too-big",
                "host-unknown",
                "network-unreachable",
                "source-quench",
                "network-prohibited",
                "destination-unreachable",
                "host-precedence-violation",
                "unknown-header-type",
                "required-option-missing",
                "beyond-scope",
                "parameter-problem",
                "time-exceeded",
                "fragmentation-needed",
                "redirect",
                "precedence-cutoff",
                "source-route-failed",
                "no-route",
                "network-redirect",
                "address-unreachable",
                "unknown-option",
                "neighbour-advertisement",
                "router-solicitation",
                "host-prohibited",
                "echo-reply",
                "ttl-zero-during-reassembly",
                "ttl-zero-during-transit",
                "tos-network-unreachable",
                "neighbour-solicitation"
            ],
            "policies": [
                "allow-host-ipv6"
            ],
            "services": [
                "squid",
                "kpasswd",
                "sane",
                "kerberos",
                "bacula-client",
                "galera",
                "civilization-v",
                "memcache",
                "kubelet-worker",
                "git",
                "smtp",
                "kube-worker",
                "statsrv",
                "llmnr-client",
                "quassel",
                "snmptls",
                "upnp-client",
                "wbem-https",
                "xmpp-local",
                "rpc-bind",
                "snmptrap",
                "bareos-filedaemon",
                "klogin",
                "openvpn",
                "pop3",
                "managesieve",
                "xdmcp",
                "foreman",
                "kubelet-readonly",
                "minidlna",
                "syslog",
                "svdrp",
                "ws-discovery-client",
                "nebula",
                "anno-1602",
                "ptp",
                "kshell",
                "freeipa-ldap",
                "plex",
                "ipsec",
                "smtp-submission",
                "amqp",
                "zabbix-trapper",
                "privoxy",
                "elasticsearch",
                "sips",
                "kube-scheduler-secure",
                "dns",
                "afp",
                "ws-discovery",
                "kprop",
                "wsman",
                "ovirt-vmconsole",
                "mongodb",
                "mysql",
                "vdsm",
                "ps3netsrv",
                "nrpe",
                "dhcpv6-client",
                "cfengine",
                "ipfs",
                "ceph-mon",
                "mosh",
                "pop3s",
                "jenkins",
                "samba-client",
                "audit",
                "puppetmaster",
                "steam-streaming",
                "ganglia-master",
                "high-availability",
                "rtsp",
                "matrix",
                "freeipa-trust",
                "mdns",
                "kube-control-plane-secure",
                "pmcd",
                "condor-collector",
                "docker-registry",
                "zabbix-server",
                "ldap",
                "rdp",
                "mqtt",
                "murmur",
                "foreman-proxy",
                "xmpp-client",
                "nut",
                "http3",
                "slp",
                "wbem-http",
                "sip",
                "kube-scheduler",
                "ms-wbt",
                "netdata-dashboard",
                "syncthing-gui",
                "kube-nodeport-services",
                "etcd-client",
                "apcupsd",
                "docker-swarm",
                "ntp",
                "tile38",
                "factorio",
                "bgp",
                "tor-socks",
                "kube-api",
                "zabbix-agent",
                "bittorrent-lsd",
                "bitcoin-testnet",
                "netbios-ns",
                "rsyncd",
                "xmpp-bosh",
                "amanda-client",
                "ssdp",
                "salt-master",
                "mountd",
                "opentelemetry",
                "lightning-network",
                "freeipa-replication",
                "ceph",
                "vnc-server",
                "ganglia-client",
                "bacula",
                "llmnr",
                "warpinator",
                "samba",
                "amqps",
                "ircs",
                "prometheus-node-exporter",
                "checkmk-agent",
                "RH-Satellite-6-capsule",
                "supertuxkart",
                "stronghold-crusader",
                "spideroak-lansync",
                "isns",
                "pulseaudio",
                "llmnr-udp",
                "nmea-0183",
                "bb",
                "syslog-tls",
                "libvirt",
                "minecraft",
                "rsh",
                "https",
                "pmproxy",
                "dds-unicast",
                "xmpp-server",
                "ipp",
                "settlers-history-collection",
                "nbd",
                "pmwebapi",
                "kubelet",
                "tftp",
                "radius",
                "http",
                "synergy",
                "svn",
                "nfs",
                "pmwebapis",
                "smtps",
                "ldaps",
                "syncthing-relay",
                "dhcpv6",
                "iscsi-target",
                "ausweisapp2",
                "spotify-sync",
                "snmp",
                "kube-controller-manager-secure",
                "syncthing",
                "transmission-client",
                "ctdb",
                "gpsd",
                "dhcp",
                "dns-over-tls",
                "ssh",
                "ws-discovery-tcp",
                "ipp-client",
                "dds-multicast",
                "syscomlan",
                "imaps",
                "RH-Satellite-6",
                "gre",
                "ident",
                "anno-1800",
                "tinc",
                "civilization-iv",
                "redis",
                "cratedb",
                "proxy-dhcp",
                "cockpit",
                "grafana",
                "llmnr-tcp",
                "dds",
                "amanda-k5-client",
                "postgresql",
                "irc",
                "kube-control-plane",
                "prometheus",
                "mssql",
                "ftp",
                "nfs3",
                "terraria",
                "ovirt-storageconsole",
                "dropbox-lansync",
                "kube-controller-manager",
                "wsmans",
                "libvirt-tls",
                "zerotier",
                "zabbix-web-service",
                "ps2link",
                "finger",
                "ceph-exporter",
                "telnet",
                "distcc",
                "zabbix-java-gateway",
                "stellaris",
                "kube-apiserver",
                "bitcoin",
                "rquotad",
                "etcd-server",
                "tentacle",
                "ws-discovery-udp",
                "zero-k",
                "snmptls-trap",
                "collectd",
                "ovirt-imageio",
                "bareos-director",
                "imap",
                "kdeconnect",
                "redis-sentinel",
                "0-AD",
                "wireguard",
                "mqtt-tls",
                "kadmin",
                "freeipa-4",
                "freeipa-ldaps",
                "bareos-storage",
                "need-for-speed-most-wanted",
                "kibana",
                "bitcoin-testnet-rpc",
                "samba-dc",
                "bitcoin-rpc"
            ],
            "zones": [
                "FedoraWorkstation",
                "internal",
                "nm-shared",
                "work",
                "dmz",
                "block",
                "trusted",
                "FedoraServer",
                "public",
                "drop",
                "home",
                "external"
            ]
        },
        "default_zone": "public"
    }
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 24 August 2024  01:24:18 -0400 (0:00:02.909)       0:00:59.460 ******* 
ok: [managed_node1] => {
    "ansible_facts": {
        "firewall_config": {
            "custom": {
                "zones": {
                    "public": {
                        "description": "For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.",
                        "egress_priority": 0,
                        "forward": true,
                        "forward_ports": [],
                        "icmp_block_inversion": false,
                        "icmp_blocks": [],
                        "ingress_priority": 0,
                        "interfaces": [],
                        "masquerade": false,
                        "ports": [],
                        "protocols": [],
                        "rules_str": [],
                        "services": [
                            "ssh",
                            "mdns",
                            "dhcpv6-client"
                        ],
                        "short": "Public",
                        "source_ports": [],
                        "sources": [],
                        "target": "default",
                        "version": ""
                    }
                }
            },
            "default": {
                "helpers": [
                    "sane",
                    "amanda",
                    "sip",
                    "h323",
                    "netbios-ns",
                    "Q.931",
                    "tftp",
                    "pptp",
                    "snmp",
                    "irc",
                    "proto-gre",
                    "ftp",
                    "RAS"
                ],
                "icmptypes": [
                    "timestamp-reply",
                    "failed-policy",
                    "timestamp-request",
                    "reject-route",
                    "bad-header",
                    "router-advertisement",
                    "tos-host-redirect",
                    "tos-host-unreachable",
                    "echo-request",
                    "port-unreachable",
                    "host-redirect",
                    "communication-prohibited",
                    "network-unknown",
                    "ip-header-bad",
                    "protocol-unreachable",
                    "tos-network-redirect",
                    "host-unreachable",
                    "packet-too-big",
                    "host-unknown",
                    "network-unreachable",
                    "source-quench",
                    "network-prohibited",
                    "destination-unreachable",
                    "host-precedence-violation",
                    "unknown-header-type",
                    "required-option-missing",
                    "beyond-scope",
                    "parameter-problem",
                    "time-exceeded",
                    "fragmentation-needed",
                    "redirect",
                    "precedence-cutoff",
                    "source-route-failed",
                    "no-route",
                    "network-redirect",
                    "address-unreachable",
                    "unknown-option",
                    "neighbour-advertisement",
                    "router-solicitation",
                    "host-prohibited",
                    "echo-reply",
                    "ttl-zero-during-reassembly",
                    "ttl-zero-during-transit",
                    "tos-network-unreachable",
                    "neighbour-solicitation"
                ],
                "policies": [
                    "allow-host-ipv6"
                ],
                "services": [
                    "squid",
                    "kpasswd",
                    "sane",
                    "kerberos",
                    "bacula-client",
                    "galera",
                    "civilization-v",
                    "memcache",
                    "kubelet-worker",
                    "git",
                    "smtp",
                    "kube-worker",
                    "statsrv",
                    "llmnr-client",
                    "quassel",
                    "snmptls",
                    "upnp-client",
                    "wbem-https",
                    "xmpp-local",
                    "rpc-bind",
                    "snmptrap",
                    "bareos-filedaemon",
                    "klogin",
                    "openvpn",
                    "pop3",
                    "managesieve",
                    "xdmcp",
                    "foreman",
                    "kubelet-readonly",
                    "minidlna",
                    "syslog",
                    "svdrp",
                    "ws-discovery-client",
                    "nebula",
                    "anno-1602",
                    "ptp",
                    "kshell",
                    "freeipa-ldap",
                    "plex",
                    "ipsec",
                    "smtp-submission",
                    "amqp",
                    "zabbix-trapper",
                    "privoxy",
                    "elasticsearch",
                    "sips",
                    "kube-scheduler-secure",
                    "dns",
                    "afp",
                    "ws-discovery",
                    "kprop",
                    "wsman",
                    "ovirt-vmconsole",
                    "mongodb",
                    "mysql",
                    "vdsm",
                    "ps3netsrv",
                    "nrpe",
                    "dhcpv6-client",
                    "cfengine",
                    "ipfs",
                    "ceph-mon",
                    "mosh",
                    "pop3s",
                    "jenkins",
                    "samba-client",
                    "audit",
                    "puppetmaster",
                    "steam-streaming",
                    "ganglia-master",
                    "high-availability",
                    "rtsp",
                    "matrix",
                    "freeipa-trust",
                    "mdns",
                    "kube-control-plane-secure",
                    "pmcd",
                    "condor-collector",
                    "docker-registry",
                    "zabbix-server",
                    "ldap",
                    "rdp",
                    "mqtt",
                    "murmur",
                    "foreman-proxy",
                    "xmpp-client",
                    "nut",
                    "http3",
                    "slp",
                    "wbem-http",
                    "sip",
                    "kube-scheduler",
                    "ms-wbt",
                    "netdata-dashboard",
                    "syncthing-gui",
                    "kube-nodeport-services",
                    "etcd-client",
                    "apcupsd",
                    "docker-swarm",
                    "ntp",
                    "tile38",
                    "factorio",
                    "bgp",
                    "tor-socks",
                    "kube-api",
                    "zabbix-agent",
                    "bittorrent-lsd",
                    "bitcoin-testnet",
                    "netbios-ns",
                    "rsyncd",
                    "xmpp-bosh",
                    "amanda-client",
                    "ssdp",
                    "salt-master",
                    "mountd",
                    "opentelemetry",
                    "lightning-network",
                    "freeipa-replication",
                    "ceph",
                    "vnc-server",
                    "ganglia-client",
                    "bacula",
                    "llmnr",
                    "warpinator",
                    "samba",
                    "amqps",
                    "ircs",
                    "prometheus-node-exporter",
                    "checkmk-agent",
                    "RH-Satellite-6-capsule",
                    "supertuxkart",
                    "stronghold-crusader",
                    "spideroak-lansync",
                    "isns",
                    "pulseaudio",
                    "llmnr-udp",
                    "nmea-0183",
                    "bb",
                    "syslog-tls",
                    "libvirt",
                    "minecraft",
                    "rsh",
                    "https",
                    "pmproxy",
                    "dds-unicast",
                    "xmpp-server",
                    "ipp",
                    "settlers-history-collection",
                    "nbd",
                    "pmwebapi",
                    "kubelet",
                    "tftp",
                    "radius",
                    "http",
                    "synergy",
                    "svn",
                    "nfs",
                    "pmwebapis",
                    "smtps",
                    "ldaps",
                    "syncthing-relay",
                    "dhcpv6",
                    "iscsi-target",
                    "ausweisapp2",
                    "spotify-sync",
                    "snmp",
                    "kube-controller-manager-secure",
                    "syncthing",
                    "transmission-client",
                    "ctdb",
                    "gpsd",
                    "dhcp",
                    "dns-over-tls",
                    "ssh",
                    "ws-discovery-tcp",
                    "ipp-client",
                    "dds-multicast",
                    "syscomlan",
                    "imaps",
                    "RH-Satellite-6",
                    "gre",
                    "ident",
                    "anno-1800",
                    "tinc",
                    "civilization-iv",
                    "redis",
                    "cratedb",
                    "proxy-dhcp",
                    "cockpit",
                    "grafana",
                    "llmnr-tcp",
                    "dds",
                    "amanda-k5-client",
                    "postgresql",
                    "irc",
                    "kube-control-plane",
                    "prometheus",
                    "mssql",
                    "ftp",
                    "nfs3",
                    "terraria",
                    "ovirt-storageconsole",
                    "dropbox-lansync",
                    "kube-controller-manager",
                    "wsmans",
                    "libvirt-tls",
                    "zerotier",
                    "zabbix-web-service",
                    "ps2link",
                    "finger",
                    "ceph-exporter",
                    "telnet",
                    "distcc",
                    "zabbix-java-gateway",
                    "stellaris",
                    "kube-apiserver",
                    "bitcoin",
                    "rquotad",
                    "etcd-server",
                    "tentacle",
                    "ws-discovery-udp",
                    "zero-k",
                    "snmptls-trap",
                    "collectd",
                    "ovirt-imageio",
                    "bareos-director",
                    "imap",
                    "kdeconnect",
                    "redis-sentinel",
                    "0-AD",
                    "wireguard",
                    "mqtt-tls",
                    "kadmin",
                    "freeipa-4",
                    "freeipa-ldaps",
                    "bareos-storage",
                    "need-for-speed-most-wanted",
                    "kibana",
                    "bitcoin-testnet-rpc",
                    "samba-dc",
                    "bitcoin-rpc"
                ],
                "zones": [
                    "FedoraWorkstation",
                    "internal",
                    "nm-shared",
                    "work",
                    "dmz",
                    "block",
                    "trusted",
                    "FedoraServer",
                    "public",
                    "drop",
                    "home",
                    "external"
                ]
            },
            "default_zone": "public"
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 24 August 2024  01:24:18 -0400 (0:00:00.111)       0:00:59.571 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 24 August 2024  01:24:18 -0400 (0:00:00.082)       0:00:59.653 ******* 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 24 August 2024  01:24:18 -0400 (0:00:00.060)       0:00:59.714 ******* 
skipping: [managed_node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Get default zone] ********************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:11
Saturday 24 August 2024  01:24:18 -0400 (0:00:00.062)       0:00:59.777 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--get-default-zone"
    ],
    "delta": "0:00:00.218528",
    "end": "2024-08-24 01:24:19.427586",
    "rc": 0,
    "start": "2024-08-24 01:24:19.209058"
}

STDOUT:

public

TASK [Remove custom zone] ******************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:21
Saturday 24 August 2024  01:24:19 -0400 (0:00:00.797)       0:01:00.574 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--delete-zone=custom"
    ],
    "delta": "0:00:00.218983",
    "end": "2024-08-24 01:24:20.118208",
    "failed_when_result": false,
    "rc": 112,
    "start": "2024-08-24 01:24:19.899225"
}

STDERR:

Error: INVALID_ZONE: custom


MSG:

non-zero return code

TASK [Reset internal zone to defaults] *****************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:27
Saturday 24 August 2024  01:24:20 -0400 (0:00:00.705)       0:01:01.280 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=internal"
    ],
    "delta": "0:00:00.226631",
    "end": "2024-08-24 01:24:20.840724",
    "failed_when_result": false,
    "rc": 22,
    "start": "2024-08-24 01:24:20.614093"
}

STDERR:

Error: NO_DEFAULTS: internal


MSG:

non-zero return code

TASK [Reset trusted zone to defaults] ******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:33
Saturday 24 August 2024  01:24:20 -0400 (0:00:00.685)       0:01:01.966 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=trusted"
    ],
    "delta": "0:00:00.235187",
    "end": "2024-08-24 01:24:21.513236",
    "failed_when_result": false,
    "rc": 22,
    "start": "2024-08-24 01:24:21.278049"
}

STDERR:

Error: NO_DEFAULTS: trusted


MSG:

non-zero return code

TASK [Reset dmz zone to defaults] **********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:39
Saturday 24 August 2024  01:24:21 -0400 (0:00:00.674)       0:01:02.641 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=dmz"
    ],
    "delta": "0:00:00.222276",
    "end": "2024-08-24 01:24:22.128522",
    "failed_when_result": false,
    "rc": 22,
    "start": "2024-08-24 01:24:21.906246"
}

STDERR:

Error: NO_DEFAULTS: dmz


MSG:

non-zero return code

TASK [Reset drop zone to defaults] *********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:45
Saturday 24 August 2024  01:24:22 -0400 (0:00:00.608)       0:01:03.249 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=drop"
    ],
    "delta": "0:00:00.222494",
    "end": "2024-08-24 01:24:22.732532",
    "failed_when_result": false,
    "rc": 22,
    "start": "2024-08-24 01:24:22.510038"
}

STDERR:

Error: NO_DEFAULTS: drop


MSG:

non-zero return code

TASK [Reset public zone to defaults] *******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:51
Saturday 24 August 2024  01:24:22 -0400 (0:00:00.610)       0:01:03.859 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=public"
    ],
    "delta": "0:00:00.232683",
    "end": "2024-08-24 01:24:23.363371",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:24:23.130688"
}

STDOUT:

success

TASK [Reset default zone to defaults] ******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:57
Saturday 24 August 2024  01:24:23 -0400 (0:00:00.635)       0:01:04.495 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "zone=$(firewall-cmd --get-default-zone)\nfirewall-cmd --permanent --load-zone-defaults=$zone\n",
    "delta": "0:00:00.443619",
    "end": "2024-08-24 01:24:24.203436",
    "failed_when_result": false,
    "rc": 22,
    "start": "2024-08-24 01:24:23.759817"
}

STDERR:

Error: NO_DEFAULTS: public


MSG:

non-zero return code

TASK [Create custom zone] ******************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:66
Saturday 24 August 2024  01:24:24 -0400 (0:00:00.841)       0:01:05.336 ******* 
changed: [managed_node1] => {
    "changed": true,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--new-zone=custom"
    ],
    "delta": "0:00:00.237390",
    "end": "2024-08-24 01:24:24.875008",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:24:24.637618"
}

STDOUT:

success

TASK [Reload firewalld] ********************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:72
Saturday 24 August 2024  01:24:24 -0400 (0:00:00.660)       0:01:05.997 ******* 
changed: [managed_node1] => {
    "changed": true,
    "cmd": [
        "firewall-cmd",
        "--reload"
    ],
    "delta": "0:00:00.373508",
    "end": "2024-08-24 01:24:25.716576",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:24:25.343068"
}

STDOUT:

success

TASK [Permit traffic in default zone for https service] ************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:80
Saturday 24 August 2024  01:24:25 -0400 (0:00:00.841)       0:01:06.838 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Permit traffic in default zone for https service, again] *****************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:88
Saturday 24 August 2024  01:24:26 -0400 (0:00:00.809)       0:01:07.647 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Permit traffic in default zone on port 8081/tcp] *************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:96
Saturday 24 August 2024  01:24:27 -0400 (0:00:00.667)       0:01:08.314 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Permit traffic in default zone on port 8081/tcp, again] ******************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:104
Saturday 24 August 2024  01:24:27 -0400 (0:00:00.679)       0:01:08.993 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Allow port 161-162/udp in permanent default zone] ************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:112
Saturday 24 August 2024  01:24:28 -0400 (0:00:00.580)       0:01:09.574 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Allow port 161-162/udp in permanent default zone, again] *****************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:120
Saturday 24 August 2024  01:24:29 -0400 (0:00:00.567)       0:01:10.142 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Do not permit traffic in default zone on port 8081/tcp] ******************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:128
Saturday 24 August 2024  01:24:29 -0400 (0:00:00.530)       0:01:10.673 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Do not permit traffic in default zone on port 8081/tcp, again] ***********
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:136
Saturday 24 August 2024  01:24:30 -0400 (0:00:00.539)       0:01:11.213 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Allow service http in permanent dmz zone] ********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:144
Saturday 24 August 2024  01:24:30 -0400 (0:00:00.527)       0:01:11.740 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Allow service http in permanent dmz zone, again] *************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:153
Saturday 24 August 2024  01:24:31 -0400 (0:00:00.550)       0:01:12.290 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Allow service ftp with limitation using rich rule in permanent default zone] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:162
Saturday 24 August 2024  01:24:31 -0400 (0:00:00.746)       0:01:13.037 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Allow service ftp with limitation using rich rule in permanent default zone, again] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:170
Saturday 24 August 2024  01:24:32 -0400 (0:00:00.620)       0:01:13.658 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Allow source 192.0.2.0/24 in internal zone] ******************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:178
Saturday 24 August 2024  01:24:33 -0400 (0:00:00.608)       0:01:14.267 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Allow source 192.0.2.0/24 in internal zone, again] ***********************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:187
Saturday 24 August 2024  01:24:33 -0400 (0:00:00.565)       0:01:14.832 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Allow nm interface eth0 in permanent trusted zone] ***********************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:196
Saturday 24 August 2024  01:24:34 -0400 (0:00:00.569)       0:01:15.401 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Allow nm interface eth0 in permanent trusted zone, again] ****************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:205
Saturday 24 August 2024  01:24:34 -0400 (0:00:00.628)       0:01:16.030 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Disable nm interface eth0 in permanent trusted zone] *********************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:214
Saturday 24 August 2024  01:24:35 -0400 (0:00:00.564)       0:01:16.595 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Disable nm interface eth0 in permanent trusted zone, again] **************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:223
Saturday 24 August 2024  01:24:36 -0400 (0:00:00.755)       0:01:17.350 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Allow interface eth2 in permanent trusted zone] **************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:232
Saturday 24 August 2024  01:24:36 -0400 (0:00:00.587)       0:01:17.938 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Allow interface eth2 in permanent trusted zone, again] *******************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:241
Saturday 24 August 2024  01:24:37 -0400 (0:00:00.618)       0:01:18.556 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Allow masquerading in permament dmz zone] ********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:250
Saturday 24 August 2024  01:24:38 -0400 (0:00:00.533)       0:01:19.090 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Allow masquerading in permament dmz zone, again] *************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:258
Saturday 24 August 2024  01:24:38 -0400 (0:00:00.543)       0:01:19.634 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Ensure permanent custom zone exists (no change)] *************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:266
Saturday 24 August 2024  01:24:39 -0400 (0:00:00.553)       0:01:20.187 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Ensure ICMP block inversion in permanent drop zone] **********************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:274
Saturday 24 August 2024  01:24:39 -0400 (0:00:00.616)       0:01:20.804 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Ensure ICMP block inversion in permanent drop zone, again] ***************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:282
Saturday 24 August 2024  01:24:40 -0400 (0:00:00.561)       0:01:21.366 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Block ICMP echo-request in permanent drop zone] **************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:290
Saturday 24 August 2024  01:24:40 -0400 (0:00:00.646)       0:01:22.013 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Block ICMP echo-request in permanent drop zone, again] *******************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:299
Saturday 24 August 2024  01:24:41 -0400 (0:00:00.594)       0:01:22.608 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Ensure default target in permanent internal zone (no change)] ************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:308
Saturday 24 August 2024  01:24:42 -0400 (0:00:00.550)       0:01:23.159 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Ensure target ACCEPT in permanent internal zone] *************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:317
Saturday 24 August 2024  01:24:42 -0400 (0:00:00.528)       0:01:23.687 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Ensure target ACCEPT in permanent internal zone, again] ******************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:326
Saturday 24 August 2024  01:24:43 -0400 (0:00:00.903)       0:01:24.591 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Ensure default target in permanent internal zone] ************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:335
Saturday 24 August 2024  01:24:44 -0400 (0:00:00.547)       0:01:25.138 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Ensure default target in permanent internal zone, again] *****************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:344
Saturday 24 August 2024  01:24:44 -0400 (0:00:00.765)       0:01:25.904 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Redirect port 443 to 8443 with Rich Rule in permanent and runtime public zone] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:353
Saturday 24 August 2024  01:24:45 -0400 (0:00:00.592)       0:01:26.496 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Redirect port 443 to 8443 with Rich Rule in permanent and runtime public zone, again] ***
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:363
Saturday 24 August 2024  01:24:46 -0400 (0:00:00.657)       0:01:27.154 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Firewalld custom zone] ***************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:373
Saturday 24 August 2024  01:24:46 -0400 (0:00:00.592)       0:01:27.746 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true
}

TASK [Assert firewalld custom zone] ********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:381
Saturday 24 August 2024  01:24:47 -0400 (0:00:00.867)       0:01:28.613 ******* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Add masquerade to custom zone] *******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:386
Saturday 24 August 2024  01:24:47 -0400 (0:00:00.041)       0:01:28.655 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Add masquerade to custom zone, again] ************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:396
Saturday 24 August 2024  01:24:48 -0400 (0:00:00.581)       0:01:29.237 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Set the default zone to something other than dmz] ************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:406
Saturday 24 August 2024  01:24:48 -0400 (0:00:00.564)       0:01:29.801 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--set-default-zone",
        "public"
    ],
    "delta": "0:00:00.243418",
    "end": "2024-08-24 01:24:49.342536",
    "rc": 0,
    "start": "2024-08-24 01:24:49.099118"
}

STDOUT:

success


STDERR:

Warning: ZONE_ALREADY_SET: public

TASK [Set default zone] ********************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:410
Saturday 24 August 2024  01:24:49 -0400 (0:00:00.663)       0:01:30.465 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Set default zone, again] *************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:417
Saturday 24 August 2024  01:24:50 -0400 (0:00:00.774)       0:01:31.239 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Add multiple custom services] ********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:424
Saturday 24 August 2024  01:24:50 -0400 (0:00:00.605)       0:01:31.845 ******* 
ok: [managed_node1] => {
    "changed": false,
    "failed_when_result": false
}

MSG:

can only add, modify, or remove one service at a time

TASK [Add custom service without details] **************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:434
Saturday 24 August 2024  01:24:51 -0400 (0:00:00.542)       0:01:32.387 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Add custom service that already exists] **********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:442
Saturday 24 August 2024  01:24:52 -0400 (0:00:00.832)       0:01:33.219 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Add description to custom service] ***************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:450
Saturday 24 August 2024  01:24:52 -0400 (0:00:00.648)       0:01:33.868 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Add short description to custom service] *********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:459
Saturday 24 August 2024  01:24:53 -0400 (0:00:00.932)       0:01:34.800 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Add source_ports to custom service] **************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:468
Saturday 24 August 2024  01:24:54 -0400 (0:00:00.794)       0:01:35.594 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Add source_ports to custom service again] ********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:477
Saturday 24 August 2024  01:24:55 -0400 (0:00:00.797)       0:01:36.392 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Add invalid protocol to custom service] **********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:486
Saturday 24 August 2024  01:24:55 -0400 (0:00:00.623)       0:01:37.015 ******* 
ok: [managed_node1] => {
    "changed": false,
    "failed_when_result": false
}

MSG:

INVALID_PROTOCOL: nonexistentprotocol

TASK [Add valid protocol to custom service] ************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:495
Saturday 24 August 2024  01:24:56 -0400 (0:00:00.764)       0:01:37.780 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Remove valid protocol from customservice] ********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:504
Saturday 24 August 2024  01:24:57 -0400 (0:00:00.796)       0:01:38.576 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Remove ports from custom service without deleting service] ***************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:513
Saturday 24 August 2024  01:24:58 -0400 (0:00:00.814)       0:01:39.390 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Add destination addresses] ***********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:522
Saturday 24 August 2024  01:24:59 -0400 (0:00:00.824)       0:01:40.215 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Delete custom service] ***************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:533
Saturday 24 August 2024  01:24:59 -0400 (0:00:00.779)       0:01:40.994 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Delete custom service again] *********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:541
Saturday 24 August 2024  01:25:00 -0400 (0:00:00.774)       0:01:41.769 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Add custom service with all the elements at once] ************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:549
Saturday 24 August 2024  01:25:01 -0400 (0:00:00.616)       0:01:42.386 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Add helper module that already is on customservice] **********************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:566
Saturday 24 August 2024  01:25:02 -0400 (0:00:00.840)       0:01:43.226 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Forward port 40 to 0.0.0.0:8080 (string)] ********************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:575
Saturday 24 August 2024  01:25:02 -0400 (0:00:00.702)       0:01:43.929 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Forward same port again (string)] ****************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:582
Saturday 24 August 2024  01:25:03 -0400 (0:00:00.683)       0:01:44.612 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Disable forward port (string)] *******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:589
Saturday 24 August 2024  01:25:04 -0400 (0:00:00.557)       0:01:45.169 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Forward port (dict form)] ************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:596
Saturday 24 August 2024  01:25:04 -0400 (0:00:00.559)       0:01:45.729 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Forward port again (dict form)] ******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:607
Saturday 24 August 2024  01:25:05 -0400 (0:00:00.633)       0:01:46.362 ******* 
ok: [managed_node1] => {
    "__firewall_changed": false,
    "changed": false,
    "failed_when_result": false
}

TASK [Disable forward port (dict form)] ****************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:618
Saturday 24 August 2024  01:25:05 -0400 (0:00:00.638)       0:01:47.001 ******* 
changed: [managed_node1] => {
    "__firewall_changed": true,
    "changed": true,
    "failed_when_result": false
}

TASK [Remove custom zone] ******************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:637
Saturday 24 August 2024  01:25:06 -0400 (0:00:00.580)       0:01:47.581 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--delete-zone=custom"
    ],
    "delta": "0:00:00.260964",
    "end": "2024-08-24 01:25:07.159883",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:06.898919"
}

STDOUT:

success

TASK [Remove customzone zone] **************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:643
Saturday 24 August 2024  01:25:07 -0400 (0:00:00.703)       0:01:48.284 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--delete-zone=customzone"
    ],
    "delta": "0:00:00.247893",
    "end": "2024-08-24 01:25:07.901730",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:07.653837"
}

STDOUT:

success

TASK [Reset internal zone to defaults] *****************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:649
Saturday 24 August 2024  01:25:07 -0400 (0:00:00.741)       0:01:49.025 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=internal"
    ],
    "delta": "0:00:00.248095",
    "end": "2024-08-24 01:25:08.586595",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:08.338500"
}

STDOUT:

success

TASK [Reset trusted zone to defaults] ******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:655
Saturday 24 August 2024  01:25:08 -0400 (0:00:00.687)       0:01:49.713 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=trusted"
    ],
    "delta": "0:00:00.245202",
    "end": "2024-08-24 01:25:09.251683",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:09.006481"
}

STDOUT:

success

TASK [Reset dmz zone to defaults] **********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:661
Saturday 24 August 2024  01:25:09 -0400 (0:00:00.662)       0:01:50.376 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=dmz"
    ],
    "delta": "0:00:00.276564",
    "end": "2024-08-24 01:25:09.943322",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:09.666758"
}

STDOUT:

success

TASK [Reset drop zone to defaults] *********************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:667
Saturday 24 August 2024  01:25:10 -0400 (0:00:00.690)       0:01:51.066 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=drop"
    ],
    "delta": "0:00:00.246066",
    "end": "2024-08-24 01:25:10.645369",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:10.399303"
}

STDOUT:

success

TASK [Reset public zone to defaults] *******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:673
Saturday 24 August 2024  01:25:10 -0400 (0:00:00.703)       0:01:51.769 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=public"
    ],
    "delta": "0:00:00.242711",
    "end": "2024-08-24 01:25:11.312350",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:11.069639"
}

STDOUT:

success

TASK [Reset default zone to defaults] ******************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:679
Saturday 24 August 2024  01:25:11 -0400 (0:00:00.680)       0:01:52.450 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--load-zone-defaults=public"
    ],
    "delta": "0:00:00.266172",
    "end": "2024-08-24 01:25:12.050021",
    "failed_when_result": false,
    "rc": 22,
    "start": "2024-08-24 01:25:11.783849"
}

STDERR:

Error: NO_DEFAULTS: public


MSG:

non-zero return code

TASK [Reset default zone] ******************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:685
Saturday 24 August 2024  01:25:12 -0400 (0:00:00.724)       0:01:53.174 ******* 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--set-default-zone=public"
    ],
    "delta": "0:00:00.386855",
    "end": "2024-08-24 01:25:12.908333",
    "rc": 0,
    "start": "2024-08-24 01:25:12.521478"
}

STDOUT:

success

TASK [Reload firewalld] ********************************************************
task path: /tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:691
Saturday 24 August 2024  01:25:12 -0400 (0:00:00.862)       0:01:54.037 ******* 
changed: [managed_node1] => {
    "changed": true,
    "cmd": [
        "firewall-cmd",
        "--reload"
    ],
    "delta": "0:00:00.390507",
    "end": "2024-08-24 01:25:13.764833",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-08-24 01:25:13.374326"
}

STDOUT:

success

PLAY RECAP *********************************************************************
managed_node1              : ok=95   changed=37   unreachable=0    failed=0    skipped=14   rescued=0    ignored=0   

Saturday 24 August 2024  01:25:13 -0400 (0:00:00.859)       0:01:54.897 ******* 
=============================================================================== 
fedora.linux_system_roles.firewall : Install firewalld ----------------- 45.88s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
Gathering Facts --------------------------------------------------------- 5.21s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:2 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 2.94s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.firewall : Gather firewall config if no arguments --- 2.91s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 
Add description to custom service --------------------------------------- 0.93s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:450 
Ensure target ACCEPT in permanent internal zone ------------------------- 0.90s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:317 
Firewalld custom zone --------------------------------------------------- 0.87s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:373 
Reset default zone ------------------------------------------------------ 0.86s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:685 
Reload firewalld -------------------------------------------------------- 0.86s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:691 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.84s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
Reset default zone to defaults ------------------------------------------ 0.84s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:57 
Reload firewalld -------------------------------------------------------- 0.84s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:72 
Add custom service with all the elements at once ------------------------ 0.84s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:549 
Add custom service without details -------------------------------------- 0.83s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:434 
Remove ports from custom service without deleting service --------------- 0.82s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:513 
Remove valid protocol from customservice -------------------------------- 0.81s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:504 
Permit traffic in default zone for https service ------------------------ 0.81s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:80 
Add source_ports to custom service -------------------------------------- 0.80s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:468 
Get default zone -------------------------------------------------------- 0.80s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:11 
Add valid protocol to custom service ------------------------------------ 0.80s
/tmp/collections-8ES/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ansible.yml:495