# STDOUT:
---v---v---v---v---v---
ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible
  executable location = /opt/ansible-2.9/bin/ansible-playbook
  python version = 3.9.18 (main, Sep  7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)]
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_default.yml ****************************************************
1 plays in /WORKDIR/git-weekly-ciu9bqsj6s/tests/tests_default.yml

PLAY [Ensure that the roles runs with default parameters] **********************
META: ran handlers

TASK [linux-system-roles.firewall : Setup firewalld] ***************************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:2
Saturday 03 August 2024  05:39:12 +0000 (0:00:00.015)       0:00:00.015 ******* 
included: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml for sut

TASK [linux-system-roles.firewall : Ensure ansible_facts used by role] *********
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:2
Saturday 03 August 2024  05:39:12 +0000 (0:00:00.013)       0:00:00.028 ******* 
ok: [sut]

TASK [linux-system-roles.firewall : Check if system is ostree] *****************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:11
Saturday 03 August 2024  05:39:12 +0000 (0:00:00.630)       0:00:00.659 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [linux-system-roles.firewall : Set flag to indicate system is ostree] *****
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:16
Saturday 03 August 2024  05:39:12 +0000 (0:00:00.194)       0:00:00.854 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [linux-system-roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:23
Saturday 03 August 2024  05:39:12 +0000 (0:00:00.018)       0:00:00.872 ******* 
ok: [sut] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [linux-system-roles.firewall : Set flag if transactional-update exists] ***
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:28
Saturday 03 August 2024  05:39:13 +0000 (0:00:00.128)       0:00:01.000 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [linux-system-roles.firewall : Install firewalld] *************************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:32
Saturday 03 August 2024  05:39:13 +0000 (0:00:00.021)       0:00:01.022 ******* 
ok: [sut] => {
    "changed": false,
    "rc": 0,
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}
lsrpackages: firewalld

TASK [linux-system-roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:45
Saturday 03 August 2024  05:39:14 +0000 (0:00:00.999)       0:00:02.021 ******* 
skipping: [sut] => {}

TASK [linux-system-roles.firewall : Reboot transactional update systems] *******
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:50
Saturday 03 August 2024  05:39:14 +0000 (0:00:00.034)       0:00:02.056 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Fail if reboot is needed and not set] ******
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:55
Saturday 03 August 2024  05:39:14 +0000 (0:00:00.027)       0:00:02.083 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Collect service facts] *********************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:5
Saturday 03 August 2024  05:39:14 +0000 (0:00:00.033)       0:00:02.116 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:9
Saturday 03 August 2024  05:39:14 +0000 (0:00:00.038)       0:00:02.154 ******* 
skipping: [sut] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [sut] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Unmask firewalld service] ******************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:23
Saturday 03 August 2024  05:39:14 +0000 (0:00:00.062)       0:00:02.217 ******* 
ok: [sut] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice dbus.service polkit.service basic.target",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "Conflicts": "ebtables.service iptables.service ipset.service shutdown.target ip6tables.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "EnvironmentFile": "/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 }",
        "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 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14311",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14311",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "0",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "basic.target system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.firewall : Enable and start firewalld service] ********
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:29
Saturday 03 August 2024  05:39:14 +0000 (0:00:00.473)       0:00:02.690 ******* 
changed: [sut] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice dbus.service polkit.service basic.target",
        "AllowIsolate": "no",
        "AmbientCapabilities": "0",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "18446744073709551615",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "18446744073709551615",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "18446744073709551615",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "Conflicts": "ipset.service shutdown.target ip6tables.service iptables.service ebtables.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "EnvironmentFile": "/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 }",
        "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 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "GuessMainPID": "yes",
        "IOScheduling": "0",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreOnSnapshot": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "0",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "18446744073709551615",
        "LimitCORE": "18446744073709551615",
        "LimitCPU": "18446744073709551615",
        "LimitDATA": "18446744073709551615",
        "LimitFSIZE": "18446744073709551615",
        "LimitLOCKS": "18446744073709551615",
        "LimitMEMLOCK": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitNICE": "0",
        "LimitNOFILE": "4096",
        "LimitNPROC": "14311",
        "LimitRSS": "18446744073709551615",
        "LimitRTPRIO": "0",
        "LimitRTTIME": "18446744073709551615",
        "LimitSIGPENDING": "14311",
        "LimitSTACK": "18446744073709551615",
        "LoadState": "loaded",
        "MainPID": "0",
        "MemoryAccounting": "no",
        "MemoryCurrent": "18446744073709551615",
        "MemoryLimit": "18446744073709551615",
        "MountFlags": "0",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "PrivateDevices": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "ProtectHome": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "Requires": "basic.target system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitInterval": "10000000",
        "StartupBlockIOWeight": "18446744073709551615",
        "StartupCPUShares": "18446744073709551615",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "no",
        "TasksCurrent": "18446744073709551615",
        "TasksMax": "18446744073709551615",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.firewall : Check if previous replaced is defined] *****
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:35
Saturday 03 August 2024  05:39:15 +0000 (0:00:00.878)       0:00:03.568 ******* 
ok: [sut] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [linux-system-roles.firewall : Get config files, checksums before and remove] ***
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:48
Saturday 03 August 2024  05:39:15 +0000 (0:00:00.022)       0:00:03.591 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Tell firewall module it is able to report changed] ***
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:60
Saturday 03 August 2024  05:39:15 +0000 (0:00:00.017)       0:00:03.609 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Configure firewall] ************************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:77
Saturday 03 August 2024  05:39:15 +0000 (0:00:00.017)       0:00:03.626 ******* 

TASK [linux-system-roles.firewall : Gather firewall config information] ********
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:129
Saturday 03 August 2024  05:39:15 +0000 (0:00:00.017)       0:00:03.644 ******* 

TASK [linux-system-roles.firewall : Update firewalld_config fact] **************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:140
Saturday 03 August 2024  05:39:15 +0000 (0:00:00.018)       0:00:03.662 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Gather firewall config if no arguments] ****
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:149
Saturday 03 August 2024  05:39:15 +0000 (0:00:00.018)       0:00:03.681 ******* 
ok: [sut] => {
    "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.",
                    "forward_ports": [],
                    "icmp_block_inversion": false,
                    "icmp_blocks": [],
                    "interfaces": [],
                    "masqerade": false,
                    "ports": [],
                    "protocols": [],
                    "rules_str": [],
                    "services": [
                        "ssh",
                        "dhcpv6-client"
                    ],
                    "short": "Public",
                    "source_ports": [],
                    "sources": [],
                    "target": "default",
                    "version": ""
                }
            }
        },
        "default": {
            "helpers": [
                "snmp",
                "amanda",
                "ftp",
                "proto-gre",
                "h323",
                "irc",
                "pptp",
                "sane",
                "netbios-ns",
                "RAS",
                "Q.931",
                "sip",
                "tftp"
            ],
            "icmptypes": [
                "redirect",
                "failed-policy",
                "precedence-cutoff",
                "bad-header",
                "required-option-missing",
                "tos-host-unreachable",
                "host-unknown",
                "time-exceeded",
                "port-unreachable",
                "tos-network-unreachable",
                "parameter-problem",
                "tos-host-redirect",
                "destination-unreachable",
                "no-route",
                "fragmentation-needed",
                "unknown-option",
                "address-unreachable",
                "echo-reply",
                "host-unreachable",
                "ttl-zero-during-reassembly",
                "router-advertisement",
                "network-prohibited",
                "source-quench",
                "communication-prohibited",
                "protocol-unreachable",
                "router-solicitation",
                "network-unreachable",
                "network-unknown",
                "host-redirect",
                "timestamp-reply",
                "packet-too-big",
                "timestamp-request",
                "neighbour-solicitation",
                "tos-network-redirect",
                "ttl-zero-during-transit",
                "network-redirect",
                "host-prohibited",
                "reject-route",
                "ip-header-bad",
                "unknown-header-type",
                "echo-request",
                "source-route-failed",
                "host-precedence-violation",
                "neighbour-advertisement",
                "beyond-scope"
            ],
            "services": [
                "rsh",
                "kprop",
                "pmwebapis",
                "libvirt",
                "snmp",
                "kpasswd",
                "pop3s",
                "imap",
                "jenkins",
                "dropbox-lansync",
                "docker-registry",
                "etcd-client",
                "mongodb",
                "tor-socks",
                "samba-dc",
                "vdsm",
                "ganglia-master",
                "iscsi-target",
                "proxy-dhcp",
                "high-availability",
                "RH-Satellite-6-capsule",
                "condor-collector",
                "ftp",
                "kibana",
                "freeipa-ldaps",
                "freeipa-ldap",
                "smtp-submission",
                "kshell",
                "amqps",
                "libvirt-tls",
                "nfs3",
                "ptp",
                "bitcoin-testnet-rpc",
                "managesieve",
                "mssql",
                "xmpp-local",
                "synergy",
                "bacula",
                "mqtt",
                "amanda-k5-client",
                "ipp-client",
                "matrix",
                "ntp",
                "amanda-client",
                "nut",
                "bitcoin",
                "privoxy",
                "RH-Satellite-6",
                "syncthing",
                "mountd",
                "distcc",
                "postgresql",
                "nrpe",
                "svdrp",
                "wbem-https",
                "bgp",
                "pmproxy",
                "murmur",
                "etcd-server",
                "mqtt-tls",
                "sips",
                "irc",
                "bitcoin-testnet",
                "apcupsd",
                "tinc",
                "kerberos",
                "radius",
                "transmission-client",
                "pmwebapi",
                "ovirt-vmconsole",
                "steam-streaming",
                "isns",
                "dhcpv6",
                "lightning-network",
                "git",
                "rtsp",
                "squid",
                "openvpn",
                "smtps",
                "cfengine",
                "zabbix-agent",
                "samba-client",
                "rsyncd",
                "ovirt-storageconsole",
                "ircs",
                "llmnr",
                "gre",
                "ldaps",
                "xmpp-client",
                "dhcp",
                "xmpp-server",
                "sane",
                "vnc-server",
                "ceph",
                "freeipa-replication",
                "dns",
                "docker-swarm",
                "mosh",
                "xmpp-bosh",
                "klogin",
                "slp",
                "snmptrap",
                "upnp-client",
                "ceph-mon",
                "samba",
                "rpc-bind",
                "salt-master",
                "wsmans",
                "bitcoin-rpc",
                "minidlna",
                "tftp-client",
                "freeipa-trust",
                "syslog-tls",
                "ipsec",
                "dhcpv6-client",
                "telnet",
                "https",
                "audit",
                "ssh",
                "pop3",
                "nmea-0183",
                "zabbix-server",
                "wsman",
                "xdmcp",
                "puppetmaster",
                "finger",
                "ipp",
                "ms-wbt",
                "syncthing-gui",
                "redis",
                "syslog",
                "ganglia-client",
                "ovirt-imageio",
                "pmcd",
                "ldap",
                "nfs",
                "kadmin",
                "sip",
                "ctdb",
                "spideroak-lansync",
                "amqp",
                "mdns",
                "http",
                "quassel",
                "imaps",
                "mysql",
                "elasticsearch",
                "bacula-client",
                "smtp",
                "tftp",
                "svn",
                "plex",
                "wbem-http",
                "pulseaudio"
            ],
            "zones": [
                "block",
                "internal",
                "drop",
                "public",
                "work",
                "trusted",
                "external",
                "home",
                "dmz"
            ]
        },
        "default_zone": "public"
    }
}

TASK [linux-system-roles.firewall : Update firewalld_config fact] **************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:154
Saturday 03 August 2024  05:39:16 +0000 (0:00:00.792)       0:00:04.473 ******* 
ok: [sut] => {
    "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.",
                        "forward_ports": [],
                        "icmp_block_inversion": false,
                        "icmp_blocks": [],
                        "interfaces": [],
                        "masqerade": false,
                        "ports": [],
                        "protocols": [],
                        "rules_str": [],
                        "services": [
                            "ssh",
                            "dhcpv6-client"
                        ],
                        "short": "Public",
                        "source_ports": [],
                        "sources": [],
                        "target": "default",
                        "version": ""
                    }
                }
            },
            "default": {
                "helpers": [
                    "snmp",
                    "amanda",
                    "ftp",
                    "proto-gre",
                    "h323",
                    "irc",
                    "pptp",
                    "sane",
                    "netbios-ns",
                    "RAS",
                    "Q.931",
                    "sip",
                    "tftp"
                ],
                "icmptypes": [
                    "redirect",
                    "failed-policy",
                    "precedence-cutoff",
                    "bad-header",
                    "required-option-missing",
                    "tos-host-unreachable",
                    "host-unknown",
                    "time-exceeded",
                    "port-unreachable",
                    "tos-network-unreachable",
                    "parameter-problem",
                    "tos-host-redirect",
                    "destination-unreachable",
                    "no-route",
                    "fragmentation-needed",
                    "unknown-option",
                    "address-unreachable",
                    "echo-reply",
                    "host-unreachable",
                    "ttl-zero-during-reassembly",
                    "router-advertisement",
                    "network-prohibited",
                    "source-quench",
                    "communication-prohibited",
                    "protocol-unreachable",
                    "router-solicitation",
                    "network-unreachable",
                    "network-unknown",
                    "host-redirect",
                    "timestamp-reply",
                    "packet-too-big",
                    "timestamp-request",
                    "neighbour-solicitation",
                    "tos-network-redirect",
                    "ttl-zero-during-transit",
                    "network-redirect",
                    "host-prohibited",
                    "reject-route",
                    "ip-header-bad",
                    "unknown-header-type",
                    "echo-request",
                    "source-route-failed",
                    "host-precedence-violation",
                    "neighbour-advertisement",
                    "beyond-scope"
                ],
                "services": [
                    "rsh",
                    "kprop",
                    "pmwebapis",
                    "libvirt",
                    "snmp",
                    "kpasswd",
                    "pop3s",
                    "imap",
                    "jenkins",
                    "dropbox-lansync",
                    "docker-registry",
                    "etcd-client",
                    "mongodb",
                    "tor-socks",
                    "samba-dc",
                    "vdsm",
                    "ganglia-master",
                    "iscsi-target",
                    "proxy-dhcp",
                    "high-availability",
                    "RH-Satellite-6-capsule",
                    "condor-collector",
                    "ftp",
                    "kibana",
                    "freeipa-ldaps",
                    "freeipa-ldap",
                    "smtp-submission",
                    "kshell",
                    "amqps",
                    "libvirt-tls",
                    "nfs3",
                    "ptp",
                    "bitcoin-testnet-rpc",
                    "managesieve",
                    "mssql",
                    "xmpp-local",
                    "synergy",
                    "bacula",
                    "mqtt",
                    "amanda-k5-client",
                    "ipp-client",
                    "matrix",
                    "ntp",
                    "amanda-client",
                    "nut",
                    "bitcoin",
                    "privoxy",
                    "RH-Satellite-6",
                    "syncthing",
                    "mountd",
                    "distcc",
                    "postgresql",
                    "nrpe",
                    "svdrp",
                    "wbem-https",
                    "bgp",
                    "pmproxy",
                    "murmur",
                    "etcd-server",
                    "mqtt-tls",
                    "sips",
                    "irc",
                    "bitcoin-testnet",
                    "apcupsd",
                    "tinc",
                    "kerberos",
                    "radius",
                    "transmission-client",
                    "pmwebapi",
                    "ovirt-vmconsole",
                    "steam-streaming",
                    "isns",
                    "dhcpv6",
                    "lightning-network",
                    "git",
                    "rtsp",
                    "squid",
                    "openvpn",
                    "smtps",
                    "cfengine",
                    "zabbix-agent",
                    "samba-client",
                    "rsyncd",
                    "ovirt-storageconsole",
                    "ircs",
                    "llmnr",
                    "gre",
                    "ldaps",
                    "xmpp-client",
                    "dhcp",
                    "xmpp-server",
                    "sane",
                    "vnc-server",
                    "ceph",
                    "freeipa-replication",
                    "dns",
                    "docker-swarm",
                    "mosh",
                    "xmpp-bosh",
                    "klogin",
                    "slp",
                    "snmptrap",
                    "upnp-client",
                    "ceph-mon",
                    "samba",
                    "rpc-bind",
                    "salt-master",
                    "wsmans",
                    "bitcoin-rpc",
                    "minidlna",
                    "tftp-client",
                    "freeipa-trust",
                    "syslog-tls",
                    "ipsec",
                    "dhcpv6-client",
                    "telnet",
                    "https",
                    "audit",
                    "ssh",
                    "pop3",
                    "nmea-0183",
                    "zabbix-server",
                    "wsman",
                    "xdmcp",
                    "puppetmaster",
                    "finger",
                    "ipp",
                    "ms-wbt",
                    "syncthing-gui",
                    "redis",
                    "syslog",
                    "ganglia-client",
                    "ovirt-imageio",
                    "pmcd",
                    "ldap",
                    "nfs",
                    "kadmin",
                    "sip",
                    "ctdb",
                    "spideroak-lansync",
                    "amqp",
                    "mdns",
                    "http",
                    "quassel",
                    "imaps",
                    "mysql",
                    "elasticsearch",
                    "bacula-client",
                    "smtp",
                    "tftp",
                    "svn",
                    "plex",
                    "wbem-http",
                    "pulseaudio"
                ],
                "zones": [
                    "block",
                    "internal",
                    "drop",
                    "public",
                    "work",
                    "trusted",
                    "external",
                    "home",
                    "dmz"
                ]
            },
            "default_zone": "public"
        }
    },
    "changed": false
}

TASK [linux-system-roles.firewall : Get config files, checksums after] *********
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:163
Saturday 03 August 2024  05:39:16 +0000 (0:00:00.024)       0:00:04.498 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Calculate what has changed] ****************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:173
Saturday 03 August 2024  05:39:16 +0000 (0:00:00.018)       0:00:04.516 ******* 
skipping: [sut] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.firewall : Show diffs] ********************************
task path: /WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:182
Saturday 03 August 2024  05:39:16 +0000 (0:00:00.018)       0:00:04.534 ******* 
skipping: [sut] => {}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
sut                        : ok=12   changed=1    unreachable=0    failed=0    skipped=13   rescued=0    ignored=0   

Saturday 03 August 2024  05:39:16 +0000 (0:00:00.018)       0:00:04.553 ******* 
=============================================================================== 
linux-system-roles.firewall : Install firewalld ------------------------- 1.00s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:32 
linux-system-roles.firewall : Enable and start firewalld service -------- 0.88s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:29 
linux-system-roles.firewall : Gather firewall config if no arguments ---- 0.79s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:149 
linux-system-roles.firewall : Ensure ansible_facts used by role --------- 0.63s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:2 
linux-system-roles.firewall : Unmask firewalld service ------------------ 0.47s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:23 
linux-system-roles.firewall : Check if system is ostree ----------------- 0.19s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:11 
linux-system-roles.firewall : Check if transactional-update exists in /sbin --- 0.13s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:23 
linux-system-roles.firewall : Attempt to stop and disable conflicting services --- 0.06s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:9 
linux-system-roles.firewall : Collect service facts --------------------- 0.04s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:5 
linux-system-roles.firewall : Notify user that reboot is needed to apply changes --- 0.03s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:45 
linux-system-roles.firewall : Fail if reboot is needed and not set ------ 0.03s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:55 
linux-system-roles.firewall : Reboot transactional update systems ------- 0.03s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:50 
linux-system-roles.firewall : Update firewalld_config fact -------------- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:154 
linux-system-roles.firewall : Check if previous replaced is defined ----- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:35 
linux-system-roles.firewall : Set flag if transactional-update exists --- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:28 
linux-system-roles.firewall : Update firewalld_config fact -------------- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:140 
linux-system-roles.firewall : Show diffs -------------------------------- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:182 
linux-system-roles.firewall : Set flag to indicate system is ostree ----- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/firewalld.yml:16 
linux-system-roles.firewall : Get config files, checksums after --------- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:163 
linux-system-roles.firewall : Gather firewall config information -------- 0.02s
/WORKDIR/git-weekly-ciu9bqsj6s/tests/roles/linux-system-roles.firewall/tasks/main.yml:129 

---^---^---^---^---^---

# STDERR:
---v---v---v---v---v---

---^---^---^---^---^---