ansible-playbook [core 2.17.5]
  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-Fon
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.6 (main, Sep  9 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_config_files.yml ***********************************************
2 plays in /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml

PLAY [all] *********************************************************************

TASK [Include vault variables] *************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5
Saturday 12 October 2024  20:14:17 -0400 (0:00:00.011)       0:00:00.011 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_test_password": {
            "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n"
        },
        "mysql_container_root_password": {
            "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n"
        }
    },
    "ansible_included_var_files": [
        "/tmp/podman-LG7/tests/vars/vault-variables.yml"
    ],
    "changed": false
}

PLAY [Ensure that the role can manage its config files] ************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9
Saturday 12 October 2024  20:14:17 -0400 (0:00:00.043)       0:00:00.055 ****** 
[WARNING]: Platform linux on host managed-node3 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-node3]

TASK [Run the role with no config to get private vars] *************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48
Saturday 12 October 2024  20:14:20 -0400 (0:00:02.687)       0:00:02.742 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 12 October 2024  20:14:20 -0400 (0:00:00.059)       0:00:02.802 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 12 October 2024  20:14:20 -0400 (0:00:00.026)       0:00:02.829 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 12 October 2024  20:14:20 -0400 (0:00:00.040)       0:00:02.870 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 12 October 2024  20:14:20 -0400 (0:00:00.504)       0:00:03.374 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 12 October 2024  20:14:20 -0400 (0:00:00.033)       0:00:03.408 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 12 October 2024  20:14:21 -0400 (0:00:00.387)       0:00:03.795 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 12 October 2024  20:14:21 -0400 (0:00:00.044)       0:00:03.840 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed-node3] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 12 October 2024  20:14:21 -0400 (0:00:00.083)       0:00:03.923 ****** 
ok: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 12 October 2024  20:14:22 -0400 (0:00:01.560)       0:00:05.483 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 12 October 2024  20:14:22 -0400 (0:00:00.102)       0:00:05.586 ****** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: catatonit-0.1.7-18.fc39.x86_64",
        "Installed: libbsd-0.12.2-3.fc39.x86_64",
        "Installed: libslirp-4.7.0-4.fc39.x86_64",
        "Installed: criu-4.0-1.fc39.x86_64",
        "Installed: fuse-common-3.16.1-1.fc39.x86_64",
        "Installed: criu-libs-4.0-1.fc39.x86_64",
        "Installed: shadow-utils-subid-2:4.14.0-2.fc39.x86_64",
        "Installed: fuse3-3.16.1-1.fc39.x86_64",
        "Installed: libnet-1.3-1.fc39.x86_64",
        "Installed: fuse3-libs-3.16.1-1.fc39.x86_64",
        "Installed: conmon-2:2.1.12-2.fc39.x86_64",
        "Installed: crun-1.17-1.fc39.x86_64",
        "Installed: container-selinux-2:2.233.0-1.fc39.noarch",
        "Installed: yajl-2.1.0-22.fc39.x86_64",
        "Installed: aardvark-dns-2:1.12.2-2.fc39.x86_64",
        "Installed: containers-common-4:1-99.fc39.noarch",
        "Installed: containers-common-extra-4:1-99.fc39.noarch",
        "Installed: passt-0^20240906.g6b38f07-1.fc39.x86_64",
        "Installed: passt-selinux-0^20240906.g6b38f07-1.fc39.noarch",
        "Installed: podman-5:4.9.4-1.fc39.x86_64",
        "Installed: fuse-overlayfs-1.13-1.fc39.x86_64",
        "Installed: qemu-user-static-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-aarch64-2:8.1.3-5.fc39.x86_64",
        "Installed: libmd-1.1.0-2.fc39.x86_64",
        "Installed: netavark-2:1.12.2-1.fc39.x86_64",
        "Installed: qemu-user-static-alpha-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-arm-2:8.1.3-5.fc39.x86_64",
        "Installed: gvisor-tap-vsock-6:0.7.5-1.fc39.x86_64",
        "Installed: gvisor-tap-vsock-gvforwarder-6:0.7.5-1.fc39.x86_64",
        "Installed: qemu-user-static-cris-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-hexagon-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-hppa-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-loongarch64-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-m68k-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-microblaze-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-mips-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-nios2-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-or1k-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-ppc-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-riscv-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-s390x-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-sh4-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-sparc-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-x86-2:8.1.3-5.fc39.x86_64",
        "Installed: qemu-user-static-xtensa-2:8.1.3-5.fc39.x86_64",
        "Installed: slirp4netns-1.2.2-1.fc39.x86_64"
    ]
}
lsrpackages: iptables-nft podman shadow-utils-subid

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 12 October 2024  20:15:34 -0400 (0:01:11.497)       0:01:17.083 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 12 October 2024  20:15:34 -0400 (0:00:00.100)       0:01:17.184 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 12 October 2024  20:15:34 -0400 (0:00:00.095)       0:01:17.279 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 12 October 2024  20:15:34 -0400 (0:00:00.096)       0:01:17.376 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.045807",
    "end": "2024-10-12 20:15:35.414729",
    "rc": 0,
    "start": "2024-10-12 20:15:35.368922"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 12 October 2024  20:15:35 -0400 (0:00:00.821)       0:01:18.197 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "4.9.4"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 12 October 2024  20:15:35 -0400 (0:00:00.050)       0:01:18.248 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 12 October 2024  20:15:35 -0400 (0:00:00.045)       0:01:18.294 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 12 October 2024  20:15:35 -0400 (0:00:00.058)       0:01:18.353 ****** 
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 [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 12 October 2024  20:15:35 -0400 (0:00:00.068)       0:01:18.421 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 12 October 2024  20:15:35 -0400 (0:00:00.132)       0:01:18.553 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 12 October 2024  20:15:36 -0400 (0:00:00.726)       0:01:19.280 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 12 October 2024  20:15:36 -0400 (0:00:00.075)       0:01:19.356 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 12 October 2024  20:15:36 -0400 (0:00:00.095)       0:01:19.451 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1696291200.0,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1728778485.160442,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190931,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1696291200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 16032,
        "uid": 0,
        "version": "333699783",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.495)       0:01:19.947 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.062)       0:01:20.009 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.068)       0:01:20.077 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.066)       0:01:20.144 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.066)       0:01:20.210 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.063)       0:01:20.274 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.054)       0:01:20.329 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.040)       0:01:20.369 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.044)       0:01:20.414 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.082)       0:01:20.496 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.073)       0:01:20.569 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.038)       0:01:20.607 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_containers_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 12 October 2024  20:15:37 -0400 (0:00:00.036)       0:01:20.644 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.100)       0:01:20.744 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.038)       0:01:20.783 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_registries_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.037)       0:01:20.820 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.094)       0:01:20.915 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.036)       0:01:20.952 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_storage_conf | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.037)       0:01:20.990 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.077)       0:01:21.068 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.039)       0:01:21.107 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.037)       0:01:21.145 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.039)       0:01:21.184 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_policy_json | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.036)       0:01:21.221 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.037)       0:01:21.258 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_selinux_ports | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.036)       0:01:21.295 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.035)       0:01:21.331 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.033)       0:01:21.365 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.032)       0:01:21.398 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.064)       0:01:21.462 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.035)       0:01:21.497 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.036)       0:01:21.533 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.036)       0:01:21.569 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.035)       0:01:21.605 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Create temp directory] ***************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59
Saturday 12 October 2024  20:15:38 -0400 (0:00:00.058)       0:01:21.664 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/lsr_podman_config_wxx7p04e",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 40,
    "state": "directory",
    "uid": 0
}

TASK [Create backup] ***********************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65
Saturday 12 October 2024  20:15:39 -0400 (0:00:00.500)       0:01:22.164 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "tar",
        "--ignore-failed-read",
        "-c",
        "-P",
        "-v",
        "-p",
        "-f",
        "/tmp/lsr_podman_config_wxx7p04e/backup.tar",
        "/etc/containers/containers.conf.d/50-systemroles.conf",
        "/etc/containers/registries.conf.d/50-systemroles.conf",
        "/etc/containers/storage.conf",
        "/etc/containers/policy.json"
    ],
    "delta": "0:00:00.007767",
    "end": "2024-10-12 20:15:39.822104",
    "rc": 0,
    "start": "2024-10-12 20:15:39.814337"
}

STDOUT:

/etc/containers/policy.json


STDERR:

tar: /etc/containers/containers.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory
tar: /etc/containers/registries.conf.d/50-systemroles.conf: Warning: Cannot stat: No such file or directory
tar: /etc/containers/storage.conf: Warning: Cannot stat: No such file or directory

TASK [Create user] *************************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72
Saturday 12 October 2024  20:15:39 -0400 (0:00:00.402)       0:01:22.567 ****** 
changed: [managed-node3] => {
    "changed": true,
    "comment": "",
    "create_home": true,
    "group": 1001,
    "home": "/home/user1",
    "name": "user1",
    "shell": "/bin/bash",
    "state": "present",
    "system": false,
    "uid": 1001
}

TASK [Run the role with user config] *******************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76
Saturday 12 October 2024  20:15:40 -0400 (0:00:00.682)       0:01:23.249 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 12 October 2024  20:15:40 -0400 (0:00:00.110)       0:01:23.359 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 12 October 2024  20:15:40 -0400 (0:00:00.066)       0:01:23.425 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 12 October 2024  20:15:40 -0400 (0:00:00.048)       0:01:23.474 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 12 October 2024  20:15:40 -0400 (0:00:00.042)       0:01:23.516 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 12 October 2024  20:15:40 -0400 (0:00:00.043)       0:01:23.560 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 12 October 2024  20:15:40 -0400 (0:00:00.047)       0:01:23.608 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 12 October 2024  20:15:41 -0400 (0:00:00.156)       0:01:23.764 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed-node3] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 12 October 2024  20:15:41 -0400 (0:00:00.109)       0:01:23.874 ****** 
ok: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.987)       0:01:24.861 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.042)       0:01:24.903 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.050)       0:01:24.953 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.062)       0:01:25.015 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.044)       0:01:25.061 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.043)       0:01:25.104 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.029614",
    "end": "2024-10-12 20:15:42.778605",
    "rc": 0,
    "start": "2024-10-12 20:15:42.748991"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.422)       0:01:25.526 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "4.9.4"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.045)       0:01:25.572 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.044)       0:01:25.616 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 12 October 2024  20:15:42 -0400 (0:00:00.043)       0:01:25.660 ****** 
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 [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 12 October 2024  20:15:43 -0400 (0:00:00.054)       0:01:25.714 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 12 October 2024  20:15:43 -0400 (0:00:00.081)       0:01:25.796 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "getent_passwd": {
            "user1": [
                "x",
                "1001",
                "1001",
                "",
                "/home/user1",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 12 October 2024  20:15:43 -0400 (0:00:00.490)       0:01:26.287 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 12 October 2024  20:15:43 -0400 (0:00:00.048)       0:01:26.336 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "1001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 12 October 2024  20:15:43 -0400 (0:00:00.060)       0:01:26.396 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728778537.17958,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1728778485.160442,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190931,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1696291200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 16032,
        "uid": 0,
        "version": "333699783",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 12 October 2024  20:15:44 -0400 (0:00:00.398)       0:01:26.795 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "user1"
    ],
    "delta": "0:00:00.004069",
    "end": "2024-10-12 20:15:44.444566",
    "rc": 0,
    "start": "2024-10-12 20:15:44.440497"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 12 October 2024  20:15:44 -0400 (0:00:00.396)       0:01:27.191 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "user1"
    ],
    "delta": "0:00:00.003740",
    "end": "2024-10-12 20:15:44.845261",
    "rc": 0,
    "start": "2024-10-12 20:15:44.841521"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 12 October 2024  20:15:44 -0400 (0:00:00.401)       0:01:27.592 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        },
        "podman_subuid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 12 October 2024  20:15:44 -0400 (0:00:00.063)       0:01:27.656 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 12 October 2024  20:15:45 -0400 (0:00:00.044)       0:01:27.701 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 12 October 2024  20:15:45 -0400 (0:00:00.071)       0:01:27.772 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 12 October 2024  20:15:45 -0400 (0:00:00.057)       0:01:27.830 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 12 October 2024  20:15:45 -0400 (0:00:00.051)       0:01:27.881 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 12 October 2024  20:15:45 -0400 (0:00:00.051)       0:01:27.932 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/home/user1/.config/containers/policy.json",
        "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 12 October 2024  20:15:45 -0400 (0:00:00.083)       0:01:28.016 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 12 October 2024  20:15:45 -0400 (0:00:00.085)       0:01:28.102 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 12 October 2024  20:15:46 -0400 (0:00:00.615)       0:01:28.717 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 116,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778546.1140373-4361-170803833249047/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 12 October 2024  20:15:46 -0400 (0:00:00.940)       0:01:29.658 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 12 October 2024  20:15:47 -0400 (0:00:00.118)       0:01:29.776 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/registries.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 12 October 2024  20:15:47 -0400 (0:00:00.433)       0:01:30.210 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "92130a764e88fe669136f6cf26613a84",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 225,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778547.6101284-4402-37535027569025/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 12 October 2024  20:15:48 -0400 (0:00:00.799)       0:01:31.009 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 12 October 2024  20:15:48 -0400 (0:00:00.081)       0:01:31.090 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 12 October 2024  20:15:48 -0400 (0:00:00.444)       0:01:31.535 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/home/user1/.config/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "47c893f010daf00398b7ed40f434aa0e",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 109,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778548.930818-4449-235226593948514/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 12 October 2024  20:15:49 -0400 (0:00:00.769)       0:01:32.304 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 12 October 2024  20:15:49 -0400 (0:00:00.139)       0:01:32.444 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 12 October 2024  20:15:50 -0400 (0:00:00.485)       0:01:32.930 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 12 October 2024  20:15:50 -0400 (0:00:00.431)       0:01:33.361 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_policy_stat.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 12 October 2024  20:15:50 -0400 (0:00:00.088)       0:01:33.449 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
    "dest": "/home/user1/.config/containers/policy.json",
    "gid": 0,
    "group": "root",
    "md5sum": "443c1986d4a8657dddae55f350d122e2",
    "mode": "0644",
    "owner": "user1",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 67,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778550.8507965-4542-192165798802170/.source.json",
    "state": "file",
    "uid": 1001
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.794)       0:01:34.243 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.050)       0:01:34.294 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_selinux_ports | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.044)       0:01:34.339 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.039)       0:01:34.378 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.034)       0:01:34.413 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.040)       0:01:34.453 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.053)       0:01:34.507 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 12 October 2024  20:15:51 -0400 (0:00:00.100)       0:01:34.608 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 12 October 2024  20:15:52 -0400 (0:00:00.078)       0:01:34.686 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 12 October 2024  20:15:52 -0400 (0:00:00.095)       0:01:34.781 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 12 October 2024  20:15:52 -0400 (0:00:00.085)       0:01:34.867 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Check that files exist and are non-null] *********************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83
Saturday 12 October 2024  20:15:52 -0400 (0:00:00.100)       0:01:34.967 ****** 
ok: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778546.907606,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1728778546.9116058,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279001,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778546.4676046,
        "nlink": 1,
        "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 1001,
        "version": "2254613350",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778548.2576094,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1728778548.2616093,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279003,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778547.9796085,
        "nlink": 1,
        "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 1001,
        "version": "3389101249",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/storage.conf",
    "stat": {
        "atime": 1728778549.5456128,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1728778549.5486128,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279004,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778549.271612,
        "nlink": 1,
        "path": "/home/user1/.config/containers/storage.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 1001,
        "version": "1781053804",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/policy.json",
    "stat": {
        "atime": 1728778551.4866178,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1728778551.4896178,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279005,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1728778551.187617,
        "nlink": 1,
        "path": "/home/user1/.config/containers/policy.json",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 1001,
        "version": "3620108215",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Run the role again with user config] *************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90
Saturday 12 October 2024  20:15:54 -0400 (0:00:01.723)       0:01:36.691 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.271)       0:01:36.963 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.124)       0:01:37.088 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.094)       0:01:37.183 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.100)       0:01:37.283 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.080)       0:01:37.364 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.080)       0:01:37.445 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.055)       0:01:37.501 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed-node3] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 12 October 2024  20:15:54 -0400 (0:00:00.170)       0:01:37.671 ****** 
ok: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 12 October 2024  20:15:56 -0400 (0:00:01.097)       0:01:38.769 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.039)       0:01:38.808 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.044)       0:01:38.852 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.038)       0:01:38.890 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.039)       0:01:38.930 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.037)       0:01:38.967 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.028499",
    "end": "2024-10-12 20:15:56.629200",
    "rc": 0,
    "start": "2024-10-12 20:15:56.600701"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.407)       0:01:39.375 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "4.9.4"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.041)       0:01:39.417 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.041)       0:01:39.458 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.039)       0:01:39.497 ****** 
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 [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.051)       0:01:39.548 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.076)       0:01:39.625 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 12 October 2024  20:15:56 -0400 (0:00:00.045)       0:01:39.670 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 12 October 2024  20:15:57 -0400 (0:00:00.044)       0:01:39.714 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "1001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 12 October 2024  20:15:57 -0400 (0:00:00.108)       0:01:39.823 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728778537.17958,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1728778485.160442,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190931,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1696291200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 16032,
        "uid": 0,
        "version": "333699783",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 12 October 2024  20:15:57 -0400 (0:00:00.423)       0:01:40.247 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "user1"
    ],
    "delta": "0:00:00.004063",
    "end": "2024-10-12 20:15:57.929869",
    "rc": 0,
    "start": "2024-10-12 20:15:57.925806"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.463)       0:01:40.710 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "user1"
    ],
    "delta": "0:00:00.003739",
    "end": "2024-10-12 20:15:58.407479",
    "rc": 0,
    "start": "2024-10-12 20:15:58.403740"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.444)       0:01:41.155 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_subgid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        },
        "podman_subuid_info": {
            "user1": {
                "range": 65536,
                "start": 589824
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.061)       0:01:41.216 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.041)       0:01:41.257 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.039)       0:01:41.296 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.040)       0:01:41.337 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.039)       0:01:41.376 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.047)       0:01:41.424 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/home/user1/.config/containers/policy.json",
        "__podman_registries_conf_file": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/home/user1/.config/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.123)       0:01:41.547 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 12 October 2024  20:15:58 -0400 (0:00:00.095)       0:01:41.643 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 12 October 2024  20:15:59 -0400 (0:00:00.418)       0:01:42.062 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "user1",
    "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 116,
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 12 October 2024  20:16:00 -0400 (0:00:00.760)       0:01:42.823 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 12 October 2024  20:16:00 -0400 (0:00:00.196)       0:01:43.019 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers/registries.conf.d",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 12 October 2024  20:16:00 -0400 (0:00:00.462)       0:01:43.482 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "user1",
    "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 225,
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 12 October 2024  20:16:01 -0400 (0:00:00.759)       0:01:44.241 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 12 October 2024  20:16:01 -0400 (0:00:00.208)       0:01:44.449 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 12 October 2024  20:16:02 -0400 (0:00:00.478)       0:01:44.928 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/home/user1/.config/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "user1",
    "path": "/home/user1/.config/containers/storage.conf",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 109,
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 12 October 2024  20:16:02 -0400 (0:00:00.739)       0:01:45.667 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 12 October 2024  20:16:03 -0400 (0:00:00.120)       0:01:45.787 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "user1",
    "path": "/home/user1/.config/containers",
    "secontext": "unconfined_u:object_r:config_home_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 12 October 2024  20:16:03 -0400 (0:00:00.509)       0:01:46.297 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728778553.8456242,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1728778551.4896178,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279005,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1728778551.187617,
        "nlink": 1,
        "path": "/home/user1/.config/containers/policy.json",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 1001,
        "version": "3620108215",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.407)       0:01:46.705 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/policy.json"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.513)       0:01:47.219 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__policy_existing != podman_policy_json",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.045)       0:01:47.265 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.040)       0:01:47.305 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_selinux_ports | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.042)       0:01:47.348 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.040)       0:01:47.389 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.037)       0:01:47.426 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.036)       0:01:47.463 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.037)       0:01:47.500 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.037)       0:01:47.537 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.036)       0:01:47.573 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 12 October 2024  20:16:04 -0400 (0:00:00.070)       0:01:47.644 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 12 October 2024  20:16:05 -0400 (0:00:00.036)       0:01:47.680 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Check that files still exist and are non-null] ***************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97
Saturday 12 October 2024  20:16:05 -0400 (0:00:00.060)       0:01:47.741 ****** 
ok: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778552.610621,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1728778546.9116058,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279001,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778546.4676046,
        "nlink": 1,
        "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 1001,
        "version": "2254613350",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778553.0386221,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1728778548.2616093,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279003,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778547.9796085,
        "nlink": 1,
        "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 1001,
        "version": "3389101249",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/storage.conf",
    "stat": {
        "atime": 1728778553.450623,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1728778549.5486128,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279004,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778549.271612,
        "nlink": 1,
        "path": "/home/user1/.config/containers/storage.conf",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 1001,
        "version": "1781053804",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/home/user1/.config/containers/policy.json",
    "stat": {
        "atime": 1728778553.8456242,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1728778551.4896178,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279005,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1728778551.187617,
        "nlink": 1,
        "path": "/home/user1/.config/containers/policy.json",
        "pw_name": "user1",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 1001,
        "version": "3620108215",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Run the role with root config] *******************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104
Saturday 12 October 2024  20:16:06 -0400 (0:00:01.554)       0:01:49.295 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 12 October 2024  20:16:06 -0400 (0:00:00.276)       0:01:49.572 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 12 October 2024  20:16:06 -0400 (0:00:00.082)       0:01:49.654 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 12 October 2024  20:16:07 -0400 (0:00:00.062)       0:01:49.717 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 12 October 2024  20:16:07 -0400 (0:00:00.046)       0:01:49.764 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 12 October 2024  20:16:07 -0400 (0:00:00.045)       0:01:49.809 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 12 October 2024  20:16:07 -0400 (0:00:00.045)       0:01:49.855 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 12 October 2024  20:16:07 -0400 (0:00:00.044)       0:01:49.899 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed-node3] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 12 October 2024  20:16:07 -0400 (0:00:00.094)       0:01:49.994 ****** 
ok: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 12 October 2024  20:16:08 -0400 (0:00:01.189)       0:01:51.184 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 12 October 2024  20:16:08 -0400 (0:00:00.051)       0:01:51.235 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 12 October 2024  20:16:08 -0400 (0:00:00.050)       0:01:51.286 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 12 October 2024  20:16:08 -0400 (0:00:00.064)       0:01:51.350 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 12 October 2024  20:16:08 -0400 (0:00:00.042)       0:01:51.392 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 12 October 2024  20:16:08 -0400 (0:00:00.042)       0:01:51.435 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.029102",
    "end": "2024-10-12 20:16:09.126694",
    "rc": 0,
    "start": "2024-10-12 20:16:09.097592"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 12 October 2024  20:16:09 -0400 (0:00:00.534)       0:01:51.970 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "4.9.4"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 12 October 2024  20:16:09 -0400 (0:00:00.099)       0:01:52.070 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 12 October 2024  20:16:09 -0400 (0:00:00.151)       0:01:52.222 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 12 October 2024  20:16:09 -0400 (0:00:00.118)       0:01:52.340 ****** 
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 [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 12 October 2024  20:16:09 -0400 (0:00:00.166)       0:01:52.507 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 12 October 2024  20:16:10 -0400 (0:00:00.166)       0:01:52.673 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "getent_passwd": {
            "root": [
                "x",
                "0",
                "0",
                "Super User",
                "/root",
                "/bin/bash"
            ]
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 12 October 2024  20:16:10 -0400 (0:00:00.518)       0:01:53.192 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 12 October 2024  20:16:10 -0400 (0:00:00.099)       0:01:53.292 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 12 October 2024  20:16:10 -0400 (0:00:00.097)       0:01:53.390 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728778537.17958,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1728778485.160442,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190931,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1696291200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 16032,
        "uid": 0,
        "version": "333699783",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.483)       0:01:53.873 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.122)       0:01:53.996 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.069)       0:01:54.065 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.070)       0:01:54.136 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.067)       0:01:54.204 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.068)       0:01:54.273 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.067)       0:01:54.340 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.066)       0:01:54.406 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 12 October 2024  20:16:11 -0400 (0:00:00.078)       0:01:54.484 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 12 October 2024  20:16:12 -0400 (0:00:00.231)       0:01:54.716 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 12 October 2024  20:16:12 -0400 (0:00:00.208)       0:01:54.924 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 12 October 2024  20:16:12 -0400 (0:00:00.544)       0:01:55.468 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "6c7ebf8d89ccba8db738c4afe2b97f5a",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 116,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778572.8635738-5404-144801094295911/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 12 October 2024  20:16:13 -0400 (0:00:00.824)       0:01:56.292 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 12 October 2024  20:16:13 -0400 (0:00:00.089)       0:01:56.382 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/registries.conf.d",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 12 October 2024  20:16:14 -0400 (0:00:00.475)       0:01:56.858 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "92130a764e88fe669136f6cf26613a84",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 225,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778574.2546751-5465-169570441951808/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 12 October 2024  20:16:15 -0400 (0:00:00.836)       0:01:57.694 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 12 October 2024  20:16:15 -0400 (0:00:00.193)       0:01:57.888 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 12 October 2024  20:16:15 -0400 (0:00:00.632)       0:01:58.520 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/etc/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "47c893f010daf00398b7ed40f434aa0e",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 109,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778575.9615967-5521-46037443834986/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 12 October 2024  20:16:16 -0400 (0:00:01.068)       0:01:59.589 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 12 October 2024  20:16:17 -0400 (0:00:00.242)       0:01:59.831 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 12 October 2024  20:16:17 -0400 (0:00:00.623)       0:02:00.455 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728778539.820587,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "2b9c515bda676f0ab6d58bcc6e44be4375b5922b",
        "ctime": 1728778497.569475,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278797,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1706486400.0,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 569,
        "uid": 0,
        "version": "547548422",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 12 October 2024  20:16:18 -0400 (0:00:00.471)       0:02:00.927 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6IHsKICAgICAgICAiZG9ja2VyIjogewoJICAgICJyZWdpc3RyeS5hY2Nlc3MucmVkaGF0LmNvbSI6IFsKCQl7CgkJICAgICJ0eXBlIjogInNpZ25lZEJ5IiwKCQkgICAgImtleVR5cGUiOiAiR1BHS2V5cyIsCgkJICAgICJrZXlQYXRoIjogIi9ldGMvcGtpL3JwbS1ncGcvUlBNLUdQRy1LRVktcmVkaGF0LXJlbGVhc2UiCgkJfQoJICAgIF0sCgkgICAgInJlZ2lzdHJ5LnJlZGhhdC5pbyI6IFsKCQl7CgkJICAgICJ0eXBlIjogInNpZ25lZEJ5IiwKCQkgICAgImtleVR5cGUiOiAiR1BHS2V5cyIsCgkJICAgICJrZXlQYXRoIjogIi9ldGMvcGtpL3JwbS1ncGcvUlBNLUdQRy1LRVktcmVkaGF0LXJlbGVhc2UiCgkJfQoJICAgIF0KCX0sCiAgICAgICAgImRvY2tlci1kYWVtb24iOiB7CgkgICAgIiI6IFsKCQl7CgkJICAgICJ0eXBlIjogImluc2VjdXJlQWNjZXB0QW55dGhpbmciCgkJfQoJICAgIF0KCX0KICAgIH0KfQo=",
    "encoding": "base64",
    "source": "/etc/containers/policy.json"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 12 October 2024  20:16:18 -0400 (0:00:00.457)       0:02:01.384 ****** 
changed: [managed-node3] => {
    "changed": true,
    "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
    "dest": "/etc/containers/policy.json",
    "gid": 0,
    "group": "root",
    "md5sum": "443c1986d4a8657dddae55f350d122e2",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 67,
    "src": "/root/.ansible/tmp/ansible-tmp-1728778578.8023176-5630-53219941604609/.source.json",
    "state": "file",
    "uid": 0
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 12 October 2024  20:16:19 -0400 (0:00:00.980)       0:02:02.364 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 12 October 2024  20:16:19 -0400 (0:00:00.086)       0:02:02.451 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_selinux_ports | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 12 October 2024  20:16:19 -0400 (0:00:00.082)       0:02:02.533 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 12 October 2024  20:16:19 -0400 (0:00:00.073)       0:02:02.606 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.066)       0:02:02.673 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.072)       0:02:02.745 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.111)       0:02:02.857 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.079)       0:02:02.937 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.119)       0:02:03.056 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.143)       0:02:03.199 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.071)       0:02:03.271 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Check that files exist and are non-null] *********************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111
Saturday 12 October 2024  20:16:20 -0400 (0:00:00.214)       0:02:03.485 ****** 
ok: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778573.5386763,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1728778573.5446763,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279007,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778573.2536757,
        "nlink": 1,
        "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 0,
        "version": "800446531",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778574.91068,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1728778574.91668,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279008,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778574.6326792,
        "nlink": 1,
        "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 0,
        "version": "3684887186",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/storage.conf",
    "stat": {
        "atime": 1728778576.748685,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1728778576.754685,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279009,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778576.3596838,
        "nlink": 1,
        "path": "/etc/containers/storage.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 0,
        "version": "1103514886",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/policy.json",
    "stat": {
        "atime": 1728778579.5639527,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1728778579.5626924,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279010,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1728778579.5639534,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "3748354287",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Run the role again with root config] *************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118
Saturday 12 October 2024  20:16:22 -0400 (0:00:01.837)       0:02:05.322 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 12 October 2024  20:16:22 -0400 (0:00:00.324)       0:02:05.647 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 12 October 2024  20:16:23 -0400 (0:00:00.165)       0:02:05.813 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 12 October 2024  20:16:23 -0400 (0:00:00.114)       0:02:05.927 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 12 October 2024  20:16:23 -0400 (0:00:00.078)       0:02:06.005 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 12 October 2024  20:16:23 -0400 (0:00:00.079)       0:02:06.085 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 12 October 2024  20:16:23 -0400 (0:00:00.083)       0:02:06.168 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 12 October 2024  20:16:23 -0400 (0:00:00.138)       0:02:06.307 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml"
}
ok: [managed-node3] => (item=Fedora.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "iptables-nft",
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/vars/Fedora.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "Fedora.yml"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=Fedora_39.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "Fedora_39.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Gather the package facts] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 12 October 2024  20:16:23 -0400 (0:00:00.325)       0:02:06.632 ****** 
ok: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Enable copr if requested] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 12 October 2024  20:16:25 -0400 (0:00:01.186)       0:02:07.819 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_use_copr | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 12 October 2024  20:16:25 -0400 (0:00:00.119)       0:02:07.938 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(__podman_packages | difference(ansible_facts.packages))",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 12 October 2024  20:16:25 -0400 (0:00:00.056)       0:02:07.995 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 12 October 2024  20:16:25 -0400 (0:00:00.044)       0:02:08.040 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 12 October 2024  20:16:25 -0400 (0:00:00.042)       0:02:08.083 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 12 October 2024  20:16:25 -0400 (0:00:00.044)       0:02:08.127 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.028199",
    "end": "2024-10-12 20:16:25.810944",
    "rc": 0,
    "start": "2024-10-12 20:16:25.782745"
}

STDOUT:

podman version 4.9.4


STDERR:

time="2024-10-12T20:16:25-04:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically."

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 12 October 2024  20:16:25 -0400 (0:00:00.522)       0:02:08.649 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "podman_version": "4.9.4"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 12 October 2024  20:16:26 -0400 (0:00:00.158)       0:02:08.808 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_version is version(\"4.2\", \"<\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 12 October 2024  20:16:26 -0400 (0:00:00.139)       0:02:08.947 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 12 October 2024  20:16:26 -0400 (0:00:00.142)       0:02:09.090 ****** 
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 [fedora.linux_system_roles.podman : Check user and group information] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 12 October 2024  20:16:26 -0400 (0:00:00.176)       0:02:09.266 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Get user information] *****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 12 October 2024  20:16:26 -0400 (0:00:00.216)       0:02:09.483 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "'getent_passwd' not in ansible_facts or __podman_user not in ansible_facts['getent_passwd']",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user does not exist] **********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 12 October 2024  20:16:26 -0400 (0:00:00.150)       0:02:09.634 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_user]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set group for podman user] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 12 October 2024  20:16:27 -0400 (0:00:00.159)       0:02:09.793 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 12 October 2024  20:16:27 -0400 (0:00:00.202)       0:02:09.995 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728778537.17958,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1728778485.160442,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 190931,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/x-pie-executable",
        "mode": "0755",
        "mtime": 1696291200.0,
        "nlink": 1,
        "path": "/usr/bin/getsubids",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 16032,
        "uid": 0,
        "version": "333699783",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 12 October 2024  20:16:27 -0400 (0:00:00.534)       0:02:10.529 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 12 October 2024  20:16:27 -0400 (0:00:00.122)       0:02:10.652 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.147)       0:02:10.800 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__podman_user not in [\"root\", \"0\"]",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subuid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.135)       0:02:10.936 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Get subgid file] **********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.071)       0:02:11.007 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.098)       0:02:11.106 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.078)       0:02:11.185 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.108)       0:02:11.293 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __podman_stat_getsubids.stat.exists",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Set config file paths] ****************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.079)       0:02:11.373 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "__podman_policy_json_file": "/etc/containers/policy.json",
        "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "__podman_storage_conf_file": "/etc/containers/storage.conf"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle container.conf.d] **************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.138)       0:02:11.512 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 12 October 2024  20:16:28 -0400 (0:00:00.143)       0:02:11.656 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/containers.conf.d",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update container config file] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 12 October 2024  20:16:29 -0400 (0:00:00.484)       0:02:12.140 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
    "dest": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 116,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 12 October 2024  20:16:30 -0400 (0:00:00.960)       0:02:13.101 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 12 October 2024  20:16:30 -0400 (0:00:00.148)       0:02:13.249 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers/registries.conf.d",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update registries config file] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 12 October 2024  20:16:31 -0400 (0:00:00.570)       0:02:13.822 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
    "dest": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 225,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 12 October 2024  20:16:32 -0400 (0:00:00.853)       0:02:14.676 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 12 October 2024  20:16:32 -0400 (0:00:00.082)       0:02:14.759 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Update storage config file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 12 October 2024  20:16:32 -0400 (0:00:00.565)       0:02:15.324 ****** 
ok: [managed-node3] => {
    "changed": false,
    "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
    "dest": "/etc/containers/storage.conf",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/containers/storage.conf",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 109,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 12 October 2024  20:16:33 -0400 (0:00:00.924)       0:02:16.248 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node3

TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 12 October 2024  20:16:33 -0400 (0:00:00.325)       0:02:16.574 ****** 
ok: [managed-node3] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/containers",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4096,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 12 October 2024  20:16:34 -0400 (0:00:00.533)       0:02:17.107 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1728778582.4677,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1728778579.5626924,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279010,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1728778579.5639534,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "3748354287",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 12 October 2024  20:16:34 -0400 (0:00:00.536)       0:02:17.644 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==",
    "encoding": "base64",
    "source": "/etc/containers/policy.json"
}

TASK [fedora.linux_system_roles.podman : Write new policy.json file] ***********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 12 October 2024  20:16:35 -0400 (0:00:00.545)       0:02:18.190 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__policy_existing != podman_policy_json",
    "skip_reason": "Conditional result was False"
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 12 October 2024  20:16:35 -0400 (0:00:00.158)       0:02:18.348 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_firewall | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [Manage selinux for specified ports] **************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 12 October 2024  20:16:35 -0400 (0:00:00.141)       0:02:18.490 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "podman_selinux_ports | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] ***
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 12 October 2024  20:16:35 -0400 (0:00:00.120)       0:02:18.610 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_cancel_user_linger": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] *******
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.102)       0:02:18.713 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle credential files - present] ****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.116)       0:02:18.830 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle secrets] ***********************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.080)       0:02:18.910 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.070)       0:02:18.980 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.091)       0:02:19.072 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Cancel linger] ************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.069)       0:02:19.141 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.podman : Handle credential files - absent] *****
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.067)       0:02:19.209 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ********
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.115)       0:02:19.324 ****** 
skipping: [managed-node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Check that files still exist and are non-null] ***************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125
Saturday 12 October 2024  20:16:36 -0400 (0:00:00.157)       0:02:19.481 ****** 
ok: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778581.253697,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1728778573.5446763,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279007,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778573.2536757,
        "nlink": 1,
        "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 116,
        "uid": 0,
        "version": "800446531",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "stat": {
        "atime": 1728778581.6816978,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1728778574.91668,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279008,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778574.6326792,
        "nlink": 1,
        "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 225,
        "uid": 0,
        "version": "3684887186",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/storage.conf",
    "stat": {
        "atime": 1728778582.066699,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1728778576.754685,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279009,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1728778576.3596838,
        "nlink": 1,
        "path": "/etc/containers/storage.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 0,
        "version": "1103514886",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
ok: [managed-node3] => (item=/etc/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": false,
    "failed_when_result": false,
    "item": "/etc/containers/policy.json",
    "stat": {
        "atime": 1728778582.4677,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1728778579.5626924,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 279010,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1728778579.5639534,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "3748354287",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check for ansible_managed, fingerprint in generated files] ***************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132
Saturday 12 October 2024  20:16:38 -0400 (0:00:01.692)       0:02:21.174 ****** 
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf)
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf)
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/home/user1/.config/containers/storage.conf)
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/containers.conf.d/50-systemroles.conf)
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/registries.conf.d/50-systemroles.conf)
included: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node3 => (item=/etc/containers/storage.conf)

TASK [Get file] ****************************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 12 October 2024  20:16:38 -0400 (0:00:00.152)       0:02:21.327 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 12 October 2024  20:16:39 -0400 (0:00:00.557)       0:02:21.885 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 12 October 2024  20:16:39 -0400 (0:00:00.265)       0:02:22.150 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 12 October 2024  20:16:39 -0400 (0:00:00.471)       0:02:22.622 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 12 October 2024  20:16:40 -0400 (0:00:00.131)       0:02:22.753 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==",
    "encoding": "base64",
    "source": "/home/user1/.config/containers/storage.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 12 October 2024  20:16:40 -0400 (0:00:00.419)       0:02:23.173 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 12 October 2024  20:16:40 -0400 (0:00:00.107)       0:02:23.281 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbY29udGFpbmVyc10KYW5ub3RhdGlvbnMgPSBbICJlbnZpcm9ubWVudD1wcm9kdWN0aW9uIiwgInN0YXR1cz10aWVyMiIsXQo=",
    "encoding": "base64",
    "source": "/etc/containers/containers.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 12 October 2024  20:16:41 -0400 (0:00:00.440)       0:02:23.722 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 12 October 2024  20:16:41 -0400 (0:00:00.197)       0:02:23.919 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgp1bnF1YWxpZmllZC1zZWFyY2gtcmVnaXN0cmllcz1bJ3JlZ2lzdHJ5LTEuZXhhbXBsZS5jb20nLCAncmVnaXN0cnktMi5leGFtcGxlLmNvbSddCmNyZWRlbnRpYWwtaGVscGVycz1bJ2NyZWQtaGVscGVyLTEnLCAnY3JlZC1oZWxwZXItMiddClthbGlhc2VzXQpteXJlZ2lzdHJ5PSJyZWdpc3RyeS5leGFtcGxlLmNvbSIK",
    "encoding": "base64",
    "source": "/etc/containers/registries.conf.d/50-systemroles.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 12 October 2024  20:16:41 -0400 (0:00:00.474)       0:02:24.394 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 12 October 2024  20:16:41 -0400 (0:00:00.237)       0:02:24.631 ****** 
ok: [managed-node3] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCgpbc3RvcmFnZV0KcnVucm9vdD0iL3RtcCIKZ3JhcGhyb290PSIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==",
    "encoding": "base64",
    "source": "/etc/containers/storage.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 12 October 2024  20:16:42 -0400 (0:00:00.531)       0:02:25.162 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove test config files] ************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153
Saturday 12 October 2024  20:16:42 -0400 (0:00:00.228)       0:02:25.391 ****** 
changed: [managed-node3] => (item=/etc/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "path": "/etc/containers/containers.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/etc/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "path": "/etc/containers/registries.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/etc/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/storage.conf",
    "path": "/etc/containers/storage.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/etc/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/containers/policy.json",
    "path": "/etc/containers/policy.json",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/containers.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "path": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/registries.conf.d/50-systemroles.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "path": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/storage.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/storage.conf",
    "path": "/home/user1/.config/containers/storage.conf",
    "state": "absent"
}
changed: [managed-node3] => (item=/home/user1/.config/containers/policy.json) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/home/user1/.config/containers/policy.json",
    "path": "/home/user1/.config/containers/policy.json",
    "state": "absent"
}

TASK [Restore system config files] *********************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159
Saturday 12 October 2024  20:16:46 -0400 (0:00:03.352)       0:02:28.743 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "tar",
        "xfvpP",
        "/tmp/lsr_podman_config_wxx7p04e/backup.tar"
    ],
    "delta": "0:00:00.003861",
    "end": "2024-10-12 20:16:46.403220",
    "rc": 0,
    "start": "2024-10-12 20:16:46.399359"
}

STDOUT:

/etc/containers/policy.json

TASK [Remove temp directory] ***************************************************
task path: /tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164
Saturday 12 October 2024  20:16:46 -0400 (0:00:00.441)       0:02:29.185 ****** 
changed: [managed-node3] => {
    "changed": true,
    "path": "/tmp/lsr_podman_config_wxx7p04e",
    "state": "absent"
}

PLAY RECAP *********************************************************************
managed-node3              : ok=156  changed=16   unreachable=0    failed=0    skipped=159  rescued=0    ignored=0   

Saturday 12 October 2024  20:16:47 -0400 (0:00:00.582)       0:02:29.767 ****** 
=============================================================================== 
fedora.linux_system_roles.podman : Ensure required packages are installed -- 71.50s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 
Remove test config files ------------------------------------------------ 3.35s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 
Gathering Facts --------------------------------------------------------- 2.69s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 
Check that files exist and are non-null --------------------------------- 1.84s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 
Check that files exist and are non-null --------------------------------- 1.72s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 
Check that files still exist and are non-null --------------------------- 1.69s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.56s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
Check that files still exist and are non-null --------------------------- 1.55s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.19s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.19s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.10s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Update storage config file ----------- 1.07s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 
fedora.linux_system_roles.podman : Gather the package facts ------------- 0.99s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.98s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 
fedora.linux_system_roles.podman : Update container config file --------- 0.96s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 
fedora.linux_system_roles.podman : Update container config file --------- 0.94s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 
fedora.linux_system_roles.podman : Update storage config file ----------- 0.92s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 
fedora.linux_system_roles.podman : Update registries config file -------- 0.85s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 
fedora.linux_system_roles.podman : Update registries config file -------- 0.84s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 
fedora.linux_system_roles.podman : Update container config file --------- 0.82s
/tmp/collections-Fon/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13