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-s6E
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.7 (main, Oct  1 2024, 00:00:00) [GCC 13.3.1 20240913 (Red Hat 13.3.1-3)] (/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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml

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

TASK [Include vault variables] *************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5
Saturday 26 October 2024  12:31:40 -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-pz2/tests/vars/vault-variables.yml"
    ],
    "changed": false
}

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9
Saturday 26 October 2024  12:31:40 -0400 (0:00:00.040)       0:00:00.051 ****** 
[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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48
Saturday 26 October 2024  12:31:43 -0400 (0:00:03.315)       0:00:03.367 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 26 October 2024  12:31:43 -0400 (0:00:00.091)       0:00:03.458 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 26 October 2024  12:31:43 -0400 (0:00:00.031)       0:00:03.490 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 26 October 2024  12:31:43 -0400 (0:00:00.102)       0:00:03.593 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 26 October 2024  12:31:44 -0400 (0:00:00.757)       0:00:04.350 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 26 October 2024  12:31:44 -0400 (0:00:00.045)       0:00:04.396 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 26 October 2024  12:31:45 -0400 (0:00:00.431)       0:00:04.827 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 26 October 2024  12:31:45 -0400 (0:00:00.044)       0:00:04.872 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-s6E/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-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 26 October 2024  12:31:45 -0400 (0:00:00.083)       0:00:04.956 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 26 October 2024  12:31:46 -0400 (0:00:01.350)       0:00:06.307 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 26 October 2024  12:31:46 -0400 (0:00:00.064)       0:00:06.371 ****** 
changed: [managed-node3] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: podman-5:4.9.4-1.fc39.x86_64",
        "Installed: netavark-2:1.12.2-1.fc39.x86_64",
        "Installed: catatonit-0.1.7-18.fc39.x86_64",
        "Installed: libslirp-4.7.0-4.fc39.x86_64",
        "Installed: fuse-common-3.16.1-1.fc39.x86_64",
        "Installed: criu-4.0-1.fc39.x86_64",
        "Installed: criu-libs-4.0-1.fc39.x86_64",
        "Installed: slirp4netns-1.2.2-1.fc39.x86_64",
        "Installed: libbsd-0.12.2-3.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: 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: qemu-user-static-cris-2:8.1.3-5.fc39.x86_64",
        "Installed: fuse3-3.16.1-1.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: fuse3-libs-3.16.1-1.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: conmon-2:2.1.12-2.fc39.x86_64",
        "Installed: crun-1.17-1.fc39.x86_64",
        "Installed: yajl-2.1.0-22.fc39.x86_64",
        "Installed: container-selinux-2:2.233.0-1.fc39.noarch",
        "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: libnet-1.3-1.fc39.x86_64",
        "Installed: shadow-utils-subid-2:4.14.0-2.fc39.x86_64",
        "Installed: libmd-1.1.0-2.fc39.x86_64",
        "Installed: fuse-overlayfs-1.13-1.fc39.x86_64",
        "Installed: passt-selinux-0^20240906.g6b38f07-1.fc39.noarch",
        "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: passt-0^20240906.g6b38f07-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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 26 October 2024  12:34:26 -0400 (0:02:39.670)       0:02:46.042 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 26 October 2024  12:34:26 -0400 (0:00:00.162)       0:02:46.204 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 26 October 2024  12:34:26 -0400 (0:00:00.135)       0:02:46.339 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 26 October 2024  12:34:26 -0400 (0:00:00.111)       0:02:46.451 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.039798",
    "end": "2024-10-26 12:34:27.421074",
    "rc": 0,
    "start": "2024-10-26 12:34:27.381276"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 26 October 2024  12:34:27 -0400 (0:00:00.772)       0:02:47.223 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 26 October 2024  12:34:27 -0400 (0:00:00.111)       0:02:47.335 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 26 October 2024  12:34:27 -0400 (0:00:00.147)       0:02:47.482 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 26 October 2024  12:34:28 -0400 (0:00:00.165)       0:02:47.647 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 26 October 2024  12:34:28 -0400 (0:00:00.169)       0:02:47.817 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 26 October 2024  12:34:28 -0400 (0:00:00.217)       0:02:48.034 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 26 October 2024  12:34:29 -0400 (0:00:00.704)       0:02:48.738 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 26 October 2024  12:34:29 -0400 (0:00:00.110)       0:02:48.848 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 26 October 2024  12:34:29 -0400 (0:00:00.103)       0:02:48.952 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1696291200.0,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1729960406.5721307,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 191117,
        "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": "2013271139",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 26 October 2024  12:34:29 -0400 (0:00:00.545)       0:02:49.498 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.130)       0:02:49.628 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.140)       0:02:49.769 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.135)       0:02:49.905 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.135)       0:02:50.040 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.123)       0:02:50.164 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.128)       0:02:50.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 : Fail if user not in subgid file] ******
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.133)       0:02:50.427 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 26 October 2024  12:34:30 -0400 (0:00:00.125)       0:02:50.552 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 26 October 2024  12:34:31 -0400 (0:00:00.225)       0:02:50.778 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 26 October 2024  12:34:31 -0400 (0:00:00.264)       0:02:51.043 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 26 October 2024  12:34:31 -0400 (0:00:00.137)       0:02:51.180 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 26 October 2024  12:34:31 -0400 (0:00:00.109)       0:02:51.289 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 26 October 2024  12:34:32 -0400 (0:00:00.337)       0:02:51.627 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 26 October 2024  12:34:32 -0400 (0:00:00.096)       0:02:51.723 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 26 October 2024  12:34:32 -0400 (0:00:00.133)       0:02:51.857 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 26 October 2024  12:34:32 -0400 (0:00:00.268)       0:02:52.125 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 26 October 2024  12:34:32 -0400 (0:00:00.125)       0:02:52.251 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 26 October 2024  12:34:32 -0400 (0:00:00.133)       0:02:52.385 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.252)       0:02:52.637 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.087)       0:02:52.725 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.100)       0:02:52.825 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.120)       0:02:52.946 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.074)       0:02:53.021 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.067)       0:02:53.088 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.064)       0:02:53.153 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.043)       0:02:53.197 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.038)       0:02:53.235 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.037)       0:02:53.273 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.096)       0:02:53.370 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.062)       0:02:53.433 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.085)       0:02:53.518 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 26 October 2024  12:34:33 -0400 (0:00:00.062)       0:02:53.580 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 26 October 2024  12:34:34 -0400 (0:00:00.079)       0:02:53.660 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59
Saturday 26 October 2024  12:34:34 -0400 (0:00:00.104)       0:02:53.764 ****** 
changed: [managed-node3] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/lsr_podman_config_czp0do3b",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 40,
    "state": "directory",
    "uid": 0
}

TASK [Create backup] ***********************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65
Saturday 26 October 2024  12:34:34 -0400 (0:00:00.638)       0:02:54.403 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "tar",
        "--ignore-failed-read",
        "-c",
        "-P",
        "-v",
        "-p",
        "-f",
        "/tmp/lsr_podman_config_czp0do3b/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.100802",
    "end": "2024-10-26 12:34:35.264960",
    "rc": 0,
    "start": "2024-10-26 12:34:35.164158"
}

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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72
Saturday 26 October 2024  12:34:35 -0400 (0:00:00.564)       0:02:54.968 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.941)       0:02:55.910 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.123)       0:02:56.033 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.092)       0:02:56.126 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.087)       0:02:56.213 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.072)       0:02:56.286 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.093)       0:02:56.379 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.073)       0:02:56.452 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 26 October 2024  12:34:36 -0400 (0:00:00.121)       0:02:56.573 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-s6E/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-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 26 October 2024  12:34:37 -0400 (0:00:00.131)       0:02:56.705 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 26 October 2024  12:34:38 -0400 (0:00:01.117)       0:02:57.823 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 26 October 2024  12:34:38 -0400 (0:00:00.043)       0:02:57.866 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 26 October 2024  12:34:38 -0400 (0:00:00.052)       0:02:57.919 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 26 October 2024  12:34:38 -0400 (0:00:00.044)       0:02:57.964 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 26 October 2024  12:34:38 -0400 (0:00:00.044)       0:02:58.008 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 26 October 2024  12:34:38 -0400 (0:00:00.046)       0:02:58.055 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.030984",
    "end": "2024-10-26 12:34:38.821093",
    "rc": 0,
    "start": "2024-10-26 12:34:38.790109"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 26 October 2024  12:34:38 -0400 (0:00:00.472)       0:02:58.528 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 26 October 2024  12:34:38 -0400 (0:00:00.047)       0:02:58.576 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 26 October 2024  12:34:39 -0400 (0:00:00.046)       0:02:58.623 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 26 October 2024  12:34:39 -0400 (0:00:00.045)       0:02:58.668 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 26 October 2024  12:34:39 -0400 (0:00:00.059)       0:02:58.728 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 26 October 2024  12:34:39 -0400 (0:00:00.088)       0:02:58.816 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 26 October 2024  12:34:39 -0400 (0:00:00.571)       0:02:59.387 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 26 October 2024  12:34:39 -0400 (0:00:00.059)       0:02:59.447 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "1001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 26 October 2024  12:34:39 -0400 (0:00:00.074)       0:02:59.521 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1729960469.7134786,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1729960406.5721307,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 191117,
        "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": "2013271139",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 26 October 2024  12:34:40 -0400 (0:00:00.460)       0:02:59.982 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "user1"
    ],
    "delta": "0:00:00.003871",
    "end": "2024-10-26 12:34:40.741449",
    "rc": 0,
    "start": "2024-10-26 12:34:40.737578"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 26 October 2024  12:34:40 -0400 (0:00:00.496)       0:03:00.479 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "user1"
    ],
    "delta": "0:00:00.003963",
    "end": "2024-10-26 12:34:41.265612",
    "rc": 0,
    "start": "2024-10-26 12:34:41.261649"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.490)       0:03:00.970 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.066)       0:03:01.037 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.043)       0:03:01.080 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.044)       0:03:01.124 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.043)       0:03:01.167 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.044)       0:03:01.211 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.043)       0:03:01.255 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.085)       0:03:01.340 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 26 October 2024  12:34:41 -0400 (0:00:00.084)       0:03:01.425 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 26 October 2024  12:34:42 -0400 (0:00:00.669)       0:03:02.095 ****** 
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-1729960482.5412104-4954-70467561658830/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 26 October 2024  12:34:43 -0400 (0:00:01.127)       0:03:03.223 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 26 October 2024  12:34:43 -0400 (0:00:00.179)       0:03:03.402 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 26 October 2024  12:34:44 -0400 (0:00:00.484)       0:03:03.887 ****** 
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-1729960484.334853-5016-172665941923086/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 26 October 2024  12:34:45 -0400 (0:00:00.890)       0:03:04.777 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 26 October 2024  12:34:45 -0400 (0:00:00.092)       0:03:04.870 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 26 October 2024  12:34:45 -0400 (0:00:00.472)       0:03:05.343 ****** 
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-1729960485.778128-5065-222084092727262/.source.conf",
    "state": "file",
    "uid": 1001
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 26 October 2024  12:34:46 -0400 (0:00:00.904)       0:03:06.248 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 26 October 2024  12:34:46 -0400 (0:00:00.126)       0:03:06.374 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 26 October 2024  12:34:47 -0400 (0:00:00.449)       0:03:06.824 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.podman : Get the existing policy.json] *********
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 26 October 2024  12:34:47 -0400 (0:00:00.437)       0:03:07.262 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 26 October 2024  12:34:47 -0400 (0:00:00.069)       0:03:07.332 ****** 
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-1729960487.7836998-5135-100039559851391/.source.json",
    "state": "file",
    "uid": 1001
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.833)       0:03:08.165 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.045)       0:03:08.210 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.046)       0:03:08.256 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.046)       0:03:08.303 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.040)       0:03:08.343 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.048)       0:03:08.392 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.069)       0:03:08.461 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 26 October 2024  12:34:48 -0400 (0:00:00.100)       0:03:08.561 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 26 October 2024  12:34:49 -0400 (0:00:00.066)       0:03:08.628 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 26 October 2024  12:34:49 -0400 (0:00:00.069)       0:03:08.697 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 26 October 2024  12:34:49 -0400 (0:00:00.068)       0:03:08.766 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83
Saturday 26 October 2024  12:34:49 -0400 (0:00:00.083)       0:03:08.849 ****** 
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": 1729960483.4855528,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1729960483.4885528,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278975,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960482.9435499,
        "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": "1705222415",
        "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": 1729960485.029561,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1729960485.032561,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278977,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960484.7175593,
        "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": "93251816",
        "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": 1729960486.505569,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1729960486.509569,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278978,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960486.156567,
        "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": "2998806082",
        "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": 1729960488.4575794,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1729960488.4605794,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278979,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1729960488.1505778,
        "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": "3133896935",
        "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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90
Saturday 26 October 2024  12:34:51 -0400 (0:00:02.643)       0:03:11.492 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.153)       0:03:11.645 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.079)       0:03:11.725 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.071)       0:03:11.796 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.078)       0:03:11.875 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.065)       0:03:11.940 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.055)       0:03:11.996 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.060)       0:03:12.057 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-s6E/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-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 26 October 2024  12:34:52 -0400 (0:00:00.121)       0:03:12.179 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 26 October 2024  12:34:53 -0400 (0:00:01.180)       0:03:13.359 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 26 October 2024  12:34:53 -0400 (0:00:00.052)       0:03:13.411 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 26 October 2024  12:34:53 -0400 (0:00:00.052)       0:03:13.464 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 26 October 2024  12:34:53 -0400 (0:00:00.044)       0:03:13.509 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 26 October 2024  12:34:53 -0400 (0:00:00.045)       0:03:13.554 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 26 October 2024  12:34:53 -0400 (0:00:00.045)       0:03:13.600 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.030145",
    "end": "2024-10-26 12:34:54.362430",
    "rc": 0,
    "start": "2024-10-26 12:34:54.332285"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.473)       0:03:14.074 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.057)       0:03:14.131 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.067)       0:03:14.199 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.061)       0:03:14.260 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.060)       0:03:14.320 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.087)       0:03:14.408 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.060)       0:03:14.469 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 26 October 2024  12:34:54 -0400 (0:00:00.081)       0:03:14.550 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "1001"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 26 October 2024  12:34:55 -0400 (0:00:00.200)       0:03:14.751 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1729960469.7134786,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1729960406.5721307,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 191117,
        "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": "2013271139",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 26 October 2024  12:34:55 -0400 (0:00:00.472)       0:03:15.224 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "user1"
    ],
    "delta": "0:00:00.003836",
    "end": "2024-10-26 12:34:55.960164",
    "rc": 0,
    "start": "2024-10-26 12:34:55.956328"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.441)       0:03:15.666 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "getsubids",
        "-g",
        "user1"
    ],
    "delta": "0:00:00.003821",
    "end": "2024-10-26 12:34:56.394864",
    "rc": 0,
    "start": "2024-10-26 12:34:56.391043"
}

STDOUT:

0: user1 589824 65536

TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ******
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.435)       0:03:16.101 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.067)       0:03:16.168 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.045)       0:03:16.214 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.043)       0:03:16.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 : Fail if user not in subuid file] ******
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.061)       0:03:16.319 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.046)       0:03:16.365 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.044)       0:03:16.409 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.086)       0:03:16.495 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 26 October 2024  12:34:56 -0400 (0:00:00.086)       0:03:16.582 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 26 October 2024  12:34:57 -0400 (0:00:00.449)       0:03:17.032 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 26 October 2024  12:34:58 -0400 (0:00:00.807)       0:03:17.839 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 26 October 2024  12:34:58 -0400 (0:00:00.088)       0:03:17.928 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 26 October 2024  12:34:58 -0400 (0:00:00.469)       0:03:18.397 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 26 October 2024  12:34:59 -0400 (0:00:00.864)       0:03:19.262 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 26 October 2024  12:34:59 -0400 (0:00:00.315)       0:03:19.581 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 26 October 2024  12:35:00 -0400 (0:00:00.550)       0:03:20.131 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 26 October 2024  12:35:01 -0400 (0:00:00.884)       0:03:21.016 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 26 October 2024  12:35:01 -0400 (0:00:00.111)       0:03:21.127 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 26 October 2024  12:35:02 -0400 (0:00:00.557)       0:03:21.685 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1729960491.7675972,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1729960488.4605794,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278979,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1729960488.1505778,
        "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": "3133896935",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 26 October 2024  12:35:02 -0400 (0:00:00.509)       0:03:22.195 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.671)       0:03:22.866 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.086)       0:03:22.952 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.076)       0:03:23.029 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.079)       0:03:23.108 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.076)       0:03:23.185 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.066)       0:03:23.251 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.066)       0:03:23.317 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.068)       0:03:23.386 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.063)       0:03:23.449 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.046)       0:03:23.495 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 26 October 2024  12:35:03 -0400 (0:00:00.102)       0:03:23.597 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 26 October 2024  12:35:04 -0400 (0:00:00.041)       0:03:23.639 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97
Saturday 26 October 2024  12:35:04 -0400 (0:00:00.071)       0:03:23.711 ****** 
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": 1729960489.6215858,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1729960483.4885528,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278975,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960482.9435499,
        "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": "1705222415",
        "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": 1729960490.8555925,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1729960485.032561,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278977,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960484.7175593,
        "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": "93251816",
        "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": 1729960491.3035948,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1729960486.509569,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278978,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960486.156567,
        "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": "2998806082",
        "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": 1729960491.7675972,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1729960488.4605794,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278979,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1729960488.1505778,
        "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": "3133896935",
        "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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104
Saturday 26 October 2024  12:35:05 -0400 (0:00:01.713)       0:03:25.425 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 26 October 2024  12:35:05 -0400 (0:00:00.185)       0:03:25.610 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 26 October 2024  12:35:06 -0400 (0:00:00.080)       0:03:25.691 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 26 October 2024  12:35:06 -0400 (0:00:00.056)       0:03:25.747 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 26 October 2024  12:35:06 -0400 (0:00:00.052)       0:03:25.800 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 26 October 2024  12:35:06 -0400 (0:00:00.075)       0:03:25.875 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 26 October 2024  12:35:06 -0400 (0:00:00.080)       0:03:25.956 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 26 October 2024  12:35:06 -0400 (0:00:00.055)       0:03:26.012 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-s6E/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-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 26 October 2024  12:35:06 -0400 (0:00:00.159)       0:03:26.171 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 26 October 2024  12:35:07 -0400 (0:00:01.211)       0:03:27.383 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 26 October 2024  12:35:07 -0400 (0:00:00.046)       0:03:27.429 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 26 October 2024  12:35:07 -0400 (0:00:00.050)       0:03:27.480 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 26 October 2024  12:35:07 -0400 (0:00:00.046)       0:03:27.526 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 26 October 2024  12:35:07 -0400 (0:00:00.044)       0:03:27.571 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 26 October 2024  12:35:07 -0400 (0:00:00.046)       0:03:27.617 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.029496",
    "end": "2024-10-26 12:35:08.365584",
    "rc": 0,
    "start": "2024-10-26 12:35:08.336088"
}

STDOUT:

podman version 4.9.4

TASK [fedora.linux_system_roles.podman : Set podman version] *******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 26 October 2024  12:35:08 -0400 (0:00:00.456)       0:03:28.074 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 26 October 2024  12:35:08 -0400 (0:00:00.048)       0:03:28.122 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 26 October 2024  12:35:08 -0400 (0:00:00.051)       0:03:28.173 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 26 October 2024  12:35:08 -0400 (0:00:00.046)       0:03:28.220 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 26 October 2024  12:35:08 -0400 (0:00:00.061)       0:03:28.282 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 26 October 2024  12:35:08 -0400 (0:00:00.128)       0:03:28.411 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 26 October 2024  12:35:09 -0400 (0:00:00.532)       0:03:28.944 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 26 October 2024  12:35:09 -0400 (0:00:00.138)       0:03:29.083 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 26 October 2024  12:35:09 -0400 (0:00:00.104)       0:03:29.187 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1729960469.7134786,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1729960406.5721307,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 191117,
        "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": "2013271139",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 26 October 2024  12:35:10 -0400 (0:00:00.562)       0:03:29.750 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 26 October 2024  12:35:10 -0400 (0:00:00.236)       0:03:29.987 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 26 October 2024  12:35:10 -0400 (0:00:00.148)       0:03:30.135 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 26 October 2024  12:35:10 -0400 (0:00:00.138)       0:03:30.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 : Get subgid file] **********************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 26 October 2024  12:35:10 -0400 (0:00:00.096)       0:03:30.371 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 26 October 2024  12:35:10 -0400 (0:00:00.085)       0:03:30.456 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 26 October 2024  12:35:10 -0400 (0:00:00.127)       0:03:30.584 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 26 October 2024  12:35:11 -0400 (0:00:00.086)       0:03:30.670 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 26 October 2024  12:35:11 -0400 (0:00:00.091)       0:03:30.762 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 26 October 2024  12:35:11 -0400 (0:00:00.146)       0:03:30.909 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 26 October 2024  12:35:11 -0400 (0:00:00.157)       0:03:31.067 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 26 October 2024  12:35:11 -0400 (0:00:00.483)       0:03:31.551 ****** 
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-1729960511.9851353-5964-176786804604063/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] *************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 26 October 2024  12:35:12 -0400 (0:00:00.923)       0:03:32.474 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 26 October 2024  12:35:13 -0400 (0:00:00.163)       0:03:32.638 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 26 October 2024  12:35:13 -0400 (0:00:00.563)       0:03:33.201 ****** 
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-1729960513.6486793-6026-10789082379703/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle storage.conf] ******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 26 October 2024  12:35:14 -0400 (0:00:01.028)       0:03:34.230 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 26 October 2024  12:35:14 -0400 (0:00:00.228)       0:03:34.458 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 26 October 2024  12:35:15 -0400 (0:00:00.615)       0:03:35.074 ****** 
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-1729960515.5392673-6103-228787239004828/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.podman : Handle policy.json] *******************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 26 October 2024  12:35:16 -0400 (0:00:01.126)       0:03:36.200 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 26 October 2024  12:35:16 -0400 (0:00:00.173)       0:03:36.374 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 26 October 2024  12:35:17 -0400 (0:00:00.644)       0:03:37.019 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1729960475.2635086,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "2b9c515bda676f0ab6d58bcc6e44be4375b5922b",
        "ctime": 1729960422.3022199,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278925,
        "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": "2443578723",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 26 October 2024  12:35:18 -0400 (0:00:00.661)       0:03:37.681 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 26 October 2024  12:35:18 -0400 (0:00:00.574)       0:03:38.255 ****** 
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-1729960518.7218428-6214-146233740460024/.source.json",
    "state": "file",
    "uid": 0
}

TASK [Manage firewall for specified ports] *************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 26 October 2024  12:35:19 -0400 (0:00:01.022)       0:03:39.278 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 26 October 2024  12:35:19 -0400 (0:00:00.124)       0:03:39.402 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 26 October 2024  12:35:19 -0400 (0:00:00.123)       0:03:39.526 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.138)       0:03:39.664 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.068)       0:03:39.732 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.124)       0:03:39.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 Kubernetes specifications] *****
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.127)       0:03:39.984 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.092)       0:03:40.077 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.068)       0:03:40.146 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.081)       0:03:40.227 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.059)       0:03:40.287 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111
Saturday 26 October 2024  12:35:20 -0400 (0:00:00.137)       0:03:40.425 ****** 
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": 1729960512.7307038,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1729960512.7367039,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278981,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960512.3787022,
        "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": "3982648659",
        "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": 1729960514.4367123,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1729960514.4427123,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278982,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960514.1067107,
        "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": "511240628",
        "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": 1729960516.4287221,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1729960516.435722,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278983,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960516.0507202,
        "nlink": 1,
        "path": "/etc/containers/storage.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 0,
        "version": "3450785611",
        "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": 1729960519.5005019,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1729960519.499737,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278984,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1729960519.5005028,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "2569458052",
        "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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118
Saturday 26 October 2024  12:35:22 -0400 (0:00:01.797)       0:03:42.222 ****** 
included: fedora.linux_system_roles.podman for managed-node3

TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.549)       0:03:42.772 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.264)       0:03:43.036 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.126)       0:03:43.162 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.095)       0:03:43.257 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.068)       0:03:43.326 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.060)       0:03:43.386 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.064)       0:03:43.451 ****** 
ok: [managed-node3] => (item=RedHat.yml) => {
    "ansible_facts": {
        "__podman_packages": [
            "podman",
            "shadow-utils-subid"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-s6E/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-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6
Saturday 26 October 2024  12:35:23 -0400 (0:00:00.105)       0:03:43.556 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10
Saturday 26 October 2024  12:35:25 -0400 (0:00:01.373)       0:03:44.930 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14
Saturday 26 October 2024  12:35:25 -0400 (0:00:00.148)       0:03:45.079 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28
Saturday 26 October 2024  12:35:25 -0400 (0:00:00.102)       0:03:45.181 ****** 
skipping: [managed-node3] => {
    "false_condition": "__podman_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] ***
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33
Saturday 26 October 2024  12:35:25 -0400 (0:00:00.053)       0:03:45.234 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38
Saturday 26 October 2024  12:35:25 -0400 (0:00:00.056)       0:03:45.291 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46
Saturday 26 October 2024  12:35:25 -0400 (0:00:00.047)       0:03:45.338 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "podman",
        "--version"
    ],
    "delta": "0:00:00.030311",
    "end": "2024-10-26 12:35:26.087938",
    "rc": 0,
    "start": "2024-10-26 12:35:26.057627"
}

STDOUT:

podman version 4.9.4


STDERR:

time="2024-10-26T12:35:26-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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52
Saturday 26 October 2024  12:35:26 -0400 (0:00:00.515)       0:03:45.854 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56
Saturday 26 October 2024  12:35:26 -0400 (0:00:00.080)       0:03:45.934 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63
Saturday 26 October 2024  12:35:26 -0400 (0:00:00.136)       0:03:46.071 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73
Saturday 26 October 2024  12:35:26 -0400 (0:00:00.151)       0:03:46.222 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80
Saturday 26 October 2024  12:35:26 -0400 (0:00:00.191)       0:03:46.414 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2
Saturday 26 October 2024  12:35:27 -0400 (0:00:00.289)       0:03:46.703 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9
Saturday 26 October 2024  12:35:27 -0400 (0:00:00.166)       0:03:46.869 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16
Saturday 26 October 2024  12:35:27 -0400 (0:00:00.137)       0:03:47.006 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__podman_group": "0"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.podman : See if getsubids exists] **************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28
Saturday 26 October 2024  12:35:27 -0400 (0:00:00.134)       0:03:47.141 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1729960469.7134786,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 32,
        "charset": "binary",
        "checksum": "72ba28a3be19c467e89ab90f5d21f99b605159a7",
        "ctime": 1729960406.5721307,
        "dev": 51714,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 191117,
        "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": "2013271139",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39
Saturday 26 October 2024  12:35:28 -0400 (0:00:00.549)       0:03:47.690 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44
Saturday 26 October 2024  12:35:28 -0400 (0:00:00.144)       0:03:47.835 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49
Saturday 26 October 2024  12:35:28 -0400 (0:00:00.143)       0:03:47.978 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62
Saturday 26 October 2024  12:35:28 -0400 (0:00:00.236)       0:03:48.215 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67
Saturday 26 October 2024  12:35:28 -0400 (0:00:00.105)       0:03:48.320 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72
Saturday 26 October 2024  12:35:28 -0400 (0:00:00.149)       0:03:48.470 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82
Saturday 26 October 2024  12:35:28 -0400 (0:00:00.144)       0:03:48.615 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89
Saturday 26 October 2024  12:35:29 -0400 (0:00:00.128)       0:03:48.743 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:86
Saturday 26 October 2024  12:35:29 -0400 (0:00:00.098)       0:03:48.842 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:95
Saturday 26 October 2024  12:35:29 -0400 (0:00:00.174)       0:03:49.016 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5
Saturday 26 October 2024  12:35:29 -0400 (0:00:00.141)       0:03:49.158 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13
Saturday 26 October 2024  12:35:30 -0400 (0:00:00.521)       0:03:49.680 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:98
Saturday 26 October 2024  12:35:30 -0400 (0:00:00.892)       0:03:50.572 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5
Saturday 26 October 2024  12:35:31 -0400 (0:00:00.153)       0:03:50.726 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13
Saturday 26 October 2024  12:35:31 -0400 (0:00:00.563)       0:03:51.290 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:101
Saturday 26 October 2024  12:35:32 -0400 (0:00:00.846)       0:03:52.136 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5
Saturday 26 October 2024  12:35:32 -0400 (0:00:00.145)       0:03:52.282 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13
Saturday 26 October 2024  12:35:33 -0400 (0:00:00.482)       0:03:52.765 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:104
Saturday 26 October 2024  12:35:34 -0400 (0:00:00.894)       0:03:53.660 ****** 
included: /tmp/collections-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6
Saturday 26 October 2024  12:35:34 -0400 (0:00:00.162)       0:03:53.822 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14
Saturday 26 October 2024  12:35:34 -0400 (0:00:00.484)       0:03:54.306 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1729960522.4227514,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1729960519.499737,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278984,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1729960519.5005028,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "2569458052",
        "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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19
Saturday 26 October 2024  12:35:35 -0400 (0:00:00.605)       0:03:54.911 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25
Saturday 26 October 2024  12:35:35 -0400 (0:00:00.599)       0:03:55.511 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:110
Saturday 26 October 2024  12:35:35 -0400 (0:00:00.102)       0:03:55.614 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:117
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.086)       0:03:55.700 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.090)       0:03:55.791 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:128
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.107)       0:03:55.899 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:137
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.071)       0:03:55.970 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.066)       0:03:56.037 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.070)       0:03:56.108 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:160
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.070)       0:03:56.178 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:167
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.050)       0:03:56.228 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:173
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.048)       0:03:56.277 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.055)       0:03:56.333 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125
Saturday 26 October 2024  12:35:36 -0400 (0:00:00.072)       0:03:56.405 ****** 
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": 1729960521.1527452,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6",
        "ctime": 1729960512.7367039,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278981,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960512.3787022,
        "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": "3982648659",
        "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": 1729960521.6097474,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b",
        "ctime": 1729960514.4427123,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278982,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960514.1067107,
        "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": "511240628",
        "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": 1729960522.0297496,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044",
        "ctime": 1729960516.435722,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278983,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1729960516.0507202,
        "nlink": 1,
        "path": "/etc/containers/storage.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 109,
        "uid": 0,
        "version": "3450785611",
        "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": 1729960522.4227514,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d",
        "ctime": 1729960519.499737,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 278984,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/json",
        "mode": "0644",
        "mtime": 1729960519.5005028,
        "nlink": 1,
        "path": "/etc/containers/policy.json",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 67,
        "uid": 0,
        "version": "2569458052",
        "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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132
Saturday 26 October 2024  12:35:38 -0400 (0:00:01.863)       0:03:58.269 ****** 
included: /tmp/collections-s6E/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-s6E/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-s6E/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-s6E/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-s6E/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-s6E/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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 26 October 2024  12:35:38 -0400 (0:00:00.261)       0:03:58.530 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 26 October 2024  12:35:39 -0400 (0:00:00.465)       0:03:58.996 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 26 October 2024  12:35:39 -0400 (0:00:00.217)       0:03:59.213 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 26 October 2024  12:35:40 -0400 (0:00:00.492)       0:03:59.706 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 26 October 2024  12:35:40 -0400 (0:00:00.201)       0:03:59.908 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 26 October 2024  12:35:40 -0400 (0:00:00.488)       0:04:00.396 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 26 October 2024  12:35:40 -0400 (0:00:00.208)       0:04:00.604 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 26 October 2024  12:35:41 -0400 (0:00:00.550)       0:04:01.155 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 26 October 2024  12:35:41 -0400 (0:00:00.295)       0:04:01.450 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 26 October 2024  12:35:42 -0400 (0:00:00.591)       0:04:02.041 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3
Saturday 26 October 2024  12:35:42 -0400 (0:00:00.276)       0:04:02.318 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9
Saturday 26 October 2024  12:35:43 -0400 (0:00:00.644)       0:04:02.963 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove test config files] ************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153
Saturday 26 October 2024  12:35:43 -0400 (0:00:00.268)       0:04:03.231 ****** 
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-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159
Saturday 26 October 2024  12:35:47 -0400 (0:00:03.890)       0:04:07.121 ****** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "tar",
        "xfvpP",
        "/tmp/lsr_podman_config_czp0do3b/backup.tar"
    ],
    "delta": "0:00:00.003812",
    "end": "2024-10-26 12:35:47.874758",
    "rc": 0,
    "start": "2024-10-26 12:35:47.870946"
}

STDOUT:

/etc/containers/policy.json

TASK [Remove temp directory] ***************************************************
task path: /tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164
Saturday 26 October 2024  12:35:47 -0400 (0:00:00.491)       0:04:07.613 ****** 
changed: [managed-node3] => {
    "changed": true,
    "path": "/tmp/lsr_podman_config_czp0do3b",
    "state": "absent"
}

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

Saturday 26 October 2024  12:35:48 -0400 (0:00:00.890)       0:04:08.503 ****** 
=============================================================================== 
fedora.linux_system_roles.podman : Ensure required packages are installed - 159.67s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 
Remove test config files ------------------------------------------------ 3.89s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 
Gathering Facts --------------------------------------------------------- 3.32s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 
Check that files exist and are non-null --------------------------------- 2.64s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 
Check that files still exist and are non-null --------------------------- 1.86s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 
Check that files exist and are non-null --------------------------------- 1.80s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 
Check that files still exist and are non-null --------------------------- 1.71s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.37s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.35s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.21s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.18s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Update container config file --------- 1.13s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 
fedora.linux_system_roles.podman : Update storage config file ----------- 1.13s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 
fedora.linux_system_roles.podman : Gather the package facts ------------- 1.12s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 
fedora.linux_system_roles.podman : Update registries config file -------- 1.03s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 
fedora.linux_system_roles.podman : Write new policy.json file ----------- 1.02s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 
Create user ------------------------------------------------------------- 0.94s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 
fedora.linux_system_roles.podman : Update container config file --------- 0.92s
/tmp/collections-s6E/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.90s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 
fedora.linux_system_roles.podman : Update storage config file ----------- 0.89s
/tmp/collections-s6E/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13