[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.16.10]
  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-BKx
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/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_reload_on_reset.yml ********************************************
1 plays in /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml

PLAY [Setup a vm with podman on it] ********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:2
Saturday 24 August 2024  01:23:59 -0400 (0:00:00.018)       0:00:00.018 ******* 
ok: [managed_node3]

TASK [Test not supported on EL7] ***********************************************
task path: /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:6
Saturday 24 August 2024  01:24:00 -0400 (0:00:01.280)       0:00:01.298 ******* 
META: end_host conditional evaluated to False, continuing execution for managed_node3
skipping: [managed_node3] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node3"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed_node3

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:15
Saturday 24 August 2024  01:24:00 -0400 (0:00:00.043)       0:00:01.341 ******* 
ok: [managed_node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:20
Saturday 24 August 2024  01:24:01 -0400 (0:00:00.399)       0:00:01.741 ******* 
ok: [managed_node3] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [Install podman] **********************************************************
task path: /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:24
Saturday 24 August 2024  01:24:01 -0400 (0:00:00.022)       0:00:01.763 ******* 
changed: [managed_node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: containernetworking-plugins-1:1.4.0-2.module_el8+974+0c52b299.x86_64",
        "Installed: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64",
        "Installed: shadow-utils-subid-2:4.6-22.el8.x86_64",
        "Installed: fuse-common-3.3.0-19.el8.x86_64",
        "Installed: container-selinux-2:2.229.0-2.module_el8+847+7863d4e6.noarch",
        "Installed: criu-3.18-4.module_el8+804+f131391c.x86_64",
        "Installed: dnsmasq-2.79-33.el8.x86_64",
        "Installed: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64",
        "Installed: protobuf-c-1.3.0-8.el8.x86_64",
        "Installed: slirp4netns-1.2.3-1.module_el8+951+32019cde.x86_64",
        "Installed: fuse3-libs-3.3.0-19.el8.x86_64",
        "Installed: fuse3-3.3.0-19.el8.x86_64",
        "Installed: containers-common-2:1-81.module_el8+968+fbb249c7.x86_64",
        "Installed: podman-gvproxy-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64",
        "Installed: podman-plugins-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64",
        "Installed: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64",
        "Installed: podman-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64",
        "Installed: libnet-1.1.6-15.el8.x86_64",
        "Installed: runc-1:1.1.12-1.module_el8+885+7da147f3.x86_64",
        "Installed: podman-catatonit-3:4.9.4-0.1.module_el8+971+3d3df00d.x86_64"
    ]
}
lsrpackages: podman

TASK [Run test] ****************************************************************
task path: /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:30
Saturday 24 August 2024  01:24:49 -0400 (0:00:48.288)       0:00:50.052 ******* 
changed: [managed_node3] => {
    "changed": true,
    "rc": 0
}

STDOUT:

0
0
43



STDERR:

Shared connection to 10.31.9.115 closed.


TASK [Process test results] ****************************************************
task path: /tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:38
Saturday 24 August 2024  01:25:22 -0400 (0:00:33.098)       0:01:23.150 ******* 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "coherence_check | int != 0 or restart_check | int < reload_check | int",
    "skip_reason": "Conditional result was False"
}

PLAY RECAP *********************************************************************
managed_node3              : ok=5    changed=2    unreachable=0    failed=0    skipped=1    rescued=0    ignored=0   

Saturday 24 August 2024  01:25:22 -0400 (0:00:00.030)       0:01:23.180 ******* 
=============================================================================== 
Install podman --------------------------------------------------------- 48.29s
/tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:24 
Run test --------------------------------------------------------------- 33.10s
/tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:30 
Gathering Facts --------------------------------------------------------- 1.28s
/tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:2 
Check if system is ostree ----------------------------------------------- 0.40s
/tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:15 
Test not supported on EL7 ----------------------------------------------- 0.04s
/tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:6 
Process test results ---------------------------------------------------- 0.03s
/tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:38 
Set flag to indicate system is ostree ----------------------------------- 0.02s
/tmp/collections-BKx/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_reload_on_reset.yml:20