ansible-playbook [core 2.17.7] 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-tUm executable location = /usr/local/bin/ansible-playbook python version = 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Saturday 04 January 2025 11:28:52 -0500 (0:00:00.007) 0:00:00.007 ****** 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-BqC/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Saturday 04 January 2025 11:28:52 -0500 (0:00:00.020) 0:00:00.028 ****** [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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:48 Saturday 04 January 2025 11:28:55 -0500 (0:00:02.681) 0:00:02.709 ****** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 04 January 2025 11:28:55 -0500 (0:00:00.080) 0:00:02.790 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 04 January 2025 11:28:55 -0500 (0:00:00.036) 0:00:02.826 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 04 January 2025 11:28:55 -0500 (0:00:00.056) 0:00:02.883 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 04 January 2025 11:28:56 -0500 (0:00:00.554) 0:00:03.438 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 04 January 2025 11:28:56 -0500 (0:00:00.034) 0:00:03.472 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 04 January 2025 11:28:56 -0500 (0:00:00.384) 0:00:03.857 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 04 January 2025 11:28:56 -0500 (0:00:00.023) 0:00:03.881 ****** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-tUm/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-tUm/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_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 04 January 2025 11:28:56 -0500 (0:00:00.041) 0:00:03.922 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 04 January 2025 11:28:58 -0500 (0:00:01.189) 0:00:05.112 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 04 January 2025 11:28:58 -0500 (0:00:00.060) 0:00:05.172 ****** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: libbsd-0.12.2-3.fc40.x86_64", "Installed: passt-0^20241211.g09478d5-1.fc40.x86_64", "Installed: passt-selinux-0^20241211.g09478d5-1.fc40.noarch", "Installed: qemu-user-static-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-aarch64-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-alpha-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-arm-2:8.2.8-2.fc40.x86_64", "Installed: aardvark-dns-2:1.13.1-1.fc40.x86_64", "Installed: qemu-user-static-cris-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-hexagon-2:8.2.8-2.fc40.x86_64", "Installed: yajl-2.1.0-23.fc40.x86_64", "Installed: qemu-user-static-hppa-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-loongarch64-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-m68k-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-microblaze-2:8.2.8-2.fc40.x86_64", "Installed: catatonit-0.1.7-22.fc40.x86_64", "Installed: libmd-1.1.0-4.fc40.x86_64", "Installed: qemu-user-static-mips-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-nios2-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-or1k-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-ppc-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-riscv-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-s390x-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-sh4-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-sparc-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-x86-2:8.2.8-2.fc40.x86_64", "Installed: qemu-user-static-xtensa-2:8.2.8-2.fc40.x86_64", "Installed: shadow-utils-subid-2:4.15.1-4.fc40.x86_64", "Installed: podman-5:5.3.1-1.fc40.x86_64", "Installed: criu-4.0-1.fc40.x86_64", "Installed: criu-libs-4.0-1.fc40.x86_64", "Installed: netavark-2:1.13.1-1.fc40.x86_64", "Installed: composefs-1.0.6-1.fc40.x86_64", "Installed: composefs-libs-1.0.6-1.fc40.x86_64", "Installed: fuse-common-3.16.2-3.fc40.x86_64", "Installed: conmon-2:2.1.12-2.fc40.x86_64", "Installed: crun-1.19.1-1.fc40.x86_64", "Installed: container-selinux-2:2.234.2-1.fc40.noarch", "Installed: fuse-overlayfs-1.13-1.fc40.x86_64", "Installed: containers-common-5:0.61.0-1.fc40.noarch", "Installed: containers-common-extra-5:0.61.0-1.fc40.noarch", "Installed: fuse3-3.16.2-3.fc40.x86_64", "Installed: fuse3-libs-3.16.2-3.fc40.x86_64", "Installed: libnet-1.3-3.fc40.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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 04 January 2025 11:30:35 -0500 (0:01:37.612) 0:01:42.785 ****** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 04 January 2025 11:30:35 -0500 (0:00:00.052) 0:01:42.838 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 04 January 2025 11:30:35 -0500 (0:00:00.053) 0:01:42.891 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 04 January 2025 11:30:35 -0500 (0:00:00.079) 0:01:42.971 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.035750", "end": "2025-01-04 11:30:36.462819", "rc": 0, "start": "2025-01-04 11:30:36.427069" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.615) 0:01:43.586 ****** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.033) 0:01:43.619 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.033) 0:01:43.652 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.049) 0:01:43.701 ****** 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 : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.053) 0:01:43.754 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.040) 0:01:43.795 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.069) 0:01:43.865 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 04 January 2025 11:30:36 -0500 (0:00:00.063) 0:01:43.928 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 04 January 2025 11:30:37 -0500 (0:00:00.553) 0:01:44.481 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 04 January 2025 11:30:37 -0500 (0:00:00.036) 0:01:44.517 ****** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 04 January 2025 11:30:37 -0500 (0:00:00.045) 0:01:44.563 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728950400.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a", "ctime": 1736008176.9341147, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 191094, "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": 1728950400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15736, "uid": 0, "version": "3752426159", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 04 January 2025 11:30:37 -0500 (0:00:00.406) 0:01:44.969 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 04 January 2025 11:30:37 -0500 (0:00:00.031) 0:01:45.001 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 04 January 2025 11:30:37 -0500 (0:00:00.029) 0:01:45.030 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.030) 0:01:45.060 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.029) 0:01:45.090 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.031) 0:01:45.121 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.030) 0:01:45.151 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.029) 0:01:45.180 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.029) 0:01:45.210 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.057) 0:01:45.267 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.058) 0:01:45.326 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.060) 0:01:45.386 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.033) 0:01:45.419 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.058) 0:01:45.478 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.031) 0:01:45.510 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.031) 0:01:45.542 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.060) 0:01:45.602 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.052) 0:01:45.654 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.030) 0:01:45.685 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.063) 0:01:45.749 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.030) 0:01:45.779 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.031) 0:01:45.810 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.030) 0:01:45.841 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.036) 0:01:45.877 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.045) 0:01:45.923 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 04 January 2025 11:30:38 -0500 (0:00:00.054) 0:01:45.977 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.109) 0:01:46.087 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.053) 0:01:46.141 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.080) 0:01:46.221 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.053) 0:01:46.275 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.044) 0:01:46.319 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.041) 0:01:46.361 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.054) 0:01:46.416 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.052) 0:01:46.468 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:59 Saturday 04 January 2025 11:30:39 -0500 (0:00:00.070) 0:01:46.539 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_rxot8_ax", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:65 Saturday 04 January 2025 11:30:40 -0500 (0:00:00.531) 0:01:47.070 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_rxot8_ax/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.009195", "end": "2025-01-04 11:30:40.399868", "rc": 0, "start": "2025-01-04 11:30:40.390673" } 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:72 Saturday 04 January 2025 11:30:40 -0500 (0:00:00.466) 0:01:47.536 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:76 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.723) 0:01:48.260 ****** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.107) 0:01:48.367 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.087) 0:01:48.454 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.061) 0:01:48.516 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.100) 0:01:48.616 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.054) 0:01:48.671 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.057) 0:01:48.729 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.080) 0:01:48.809 ****** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-tUm/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-tUm/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_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 04 January 2025 11:30:41 -0500 (0:00:00.129) 0:01:48.939 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 04 January 2025 11:30:42 -0500 (0:00:01.094) 0:01:50.033 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.047) 0:01:50.081 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.042) 0:01:50.123 ****** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.033) 0:01:50.157 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.033) 0:01:50.190 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.032) 0:01:50.222 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028567", "end": "2025-01-04 11:30:43.557518", "rc": 0, "start": "2025-01-04 11:30:43.528951" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.447) 0:01:50.670 ****** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.035) 0:01:50.705 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.035) 0:01:50.740 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.039) 0:01:50.780 ****** 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 : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.124) 0:01:50.905 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 04 January 2025 11:30:43 -0500 (0:00:00.131) 0:01:51.037 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 04 January 2025 11:30:44 -0500 (0:00:00.075) 0:01:51.112 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 04 January 2025 11:30:44 -0500 (0:00:00.136) 0:01:51.248 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 04 January 2025 11:30:44 -0500 (0:00:00.435) 0:01:51.684 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 04 January 2025 11:30:44 -0500 (0:00:00.041) 0:01:51.725 ****** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "1001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 04 January 2025 11:30:44 -0500 (0:00:00.048) 0:01:51.773 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736008237.8503718, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a", "ctime": 1736008176.9341147, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 191094, "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": 1728950400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15736, "uid": 0, "version": "3752426159", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 04 January 2025 11:30:45 -0500 (0:00:00.402) 0:01:52.176 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.004184", "end": "2025-01-04 11:30:45.483241", "rc": 0, "start": "2025-01-04 11:30:45.479057" } STDOUT: 0: user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 04 January 2025 11:30:45 -0500 (0:00:00.465) 0:01:52.642 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.005138", "end": "2025-01-04 11:30:45.960045", "rc": 0, "start": "2025-01-04 11:30:45.954907" } STDOUT: 0: user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.477) 0:01:53.120 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.077) 0:01:53.197 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.043) 0:01:53.241 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.040) 0:01:53.281 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.041) 0:01:53.323 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.052) 0:01:53.375 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.037) 0:01:53.413 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.083) 0:01:53.496 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 04 January 2025 11:30:46 -0500 (0:00:00.133) 0:01:53.630 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 04 January 2025 11:30:47 -0500 (0:00:00.561) 0:01:54.191 ****** 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-1736008247.2035375-5912-240573509507989/.source.conf", "state": "file", "uid": 1001 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 04 January 2025 11:30:48 -0500 (0:00:00.918) 0:01:55.110 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 January 2025 11:30:48 -0500 (0:00:00.120) 0:01:55.230 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 04 January 2025 11:30:48 -0500 (0:00:00.458) 0:01:55.688 ****** 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-1736008248.7051783-5978-83790546839070/.source.conf", "state": "file", "uid": 1001 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 04 January 2025 11:30:49 -0500 (0:00:00.905) 0:01:56.593 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 04 January 2025 11:30:49 -0500 (0:00:00.122) 0:01:56.716 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 04 January 2025 11:30:50 -0500 (0:00:00.449) 0:01:57.166 ****** 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-1736008250.1928005-6060-276511973882919/.source.conf", "state": "file", "uid": 1001 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 04 January 2025 11:30:50 -0500 (0:00:00.841) 0:01:58.008 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 04 January 2025 11:30:51 -0500 (0:00:00.071) 0:01:58.079 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 04 January 2025 11:30:51 -0500 (0:00:00.429) 0:01:58.509 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 04 January 2025 11:30:51 -0500 (0:00:00.411) 0:01:58.921 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 04 January 2025 11:30:51 -0500 (0:00:00.049) 0:01:58.970 ****** 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-1736008252.000378-6153-110183883082352/.source.json", "state": "file", "uid": 1001 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.783) 0:01:59.753 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.067) 0:01:59.821 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.033) 0:01:59.855 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.034) 0:01:59.889 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.028) 0:01:59.918 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.029) 0:01:59.947 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.029) 0:01:59.977 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.028) 0:02:00.005 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 04 January 2025 11:30:52 -0500 (0:00:00.029) 0:02:00.035 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 04 January 2025 11:30:53 -0500 (0:00:00.029) 0:02:00.064 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 04 January 2025 11:30:53 -0500 (0:00:00.029) 0:02:00.094 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 Saturday 04 January 2025 11:30:53 -0500 (0:00:00.049) 0:02:00.143 ****** 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": 1736008247.9904408, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1736008247.9944408, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280252, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008247.5554378, "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": "3862076104", "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": 1736008249.4414506, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1736008249.4444506, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008249.0994484, "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": "128735326", "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": 1736008250.8914607, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1736008250.8954606, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280255, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008250.5804584, "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": "2458015308", "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": 1736008252.6394725, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1736008252.6434724, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280256, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1736008252.3484704, "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": "2123021862", "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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:90 Saturday 04 January 2025 11:30:54 -0500 (0:00:01.606) 0:02:01.750 ****** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 04 January 2025 11:30:54 -0500 (0:00:00.114) 0:02:01.864 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 04 January 2025 11:30:54 -0500 (0:00:00.056) 0:02:01.921 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 04 January 2025 11:30:54 -0500 (0:00:00.041) 0:02:01.962 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 04 January 2025 11:30:54 -0500 (0:00:00.074) 0:02:02.037 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 04 January 2025 11:30:55 -0500 (0:00:00.039) 0:02:02.076 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 04 January 2025 11:30:55 -0500 (0:00:00.042) 0:02:02.119 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 04 January 2025 11:30:55 -0500 (0:00:00.058) 0:02:02.178 ****** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-tUm/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-tUm/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_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 04 January 2025 11:30:55 -0500 (0:00:00.131) 0:02:02.309 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 04 January 2025 11:30:56 -0500 (0:00:01.037) 0:02:03.347 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 04 January 2025 11:30:56 -0500 (0:00:00.038) 0:02:03.385 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 04 January 2025 11:30:56 -0500 (0:00:00.039) 0:02:03.425 ****** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 04 January 2025 11:30:56 -0500 (0:00:00.035) 0:02:03.461 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 04 January 2025 11:30:56 -0500 (0:00:00.035) 0:02:03.496 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 04 January 2025 11:30:56 -0500 (0:00:00.048) 0:02:03.545 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027173", "end": "2025-01-04 11:30:56.870484", "rc": 0, "start": "2025-01-04 11:30:56.843311" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 04 January 2025 11:30:56 -0500 (0:00:00.459) 0:02:04.004 ****** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.069) 0:02:04.074 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.060) 0:02:04.135 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.075) 0:02:04.210 ****** 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 : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.111) 0:02:04.322 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.087) 0:02:04.409 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.072) 0:02:04.482 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.071) 0:02:04.554 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.061) 0:02:04.615 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.037) 0:02:04.653 ****** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "1001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 04 January 2025 11:30:57 -0500 (0:00:00.049) 0:02:04.702 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736008237.8503718, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a", "ctime": 1736008176.9341147, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 191094, "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": 1728950400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15736, "uid": 0, "version": "3752426159", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 04 January 2025 11:30:58 -0500 (0:00:00.406) 0:02:05.109 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003924", "end": "2025-01-04 11:30:58.401903", "rc": 0, "start": "2025-01-04 11:30:58.397979" } STDOUT: 0: user1 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 04 January 2025 11:30:58 -0500 (0:00:00.406) 0:02:05.515 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.005668", "end": "2025-01-04 11:30:58.818757", "rc": 0, "start": "2025-01-04 11:30:58.813089" } STDOUT: 0: user1 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 04 January 2025 11:30:58 -0500 (0:00:00.418) 0:02:05.934 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 04 January 2025 11:30:58 -0500 (0:00:00.050) 0:02:05.985 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 04 January 2025 11:30:58 -0500 (0:00:00.032) 0:02:06.017 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 04 January 2025 11:30:59 -0500 (0:00:00.031) 0:02:06.049 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 04 January 2025 11:30:59 -0500 (0:00:00.030) 0:02:06.079 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 04 January 2025 11:30:59 -0500 (0:00:00.032) 0:02:06.111 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 04 January 2025 11:30:59 -0500 (0:00:00.030) 0:02:06.142 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 04 January 2025 11:30:59 -0500 (0:00:00.142) 0:02:06.284 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 04 January 2025 11:30:59 -0500 (0:00:00.063) 0:02:06.348 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 04 January 2025 11:30:59 -0500 (0:00:00.432) 0:02:06.780 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 04 January 2025 11:31:00 -0500 (0:00:00.760) 0:02:07.540 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 January 2025 11:31:00 -0500 (0:00:00.155) 0:02:07.695 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 04 January 2025 11:31:01 -0500 (0:00:00.521) 0:02:08.217 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 04 January 2025 11:31:01 -0500 (0:00:00.773) 0:02:08.990 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 04 January 2025 11:31:02 -0500 (0:00:00.065) 0:02:09.056 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 04 January 2025 11:31:02 -0500 (0:00:00.454) 0:02:09.511 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 04 January 2025 11:31:03 -0500 (0:00:00.839) 0:02:10.350 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 04 January 2025 11:31:03 -0500 (0:00:00.122) 0:02:10.472 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 04 January 2025 11:31:03 -0500 (0:00:00.518) 0:02:10.991 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736008254.623486, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1736008252.6434724, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280256, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1736008252.3484704, "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": "2123021862", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 04 January 2025 11:31:04 -0500 (0:00:00.482) 0:02:11.473 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 04 January 2025 11:31:04 -0500 (0:00:00.556) 0:02:12.029 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.075) 0:02:12.105 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.035) 0:02:12.140 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.041) 0:02:12.182 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.067) 0:02:12.249 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.042) 0:02:12.291 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.056) 0:02:12.348 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.049) 0:02:12.397 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.051) 0:02:12.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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.050) 0:02:12.499 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.054) 0:02:12.553 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.069) 0:02:12.622 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Saturday 04 January 2025 11:31:05 -0500 (0:00:00.110) 0:02:12.733 ****** 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": 1736008253.436478, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1736008247.9944408, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280252, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008247.5554378, "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": "3862076104", "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": 1736008253.8384807, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1736008249.4444506, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008249.0994484, "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": "128735326", "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": 1736008254.2314832, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1736008250.8954606, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280255, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008250.5804584, "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": "2458015308", "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": 1736008254.623486, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1736008252.6434724, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280256, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1736008252.3484704, "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": "2123021862", "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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Saturday 04 January 2025 11:31:07 -0500 (0:00:01.702) 0:02:14.435 ****** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 04 January 2025 11:31:07 -0500 (0:00:00.217) 0:02:14.653 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 04 January 2025 11:31:07 -0500 (0:00:00.095) 0:02:14.748 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 04 January 2025 11:31:07 -0500 (0:00:00.212) 0:02:14.961 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 04 January 2025 11:31:08 -0500 (0:00:00.110) 0:02:15.072 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 04 January 2025 11:31:08 -0500 (0:00:00.129) 0:02:15.201 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 04 January 2025 11:31:08 -0500 (0:00:00.094) 0:02:15.296 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 04 January 2025 11:31:08 -0500 (0:00:00.124) 0:02:15.420 ****** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-tUm/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-tUm/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_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 04 January 2025 11:31:08 -0500 (0:00:00.230) 0:02:15.651 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 04 January 2025 11:31:09 -0500 (0:00:01.258) 0:02:16.909 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 04 January 2025 11:31:09 -0500 (0:00:00.085) 0:02:16.994 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.092) 0:02:17.087 ****** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.096) 0:02:17.183 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.070) 0:02:17.253 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.086) 0:02:17.340 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027454", "end": "2025-01-04 11:31:10.705046", "rc": 0, "start": "2025-01-04 11:31:10.677592" } STDOUT: podman version 5.3.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.480) 0:02:17.821 ****** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.037) 0:02:17.858 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.035) 0:02:17.893 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.072) 0:02:17.966 ****** 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 : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 04 January 2025 11:31:10 -0500 (0:00:00.043) 0:02:18.010 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 04 January 2025 11:31:11 -0500 (0:00:00.067) 0:02:18.077 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 04 January 2025 11:31:11 -0500 (0:00:00.093) 0:02:18.171 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 04 January 2025 11:31:11 -0500 (0:00:00.127) 0:02:18.298 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 04 January 2025 11:31:11 -0500 (0:00:00.586) 0:02:18.885 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 04 January 2025 11:31:11 -0500 (0:00:00.103) 0:02:18.988 ****** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.136) 0:02:19.125 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736008237.8503718, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a", "ctime": 1736008176.9341147, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 191094, "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": 1728950400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15736, "uid": 0, "version": "3752426159", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.438) 0:02:19.563 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.056) 0:02:19.620 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.066) 0:02:19.686 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.062) 0:02:19.748 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.065) 0:02:19.814 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.056) 0:02:19.871 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.053) 0:02:19.924 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 04 January 2025 11:31:12 -0500 (0:00:00.069) 0:02:19.994 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 04 January 2025 11:31:13 -0500 (0:00:00.112) 0:02:20.106 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 04 January 2025 11:31:13 -0500 (0:00:00.106) 0:02:20.213 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 04 January 2025 11:31:13 -0500 (0:00:00.107) 0:02:20.321 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 04 January 2025 11:31:13 -0500 (0:00:00.603) 0:02:20.925 ****** 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-1736008273.9920466-7000-192382985962167/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 04 January 2025 11:31:14 -0500 (0:00:00.947) 0:02:21.873 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 January 2025 11:31:15 -0500 (0:00:00.194) 0:02:22.068 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 04 January 2025 11:31:15 -0500 (0:00:00.562) 0:02:22.630 ****** 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-1736008275.683656-7073-258624694468703/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 04 January 2025 11:31:16 -0500 (0:00:00.906) 0:02:23.536 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 04 January 2025 11:31:16 -0500 (0:00:00.128) 0:02:23.664 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 04 January 2025 11:31:17 -0500 (0:00:00.573) 0:02:24.238 ****** 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-1736008277.274614-7134-41658365612297/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 04 January 2025 11:31:18 -0500 (0:00:00.890) 0:02:25.128 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 04 January 2025 11:31:18 -0500 (0:00:00.111) 0:02:25.240 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 04 January 2025 11:31:18 -0500 (0:00:00.467) 0:02:25.708 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736008240.398389, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d18de4f9d7b785ae06b0f74ab2e3f46678d7b7ec", "ctime": 1736008196.3721402, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280201, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1716486377.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 256, "uid": 0, "version": "3068698095", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 04 January 2025 11:31:19 -0500 (0:00:00.474) 0:02:26.183 ****** ok: [managed-node3] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6CiAgICAgICAgewogICAgICAgICAgICAiZG9ja2VyLWRhZW1vbiI6CiAgICAgICAgICAgICAgICB7CiAgICAgICAgICAgICAgICAgICAgIiI6IFt7InR5cGUiOiJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIn1dCiAgICAgICAgICAgICAgICB9CiAgICAgICAgfQp9Cg==", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 04 January 2025 11:31:19 -0500 (0:00:00.591) 0:02:26.774 ****** 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-1736008279.8117461-7244-134416735731195/.source.json", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 04 January 2025 11:31:20 -0500 (0:00:00.888) 0:02:27.663 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 04 January 2025 11:31:20 -0500 (0:00:00.064) 0:02:27.727 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 04 January 2025 11:31:20 -0500 (0:00:00.065) 0:02:27.793 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 04 January 2025 11:31:20 -0500 (0:00:00.102) 0:02:27.895 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 04 January 2025 11:31:20 -0500 (0:00:00.107) 0:02:28.003 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 04 January 2025 11:31:21 -0500 (0:00:00.095) 0:02:28.099 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 04 January 2025 11:31:21 -0500 (0:00:00.109) 0:02:28.209 ****** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 04 January 2025 11:31:21 -0500 (0:00:00.077) 0:02:28.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 [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 04 January 2025 11:31:21 -0500 (0:00:00.097) 0:02:28.384 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 04 January 2025 11:31:21 -0500 (0:00:00.095) 0:02:28.480 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 04 January 2025 11:31:21 -0500 (0:00:00.056) 0:02:28.537 ****** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Saturday 04 January 2025 11:31:21 -0500 (0:00:00.115) 0:02:28.653 ****** 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": 1736008274.7156186, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1736008274.7216187, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280258, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008274.3886166, "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": "2476606127", "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": 1736008276.384628, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1736008276.391628, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280259, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008276.072626, "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": "2278367346", "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": 1736008277.983637, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1736008277.9896371, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280260, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008277.6666353, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "680351584", "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": 1736008280.5196443, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1736008280.5186515, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280261, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1736008280.5196455, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2446691756", "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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Saturday 04 January 2025 11:31:23 -0500 (0:00:01.912) 0:02:30.565 ****** included: fedora.linux_system_roles.podman for managed-node3 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 04 January 2025 11:31:23 -0500 (0:00:00.340) 0:02:30.906 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 04 January 2025 11:31:24 -0500 (0:00:00.192) 0:02:31.098 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 04 January 2025 11:31:24 -0500 (0:00:00.086) 0:02:31.184 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 04 January 2025 11:31:24 -0500 (0:00:00.077) 0:02:31.262 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 04 January 2025 11:31:24 -0500 (0:00:00.068) 0:02:31.330 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 04 January 2025 11:31:24 -0500 (0:00:00.069) 0:02:31.399 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 04 January 2025 11:31:24 -0500 (0:00:00.066) 0:02:31.466 ****** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-tUm/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-tUm/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_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 04 January 2025 11:31:24 -0500 (0:00:00.109) 0:02:31.576 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 04 January 2025 11:31:25 -0500 (0:00:01.149) 0:02:32.725 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 04 January 2025 11:31:25 -0500 (0:00:00.059) 0:02:32.785 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 04 January 2025 11:31:25 -0500 (0:00:00.067) 0:02:32.853 ****** skipping: [managed-node3] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 04 January 2025 11:31:25 -0500 (0:00:00.060) 0:02:32.913 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 04 January 2025 11:31:25 -0500 (0:00:00.059) 0:02:32.972 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 04 January 2025 11:31:25 -0500 (0:00:00.060) 0:02:33.033 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027893", "end": "2025-01-04 11:31:26.371775", "rc": 0, "start": "2025-01-04 11:31:26.343882" } STDOUT: podman version 5.3.1 STDERR: time="2025-01-04T11:31:26-05: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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.454) 0:02:33.488 ****** ok: [managed-node3] => { "ansible_facts": { "podman_version": "5.3.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.036) 0:02:33.524 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.078) 0:02:33.603 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.035) 0:02:33.638 ****** 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 : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.040) 0:02:33.678 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.045) 0:02:33.724 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.050) 0:02:33.775 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.065) 0:02:33.840 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.038) 0:02:33.878 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.037) 0:02:33.916 ****** ok: [managed-node3] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:28 Saturday 04 January 2025 11:31:26 -0500 (0:00:00.052) 0:02:33.968 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736008237.8503718, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "8269d81b86d370a63b1b8056f8a8f2bd6ca4d29a", "ctime": 1736008176.9341147, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 191094, "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": 1728950400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15736, "uid": 0, "version": "3752426159", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.505) 0:02:34.474 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:44 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.061) 0:02:34.536 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:49 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.054) 0:02:34.591 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:62 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.057) 0:02:34.648 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:67 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.054) 0:02:34.703 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:72 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.048) 0:02:34.751 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:82 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.037) 0:02:34.788 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:89 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.081) 0:02:34.869 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.038) 0:02:34.908 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:124 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.063) 0:02:34.972 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 04 January 2025 11:31:27 -0500 (0:00:00.063) 0:02:35.035 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 04 January 2025 11:31:28 -0500 (0:00:00.530) 0:02:35.568 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:127 Saturday 04 January 2025 11:31:29 -0500 (0:00:00.987) 0:02:36.555 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 04 January 2025 11:31:29 -0500 (0:00:00.128) 0:02:36.684 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 04 January 2025 11:31:30 -0500 (0:00:00.465) 0:02:37.150 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:130 Saturday 04 January 2025 11:31:30 -0500 (0:00:00.871) 0:02:38.021 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:5 Saturday 04 January 2025 11:31:31 -0500 (0:00:00.111) 0:02:38.133 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 Saturday 04 January 2025 11:31:31 -0500 (0:00:00.494) 0:02:38.627 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:133 Saturday 04 January 2025 11:31:32 -0500 (0:00:00.802) 0:02:39.430 ****** included: /tmp/collections-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:6 Saturday 04 January 2025 11:31:32 -0500 (0:00:00.114) 0:02:39.544 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:14 Saturday 04 January 2025 11:31:32 -0500 (0:00:00.483) 0:02:40.028 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1736008283.409668, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1736008280.5186515, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280261, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1736008280.5196455, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2446691756", "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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:19 Saturday 04 January 2025 11:31:33 -0500 (0:00:00.565) 0:02:40.593 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.517) 0:02:41.111 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.069) 0:02:41.180 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:146 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.060) 0:02:41.241 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:153 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.057) 0:02:41.299 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:157 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.063) 0:02:41.362 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:166 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.082) 0:02:41.445 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:175 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.094) 0:02:41.540 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.080) 0:02:41.621 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:189 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.055) 0:02:41.676 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:196 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.072) 0:02:41.748 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:202 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.072) 0:02:41.820 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:211 Saturday 04 January 2025 11:31:34 -0500 (0:00:00.087) 0:02:41.908 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Saturday 04 January 2025 11:31:35 -0500 (0:00:00.160) 0:02:42.069 ****** 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": 1736008281.9786599, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94370d6e765779f1c58daf02f667b8f0b74d91f6", "ctime": 1736008274.7216187, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280258, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008274.3886166, "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": "2476606127", "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": 1736008282.4296622, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dfb9cd7094a81b3d1bb06512cc9b49a09c75639b", "ctime": 1736008276.391628, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280259, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008276.072626, "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": "2278367346", "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": 1736008282.926665, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d08574b6a1df63dbe1c939ff0bcc7c0b61d03044", "ctime": 1736008277.9896371, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280260, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1736008277.6666353, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 109, "uid": 0, "version": "680351584", "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": 1736008283.409668, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1736008280.5186515, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 280261, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1736008280.5196455, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2446691756", "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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:132 Saturday 04 January 2025 11:31:37 -0500 (0:00:01.979) 0:02:44.048 ****** included: /tmp/collections-tUm/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-tUm/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-tUm/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-tUm/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-tUm/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-tUm/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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 04 January 2025 11:31:37 -0500 (0:00:00.280) 0:02:44.328 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 04 January 2025 11:31:37 -0500 (0:00:00.549) 0:02:44.878 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 04 January 2025 11:31:38 -0500 (0:00:00.296) 0:02:45.174 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 04 January 2025 11:31:38 -0500 (0:00:00.470) 0:02:45.645 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 04 January 2025 11:31:38 -0500 (0:00:00.099) 0:02:45.745 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 04 January 2025 11:31:39 -0500 (0:00:00.423) 0:02:46.169 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 04 January 2025 11:31:39 -0500 (0:00:00.134) 0:02:46.303 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 04 January 2025 11:31:39 -0500 (0:00:00.442) 0:02:46.745 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 04 January 2025 11:31:39 -0500 (0:00:00.143) 0:02:46.888 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 04 January 2025 11:31:40 -0500 (0:00:00.444) 0:02:47.333 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 04 January 2025 11:31:40 -0500 (0:00:00.101) 0:02:47.434 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 04 January 2025 11:31:40 -0500 (0:00:00.415) 0:02:47.850 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Saturday 04 January 2025 11:31:40 -0500 (0:00:00.098) 0:02:47.948 ****** 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-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:159 Saturday 04 January 2025 11:31:44 -0500 (0:00:03.270) 0:02:51.219 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_rxot8_ax/backup.tar" ], "delta": "0:00:00.004341", "end": "2025-01-04 11:31:44.544699", "rc": 0, "start": "2025-01-04 11:31:44.540358" } STDOUT: /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:164 Saturday 04 January 2025 11:31:44 -0500 (0:00:00.472) 0:02:51.691 ****** changed: [managed-node3] => { "changed": true, "path": "/tmp/lsr_podman_config_rxot8_ax", "state": "absent" } PLAY RECAP ********************************************************************* managed-node3 : ok=156 changed=16 unreachable=0 failed=0 skipped=164 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 04 January 2025 11:31:45 -0500 (0:00:00.415) 0:02:52.107 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 97.61s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Remove test config files ------------------------------------------------ 3.27s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Gathering Facts --------------------------------------------------------- 2.68s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Check that files still exist and are non-null --------------------------- 1.98s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:125 Check that files exist and are non-null --------------------------------- 1.91s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Check that files still exist and are non-null --------------------------- 1.70s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:97 Check that files exist and are non-null --------------------------------- 1.61s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:83 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.26s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.19s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.15s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.09s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.04s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update container config file --------- 0.99s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.95s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.92s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.91s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.91s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.89s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:13 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.89s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:25 fedora.linux_system_roles.podman : Update registries config file -------- 0.87s /tmp/collections-tUm/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13