ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Tuesday 08 July 2025 08:52:07 -0400 (0:00:00.030) 0:00:00.030 ********** ok: [managed-node1] => { "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-gqN/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Tuesday 08 July 2025 08:52:07 -0400 (0:00:00.027) 0:00:00.057 ********** ok: [managed-node1] META: ran handlers TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:74 Tuesday 08 July 2025 08:52:08 -0400 (0:00:01.095) 0:00:01.153 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 08:52:08 -0400 (0:00:00.119) 0:00:01.273 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 08:52:08 -0400 (0:00:00.038) 0:00:01.311 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 08:52:08 -0400 (0:00:00.055) 0:00:01.366 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 08:52:09 -0400 (0:00:00.536) 0:00:01.903 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 08:52:09 -0400 (0:00:00.071) 0:00:01.975 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 08:52:09 -0400 (0:00:00.462) 0:00:02.437 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 08:52:09 -0400 (0:00:00.046) 0:00:02.484 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 08:52:10 -0400 (0:00:00.088) 0:00:02.572 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 08:52:11 -0400 (0:00:01.753) 0:00:04.326 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 08:52:11 -0400 (0:00:00.053) 0:00:04.379 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 08:52:11 -0400 (0:00:00.058) 0:00:04.438 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 08:52:11 -0400 (0:00:00.065) 0:00:04.503 ********** skipping: [managed-node1] => { "changed": 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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 08:52:12 -0400 (0:00:00.073) 0:00:04.576 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 08:52:12 -0400 (0:00:00.065) 0:00:04.642 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030367", "end": "2025-07-08 08:52:12.595698", "rc": 0, "start": "2025-07-08 08:52:12.565331" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 08:52:12 -0400 (0:00:00.542) 0:00:05.185 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 08:52:12 -0400 (0:00:00.057) 0:00:05.242 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 08:52:12 -0400 (0:00:00.050) 0:00:05.293 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 08:52:12 -0400 (0:00:00.097) 0:00:05.390 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 08:52:12 -0400 (0:00:00.111) 0:00:05.501 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:13 -0400 (0:00:00.082) 0:00:05.584 ********** ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:13 -0400 (0:00:00.518) 0:00:06.103 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:13 -0400 (0:00:00.040) 0:00:06.143 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:13 -0400 (0:00:00.055) 0:00:06.199 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.441) 0:00:06.640 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.036) 0:00:06.676 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.033) 0:00:06.709 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.035) 0:00:06.745 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.034) 0:00:06.780 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.033) 0:00:06.814 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.034) 0:00:06.848 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.033) 0:00:06.882 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.034) 0:00:06.917 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.073) 0:00:06.991 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.059) 0:00:07.050 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.032) 0:00:07.082 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.031) 0:00:07.114 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.060) 0:00:07.175 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.033) 0:00:07.208 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.030) 0:00:07.239 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.091) 0:00:07.331 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.030) 0:00:07.362 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.030) 0:00:07.392 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.064) 0:00:07.457 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 08:52:14 -0400 (0:00:00.036) 0:00:07.493 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.048) 0:00:07.542 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.066) 0:00:07.608 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.035) 0:00:07.644 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.038) 0:00:07.683 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.040) 0:00:07.723 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.034) 0:00:07.757 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.035) 0:00:07.793 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.029) 0:00:07.823 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.030) 0:00:07.853 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.030) 0:00:07.883 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.029) 0:00:07.913 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.062) 0:00:07.976 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.029) 0:00:08.006 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:85 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.029) 0:00:08.035 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_aso8wu4_", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:91 Tuesday 08 July 2025 08:52:15 -0400 (0:00:00.483) 0:00:08.519 ********** [WARNING]: Consider using the unarchive module rather than running 'tar'. If you need to use command because unarchive is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_aso8wu4_/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.006815", "end": "2025-07-08 08:52:16.330328", "rc": 0, "start": "2025-07-08 08:52:16.323513" } STDOUT: /etc/containers/storage.conf /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 TASK [Create user] ************************************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:98 Tuesday 08 July 2025 08:52:16 -0400 (0:00:00.405) 0:00:08.925 ********** changed: [managed-node1] => { "changed": true, "comment": "", "create_home": true, "group": 1000, "home": "/home/user1", "name": "user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 1000 } TASK [Run the role with user config] ******************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:102 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.674) 0:00:09.600 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.091) 0:00:09.691 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.053) 0:00:09.745 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.040) 0:00:09.785 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.031) 0:00:09.816 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.069) 0:00:09.886 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.032) 0:00:09.918 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.032) 0:00:09.951 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 08:52:17 -0400 (0:00:00.082) 0:00:10.034 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 08:52:19 -0400 (0:00:01.582) 0:00:11.616 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.068) 0:00:11.685 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.064) 0:00:11.749 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.049) 0:00:11.799 ********** skipping: [managed-node1] => { "changed": 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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.050) 0:00:11.849 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.048) 0:00:11.898 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029226", "end": "2025-07-08 08:52:19.773038", "rc": 0, "start": "2025-07-08 08:52:19.743812" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.471) 0:00:12.370 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.037) 0:00:12.408 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.038) 0:00:12.446 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 08:52:19 -0400 (0:00:00.066) 0:00:12.513 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 08:52:20 -0400 (0:00:00.074) 0:00:12.588 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:20 -0400 (0:00:00.060) 0:00:12.649 ********** ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "user1": [ "x", "1000", "1000", "", "/home/user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:20 -0400 (0:00:00.439) 0:00:13.088 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:20 -0400 (0:00:00.064) 0:00:13.153 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:20 -0400 (0:00:00.066) 0:00:13.220 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:21 -0400 (0:00:00.419) 0:00:13.639 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003408", "end": "2025-07-08 08:52:21.455111", "rc": 0, "start": "2025-07-08 08:52:21.451703" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:21 -0400 (0:00:00.456) 0:00:14.095 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003509", "end": "2025-07-08 08:52:21.917840", "rc": 0, "start": "2025-07-08 08:52:21.914331" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:21 -0400 (0:00:00.411) 0:00:14.507 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.050) 0:00:14.558 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.034) 0:00:14.593 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.034) 0:00:14.628 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.035) 0:00:14.664 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.034) 0:00:14.698 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.043) 0:00:14.742 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0700", "__podman_parent_path": "/home/user1/.config/containers", "__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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.078) 0:00:14.820 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.058) 0:00:14.878 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 08:52:22 -0400 (0:00:00.562) 0:00:15.441 ********** changed: [managed-node1] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1751979143.0816753-15855-168023386457906/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 08:52:23 -0400 (0:00:00.957) 0:00:16.398 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 08:52:23 -0400 (0:00:00.076) 0:00:16.475 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 08:52:24 -0400 (0:00:00.408) 0:00:16.883 ********** changed: [managed-node1] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1751979144.4798305-15924-110666590153072/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 08:52:25 -0400 (0:00:00.801) 0:00:17.684 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 08:52:25 -0400 (0:00:00.061) 0:00:17.746 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 56, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 08:52:25 -0400 (0:00:00.409) 0:00:18.156 ********** changed: [managed-node1] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/home/user1/.config/containers/storage.conf", "gid": 1000, "group": "user1", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1751979145.7392924-15967-688221812223/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 08:52:26 -0400 (0:00:00.836) 0:00:18.992 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 08:52:26 -0400 (0:00:00.065) 0:00:19.058 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 76, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 08:52:26 -0400 (0:00:00.408) 0:00:19.466 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 08:52:27 -0400 (0:00:00.387) 0:00:19.854 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 08:52:27 -0400 (0:00:00.034) 0:00:19.888 ********** changed: [managed-node1] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/home/user1/.config/containers/policy.json", "gid": 1000, "group": "user1", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1751979147.4169564-16033-156964557026907/source", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.740) 0:00:20.629 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.038) 0:00:20.667 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.039) 0:00:20.707 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.052) 0:00:20.760 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.051) 0:00:20.811 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.180) 0:00:20.991 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.057) 0:00:21.048 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.093) 0:00:21.142 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.064) 0:00:21.207 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.062) 0:00:21.270 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:28 -0400 (0:00:00.071) 0:00:21.341 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:29 -0400 (0:00:00.419) 0:00:21.761 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003661", "end": "2025-07-08 08:52:29.586053", "rc": 0, "start": "2025-07-08 08:52:29.582392" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:29 -0400 (0:00:00.437) 0:00:22.198 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003721", "end": "2025-07-08 08:52:30.038167", "rc": 0, "start": "2025-07-08 08:52:30.034446" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.449) 0:00:22.648 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.076) 0:00:22.725 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.038) 0:00:22.763 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.041) 0:00:22.805 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.039) 0:00:22.845 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.084) 0:00:22.930 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.035) 0:00:22.965 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.048) 0:00:23.013 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.446) 0:00:23.459 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:52:30 -0400 (0:00:00.060) 0:00:23.520 ********** changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:52:31 -0400 (0:00:00.775) 0:00:24.295 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:52:31 -0400 (0:00:00.033) 0:00:24.328 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:52:31 -0400 (0:00:00.033) 0:00:24.362 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 08:52:31 -0400 (0:00:00.037) 0:00:24.399 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 08:52:31 -0400 (0:00:00.051) 0:00:24.451 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 08:52:31 -0400 (0:00:00.050) 0:00:24.502 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.038) 0:00:24.540 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.032) 0:00:24.572 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.140) 0:00:24.713 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.035) 0:00:24.749 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.058) 0:00:24.808 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.040) 0:00:24.848 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.040) 0:00:24.889 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.050) 0:00:24.939 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:32 -0400 (0:00:00.391) 0:00:25.331 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003654", "end": "2025-07-08 08:52:33.137898", "rc": 0, "start": "2025-07-08 08:52:33.134244" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.403) 0:00:25.734 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003687", "end": "2025-07-08 08:52:33.546545", "rc": 0, "start": "2025-07-08 08:52:33.542858" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.402) 0:00:26.137 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.056) 0:00:26.193 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.038) 0:00:26.232 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.035) 0:00:26.267 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.033) 0:00:26.301 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.071) 0:00:26.372 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.040) 0:00:26.413 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:52:33 -0400 (0:00:00.074) 0:00:26.488 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:52:34 -0400 (0:00:00.040) 0:00:26.529 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:52:34 -0400 (0:00:00.040) 0:00:26.569 ********** skipping: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:52:34 -0400 (0:00:00.039) 0:00:26.609 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:52:34 -0400 (0:00:00.040) 0:00:26.649 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:52:34 -0400 (0:00:00.038) 0:00:26.687 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 08:52:34 -0400 (0:00:00.032) 0:00:26.720 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Tuesday 08 July 2025 08:52:34 -0400 (0:00:00.030) 0:00:26.751 ********** ok: [managed-node1] => (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": 1751979143.796871, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751979143.8048708, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 432013447, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979143.4118793, "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": 348, "uid": 1000, "version": "4120533887", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979145.0858436, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751979145.0938432, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 444596360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979144.8058496, "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": 632, "uid": 1000, "version": "767280536", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979146.3618162, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751979146.369816, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 455082117, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979146.0658224, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 1000, "version": "3554708971", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979148.0307806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751979148.0377803, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 469762197, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979147.7457864, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "4212344465", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that boolean values are rendered correctly] ************************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Tuesday 08 July 2025 08:52:35 -0400 (0:00:01.543) 0:00:28.294 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "container_name_as_hostname[ ]*=[ ]*true", "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" ], "delta": "0:00:00.003036", "end": "2025-07-08 08:52:36.121074", "rc": 0, "start": "2025-07-08 08:52:36.118038" } STDOUT: container_name_as_hostname = true TASK [Run the role again with user config] ************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:122 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.457) 0:00:28.751 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.089) 0:00:28.840 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.084) 0:00:28.925 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.048) 0:00:28.974 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.049) 0:00:29.023 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.038) 0:00:29.061 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.047) 0:00:29.109 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.037) 0:00:29.147 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 08:52:36 -0400 (0:00:00.083) 0:00:29.230 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 08:52:38 -0400 (0:00:01.576) 0:00:30.807 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.033) 0:00:30.840 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.041) 0:00:30.881 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.033) 0:00:30.915 ********** skipping: [managed-node1] => { "changed": 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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.033) 0:00:30.948 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.032) 0:00:30.981 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030867", "end": "2025-07-08 08:52:38.819557", "rc": 0, "start": "2025-07-08 08:52:38.788690" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.438) 0:00:31.420 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.043) 0:00:31.463 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 08:52:38 -0400 (0:00:00.037) 0:00:31.500 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 08:52:39 -0400 (0:00:00.065) 0:00:31.566 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 08:52:39 -0400 (0:00:00.075) 0:00:31.642 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:39 -0400 (0:00:00.097) 0:00:31.740 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:39 -0400 (0:00:00.040) 0:00:31.780 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:39 -0400 (0:00:00.047) 0:00:31.828 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:39 -0400 (0:00:00.062) 0:00:31.891 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:39 -0400 (0:00:00.417) 0:00:32.308 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003571", "end": "2025-07-08 08:52:40.125084", "rc": 0, "start": "2025-07-08 08:52:40.121513" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.424) 0:00:32.733 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003732", "end": "2025-07-08 08:52:40.562524", "rc": 0, "start": "2025-07-08 08:52:40.558792" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.428) 0:00:33.162 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.060) 0:00:33.222 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.041) 0:00:33.263 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.043) 0:00:33.307 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.038) 0:00:33.346 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.034) 0:00:33.380 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.034) 0:00:33.414 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0700", "__podman_parent_path": "/home/user1/.config/containers", "__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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 08:52:40 -0400 (0:00:00.074) 0:00:33.489 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 08:52:41 -0400 (0:00:00.111) 0:00:33.601 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 08:52:41 -0400 (0:00:00.415) 0:00:34.016 ********** ok: [managed-node1] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "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": 348, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 08:52:42 -0400 (0:00:00.799) 0:00:34.816 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 08:52:42 -0400 (0:00:00.064) 0:00:34.880 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "user1", "path": "/home/user1/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 08:52:42 -0400 (0:00:00.399) 0:00:35.280 ********** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/home/user1/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "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": 632, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 08:52:43 -0400 (0:00:00.736) 0:00:36.016 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 08:52:43 -0400 (0:00:00.111) 0:00:36.127 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 08:52:44 -0400 (0:00:00.464) 0:00:36.592 ********** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/home/user1/.config/containers/storage.conf", "gid": 1000, "group": "user1", "mode": "0644", "owner": "user1", "path": "/home/user1/.config/containers/storage.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 08:52:44 -0400 (0:00:00.797) 0:00:37.389 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 08:52:44 -0400 (0:00:00.067) 0:00:37.456 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 08:52:45 -0400 (0:00:00.402) 0:00:37.859 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751979155.673617, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751979148.0377803, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 469762197, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979147.7457864, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "4212344465", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 08:52:45 -0400 (0:00:00.438) 0:00:38.297 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.597) 0:00:38.895 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.038) 0:00:38.933 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.032) 0:00:38.966 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.071) 0:00:39.037 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.031) 0:00:39.068 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.037) 0:00:39.105 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.128) 0:00:39.233 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.074) 0:00:39.308 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.096) 0:00:39.405 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:46 -0400 (0:00:00.066) 0:00:39.471 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:47 -0400 (0:00:00.064) 0:00:39.535 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:47 -0400 (0:00:00.073) 0:00:39.609 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:47 -0400 (0:00:00.435) 0:00:40.044 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003197", "end": "2025-07-08 08:52:47.854676", "rc": 0, "start": "2025-07-08 08:52:47.851479" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:47 -0400 (0:00:00.418) 0:00:40.463 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003675", "end": "2025-07-08 08:52:48.308461", "rc": 0, "start": "2025-07-08 08:52:48.304786" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.456) 0:00:40.919 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.132) 0:00:41.052 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.056) 0:00:41.108 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.058) 0:00:41.166 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.054) 0:00:41.220 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.056) 0:00:41.277 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.068) 0:00:41.345 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:52:48 -0400 (0:00:00.073) 0:00:41.418 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "user1", "path": "/home/user1/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:52:49 -0400 (0:00:00.457) 0:00:41.876 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:52:49 -0400 (0:00:00.059) 0:00:41.935 ********** ok: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.745) 0:00:42.681 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.052) 0:00:42.733 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.040) 0:00:42.773 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.040) 0:00:42.814 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.034) 0:00:42.849 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.036) 0:00:42.886 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.035) 0:00:42.921 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.072) 0:00:42.993 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.117) 0:00:43.111 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.036) 0:00:43.148 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.057) 0:00:43.205 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.041) 0:00:43.247 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.041) 0:00:43.288 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:50 -0400 (0:00:00.045) 0:00:43.333 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:51 -0400 (0:00:00.399) 0:00:43.733 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003640", "end": "2025-07-08 08:52:51.542916", "rc": 0, "start": "2025-07-08 08:52:51.539276" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:51 -0400 (0:00:00.398) 0:00:44.131 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003561", "end": "2025-07-08 08:52:51.936399", "rc": 0, "start": "2025-07-08 08:52:51.932838" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.394) 0:00:44.526 ********** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "user1": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "user1": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.050) 0:00:44.576 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.072) 0:00:44.649 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.036) 0:00:44.685 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.034) 0:00:44.720 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.036) 0:00:44.756 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.035) 0:00:44.791 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.047) 0:00:44.838 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.033) 0:00:44.872 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.034) 0:00:44.907 ********** skipping: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.035) 0:00:44.942 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.032) 0:00:44.975 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.033) 0:00:45.008 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.032) 0:00:45.041 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Tuesday 08 July 2025 08:52:52 -0400 (0:00:00.032) 0:00:45.073 ********** ok: [managed-node1] => (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": 1751979154.5586407, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751979143.8048708, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 432013447, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979143.4118793, "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": 348, "uid": 1000, "version": "4120533887", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979154.9386327, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751979145.0938432, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 444596360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979144.8058496, "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": 632, "uid": 1000, "version": "767280536", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979155.3036249, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751979146.369816, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 455082117, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979146.0658224, "nlink": 1, "path": "/home/user1/.config/containers/storage.conf", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 1000, "version": "3554708971", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979155.673617, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751979148.0377803, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 469762197, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979147.7457864, "nlink": 1, "path": "/home/user1/.config/containers/policy.json", "pw_name": "user1", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 1000, "version": "4212344465", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:138 Tuesday 08 July 2025 08:52:54 -0400 (0:00:01.571) 0:00:46.645 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run the role with root config] ******************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:145 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.039) 0:00:46.684 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.114) 0:00:46.798 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.055) 0:00:46.854 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.045) 0:00:46.899 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.050) 0:00:46.949 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.051) 0:00:47.001 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.051) 0:00:47.053 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.051) 0:00:47.105 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 08:52:54 -0400 (0:00:00.128) 0:00:47.233 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 08:52:56 -0400 (0:00:01.601) 0:00:48.835 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 08:52:56 -0400 (0:00:00.053) 0:00:48.888 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 08:52:56 -0400 (0:00:00.058) 0:00:48.947 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 08:52:56 -0400 (0:00:00.037) 0:00:48.985 ********** skipping: [managed-node1] => { "changed": 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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 08:52:56 -0400 (0:00:00.041) 0:00:49.026 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 08:52:56 -0400 (0:00:00.043) 0:00:49.070 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028480", "end": "2025-07-08 08:52:56.898979", "rc": 0, "start": "2025-07-08 08:52:56.870499" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 08:52:56 -0400 (0:00:00.418) 0:00:49.489 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.043) 0:00:49.532 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.034) 0:00:49.566 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.055) 0:00:49.621 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.075) 0:00:49.696 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.099) 0:00:49.796 ********** ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.414) 0:00:50.211 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.057) 0:00:50.268 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:52:57 -0400 (0:00:00.043) 0:00:50.311 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.391) 0:00:50.703 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.034) 0:00:50.737 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.035) 0:00:50.773 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.037) 0:00:50.810 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.034) 0:00:50.844 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.034) 0:00:50.879 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.034) 0:00:50.913 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.033) 0:00:50.946 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.033) 0:00:50.980 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.074) 0:00:51.054 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 08:52:58 -0400 (0:00:00.093) 0:00:51.147 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 08:52:59 -0400 (0:00:00.404) 0:00:51.552 ********** changed: [managed-node1] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1751979179.1400282-17410-271407761261535/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 08:52:59 -0400 (0:00:00.793) 0:00:52.345 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 08:52:59 -0400 (0:00:00.062) 0:00:52.408 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 107, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 08:53:00 -0400 (0:00:00.401) 0:00:52.810 ********** changed: [managed-node1] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1751979180.3963912-17455-259632559448345/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 08:53:01 -0400 (0:00:00.798) 0:00:53.608 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 08:53:01 -0400 (0:00:00.095) 0:00:53.704 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 08:53:01 -0400 (0:00:00.408) 0:00:54.113 ********** changed: [managed-node1] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 1000, "group": "user1", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1751979181.701357-17487-35061677174101/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 08:53:02 -0400 (0:00:00.831) 0:00:54.944 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 08:53:02 -0400 (0:00:00.065) 0:00:55.010 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 08:53:02 -0400 (0:00:00.405) 0:00:55.416 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978996.9210107, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1751978937.9523146, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 35651781, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708358882.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 663, "uid": 0, "version": "2592562568", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 08:53:03 -0400 (0:00:00.400) 0:00:55.816 ********** ok: [managed-node1] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiBbCiAgICAgICAgewogICAgICAgICAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgogICAgICAgIH0KICAgIF0sCiAgICAidHJhbnNwb3J0cyI6IHsKICAgICAgICAiZG9ja2VyIjogewoJICAgICJyZWdpc3RyeS5hY2Nlc3MucmVkaGF0LmNvbSI6IFsKCQl7CgkJICAgICJ0eXBlIjogInNpZ25lZEJ5IiwKCQkgICAgImtleVR5cGUiOiAiR1BHS2V5cyIsCgkJICAgICJrZXlQYXRocyI6IFsiL2V0Yy9wa2kvcnBtLWdwZy9SUE0tR1BHLUtFWS1yZWRoYXQtcmVsZWFzZSIsICIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1iZXRhIl0KCQl9CgkgICAgXSwKCSAgICAicmVnaXN0cnkucmVkaGF0LmlvIjogWwoJCXsKCQkgICAgInR5cGUiOiAic2lnbmVkQnkiLAoJCSAgICAia2V5VHlwZSI6ICJHUEdLZXlzIiwKCQkgICAgImtleVBhdGhzIjogWyIvZXRjL3BraS9ycG0tZ3BnL1JQTS1HUEctS0VZLXJlZGhhdC1yZWxlYXNlIiwgIi9ldGMvcGtpL3JwbS1ncGcvUlBNLUdQRy1LRVktcmVkaGF0LWJldGEiXQoJCX0KCSAgICBdCgl9LAogICAgICAgICJkb2NrZXItZGFlbW9uIjogewoJICAgICIiOiBbCgkJewoJCSAgICAidHlwZSI6ICJpbnNlY3VyZUFjY2VwdEFueXRoaW5nIgoJCX0KCSAgICBdCgl9CiAgICB9Cn0K", "encoding": "base64", "source": "/etc/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 08:53:03 -0400 (0:00:00.382) 0:00:56.199 ********** changed: [managed-node1] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/etc/containers/policy.json", "gid": 1000, "group": "user1", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1751979183.7286408-17551-216286755242151/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.749) 0:00:56.949 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.032) 0:00:56.982 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.034) 0:00:57.016 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.032) 0:00:57.048 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.031) 0:00:57.080 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.077) 0:00:57.157 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.035) 0:00:57.193 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.057) 0:00:57.251 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.041) 0:00:57.292 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.040) 0:00:57.332 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:04 -0400 (0:00:00.044) 0:00:57.377 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.408) 0:00:57.786 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.079) 0:00:57.865 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.039) 0:00:57.904 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.034) 0:00:57.938 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.034) 0:00:57.973 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.034) 0:00:58.008 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.034) 0:00:58.042 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.034) 0:00:58.076 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.033) 0:00:58.110 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:53:05 -0400 (0:00:00.046) 0:00:58.157 ********** changed: [managed-node1] => { "changed": true, "gid": 1000, "group": "user1", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 23, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:53:06 -0400 (0:00:00.429) 0:00:58.586 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:53:06 -0400 (0:00:00.059) 0:00:58.646 ********** changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:53:06 -0400 (0:00:00.822) 0:00:59.468 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:53:06 -0400 (0:00:00.033) 0:00:59.501 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.034) 0:00:59.536 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.085) 0:00:59.622 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.049) 0:00:59.672 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.034) 0:00:59.706 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.035) 0:00:59.742 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.031) 0:00:59.773 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.082) 0:00:59.855 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.037) 0:00:59.892 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.058) 0:00:59.951 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.042) 0:00:59.993 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.040) 0:01:00.034 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.046) 0:01:00.080 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:07 -0400 (0:00:00.411) 0:01:00.491 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.034) 0:01:00.526 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.035) 0:01:00.562 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.035) 0:01:00.597 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.073) 0:01:00.671 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.035) 0:01:00.706 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.042) 0:01:00.749 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.035) 0:01:00.785 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.034) 0:01:00.820 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.048) 0:01:00.868 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.034) 0:01:00.902 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.034) 0:01:00.937 ********** skipping: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.034) 0:01:00.971 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.032) 0:01:01.004 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.034) 0:01:01.039 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.033) 0:01:01.072 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Tuesday 08 July 2025 08:53:08 -0400 (0:00:00.031) 0:01:01.103 ********** ok: [managed-node1] => (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": 1751979179.745102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751979179.7531016, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 146800849, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979179.4681077, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 348, "uid": 0, "version": "3941772365", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979181.0040748, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751979181.0130746, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 157286671, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979180.721081, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 632, "uid": 0, "version": "1094399756", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1751979182.3450463, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751979182.353046, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 167772372, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979182.0460527, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "1786611892", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1751979184.3490033, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751979184.3580031, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 186646741, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979184.0640094, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "599195578", "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:160 Tuesday 08 July 2025 08:53:10 -0400 (0:00:01.482) 0:01:02.586 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.109) 0:01:02.696 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.056) 0:01:02.752 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.047) 0:01:02.799 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.033) 0:01:02.832 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.033) 0:01:02.866 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.033) 0:01:02.899 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.033) 0:01:02.932 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 08:53:10 -0400 (0:00:00.084) 0:01:03.016 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 08:53:12 -0400 (0:00:01.542) 0:01:04.559 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.033) 0:01:04.592 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.039) 0:01:04.631 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.033) 0:01:04.665 ********** skipping: [managed-node1] => { "changed": 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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.031) 0:01:04.697 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.037) 0:01:04.734 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031054", "end": "2025-07-08 08:53:12.580889", "rc": 0, "start": "2025-07-08 08:53:12.549835" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-07-08T08:53:12-04:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.436) 0:01:05.171 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.035) 0:01:05.206 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.033) 0:01:05.240 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.074) 0:01:05.315 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 08:53:12 -0400 (0:00:00.102) 0:01:05.417 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.113) 0:01:05.530 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.042) 0:01:05.573 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.040) 0:01:05.613 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.046) 0:01:05.659 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.426) 0:01:06.086 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.035) 0:01:06.121 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.043) 0:01:06.164 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.054) 0:01:06.219 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.056) 0:01:06.275 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.053) 0:01:06.329 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.056) 0:01:06.385 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.056) 0:01:06.441 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 08:53:13 -0400 (0:00:00.054) 0:01:06.496 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 08:53:14 -0400 (0:00:00.122) 0:01:06.618 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 08:53:14 -0400 (0:00:00.098) 0:01:06.717 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 08:53:14 -0400 (0:00:00.457) 0:01:07.174 ********** ok: [managed-node1] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "mode": "0644", "owner": "root", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 348, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 08:53:15 -0400 (0:00:00.755) 0:01:07.930 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 08:53:15 -0400 (0:00:00.067) 0:01:07.997 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 08:53:15 -0400 (0:00:00.446) 0:01:08.444 ********** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 08:53:16 -0400 (0:00:00.752) 0:01:09.196 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 08:53:16 -0400 (0:00:00.079) 0:01:09.275 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 08:53:17 -0400 (0:00:00.407) 0:01:09.683 ********** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 1000, "group": "user1", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 08:53:17 -0400 (0:00:00.803) 0:01:10.486 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 08:53:18 -0400 (0:00:00.077) 0:01:10.564 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 08:53:18 -0400 (0:00:00.459) 0:01:11.024 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751979189.9768825, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751979184.3580031, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 186646741, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979184.0640094, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "599195578", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 08:53:18 -0400 (0:00:00.422) 0:01:11.446 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.394) 0:01:11.840 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.043) 0:01:11.883 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.037) 0:01:11.921 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.043) 0:01:11.964 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.032) 0:01:11.997 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.031) 0:01:12.028 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.111) 0:01:12.139 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.035) 0:01:12.175 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.062) 0:01:12.237 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.054) 0:01:12.291 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.068) 0:01:12.359 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:19 -0400 (0:00:00.072) 0:01:12.432 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.448) 0:01:12.880 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.050) 0:01:12.930 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.047) 0:01:12.978 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.041) 0:01:13.020 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.041) 0:01:13.061 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.042) 0:01:13.103 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.035) 0:01:13.139 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.035) 0:01:13.175 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.035) 0:01:13.210 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:53:20 -0400 (0:00:00.129) 0:01:13.339 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 23, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:53:21 -0400 (0:00:00.438) 0:01:13.778 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:53:21 -0400 (0:00:00.038) 0:01:13.816 ********** ok: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.756) 0:01:14.572 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.050) 0:01:14.623 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.051) 0:01:14.675 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.055) 0:01:14.730 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.046) 0:01:14.777 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.036) 0:01:14.814 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.038) 0:01:14.852 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.034) 0:01:14.887 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.091) 0:01:14.978 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.044) 0:01:15.022 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.104) 0:01:15.127 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.061) 0:01:15.188 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.069) 0:01:15.258 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:22 -0400 (0:00:00.074) 0:01:15.332 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.451) 0:01:15.784 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.040) 0:01:15.825 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.043) 0:01:15.868 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.042) 0:01:15.910 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.043) 0:01:15.954 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.036) 0:01:15.990 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.038) 0:01:16.029 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.039) 0:01:16.068 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.034) 0:01:16.103 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.054) 0:01:16.158 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.047) 0:01:16.206 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.039) 0:01:16.245 ********** skipping: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.089) 0:01:16.335 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.036) 0:01:16.371 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.033) 0:01:16.405 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.031) 0:01:16.437 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 Tuesday 08 July 2025 08:53:23 -0400 (0:00:00.032) 0:01:16.469 ********** ok: [managed-node1] => (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": 1751979188.8989055, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1751979179.7531016, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 146800849, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979179.4681077, "nlink": 1, "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 348, "uid": 0, "version": "3941772365", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (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": 1751979189.2578979, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1751979181.0130746, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 157286671, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979180.721081, "nlink": 1, "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 632, "uid": 0, "version": "1094399756", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/storage.conf", "stat": { "atime": 1751979189.6168902, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1751979182.353046, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 167772372, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979182.0460527, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "1786611892", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/containers/policy.json", "stat": { "atime": 1751979189.9768825, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751979184.3580031, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 186646741, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979184.0640094, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "599195578", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:175 Tuesday 08 July 2025 08:53:25 -0400 (0:00:01.548) 0:01:18.018 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:182 Tuesday 08 July 2025 08:53:25 -0400 (0:00:00.042) 0:01:18.061 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 TASK [Get file] **************************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 08:53:25 -0400 (0:00:00.164) 0:01:18.225 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKYW5ub3RhdGlvbnMgPSBbImVudmlyb25tZW50PXByb2R1Y3Rpb24iLCAic3RhdHVzPXRpZXIyIl0KCltlbmdpbmVdCnNlcnZpY2VfZGVzdGluYXRpb25zID0gWyJ0ZXN0PXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9IiwgInRlc3QyPXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9Il0K", "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 08:53:26 -0400 (0:00:00.400) 0:01:18.626 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 08:53:26 -0400 (0:00:00.214) 0:01:18.840 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCnVucXVhbGlmaWVkLXNlYXJjaC1yZWdpc3RyaWVzID0gWyJyZWdpc3RyeS0xLmV4YW1wbGUuY29tIiwgInJlZ2lzdHJ5LTIuZXhhbXBsZS5jb20iXQpjcmVkZW50aWFsLWhlbHBlcnMgPSBbImNyZWQtaGVscGVyLTEiLCAiY3JlZC1oZWxwZXItMiJdCgpbYWxpYXNlc10KbXlyZWdpc3RyeSA9ICJyZWdpc3RyeS5leGFtcGxlLmNvbSIKCltbcmVnaXN0cnldXQpwcmVmaXggPSAiZXhhbXBsZS5jb20vZm9vIgppbnNlY3VyZSA9IHRydWUKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMC5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMS5jb20iCmluc2VjdXJlID0gdHJ1ZQoKW1tyZWdpc3RyeV1dCnByZWZpeCA9ICJleGFtcGxlLmNvbS9iYXIiCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMi5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMy5jb20iCmluc2VjdXJlID0gdHJ1ZQo=", "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-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 08:53:26 -0400 (0:00:00.393) 0:01:19.234 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 08:53:26 -0400 (0:00:00.132) 0:01:19.367 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltzdG9yYWdlXQpydW5yb290ID0gIi90bXAiCmdyYXBocm9vdCA9ICIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/home/user1/.config/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 08:53:27 -0400 (0:00:00.395) 0:01:19.762 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 08:53:27 -0400 (0:00:00.149) 0:01:19.912 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKYW5ub3RhdGlvbnMgPSBbImVudmlyb25tZW50PXByb2R1Y3Rpb24iLCAic3RhdHVzPXRpZXIyIl0KCltlbmdpbmVdCnNlcnZpY2VfZGVzdGluYXRpb25zID0gWyJ0ZXN0PXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9IiwgInRlc3QyPXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9Il0K", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 08:53:27 -0400 (0:00:00.452) 0:01:20.364 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 08:53:27 -0400 (0:00:00.151) 0:01:20.515 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCnVucXVhbGlmaWVkLXNlYXJjaC1yZWdpc3RyaWVzID0gWyJyZWdpc3RyeS0xLmV4YW1wbGUuY29tIiwgInJlZ2lzdHJ5LTIuZXhhbXBsZS5jb20iXQpjcmVkZW50aWFsLWhlbHBlcnMgPSBbImNyZWQtaGVscGVyLTEiLCAiY3JlZC1oZWxwZXItMiJdCgpbYWxpYXNlc10KbXlyZWdpc3RyeSA9ICJyZWdpc3RyeS5leGFtcGxlLmNvbSIKCltbcmVnaXN0cnldXQpwcmVmaXggPSAiZXhhbXBsZS5jb20vZm9vIgppbnNlY3VyZSA9IHRydWUKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMC5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMS5jb20iCmluc2VjdXJlID0gdHJ1ZQoKW1tyZWdpc3RyeV1dCnByZWZpeCA9ICJleGFtcGxlLmNvbS9iYXIiCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMi5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMy5jb20iCmluc2VjdXJlID0gdHJ1ZQo=", "encoding": "base64", "source": "/etc/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 08:53:28 -0400 (0:00:00.410) 0:01:20.926 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Tuesday 08 July 2025 08:53:28 -0400 (0:00:00.124) 0:01:21.051 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltzdG9yYWdlXQpydW5yb290ID0gIi90bXAiCmdyYXBocm9vdCA9ICIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/etc/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Tuesday 08 July 2025 08:53:28 -0400 (0:00:00.436) 0:01:21.488 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try formatting sub-dict as TOML table with new formatter] **************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:196 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.206) 0:01:21.694 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.285) 0:01:21.979 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.065) 0:01:22.044 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.049) 0:01:22.093 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.035) 0:01:22.129 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.044) 0:01:22.174 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.032) 0:01:22.207 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.033) 0:01:22.240 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__podman_packages": [ "crun", "podman", "podman-plugins", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 08 July 2025 08:53:29 -0400 (0:00:00.089) 0:01:22.330 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 08 July 2025 08:53:31 -0400 (0:00:01.622) 0:01:23.952 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 08 July 2025 08:53:31 -0400 (0:00:00.033) 0:01:23.985 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 08 July 2025 08:53:31 -0400 (0:00:00.041) 0:01:24.027 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 08 July 2025 08:53:31 -0400 (0:00:00.033) 0:01:24.060 ********** skipping: [managed-node1] => { "changed": 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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 08 July 2025 08:53:31 -0400 (0:00:00.034) 0:01:24.094 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 08 July 2025 08:53:31 -0400 (0:00:00.033) 0:01:24.127 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028127", "end": "2025-07-08 08:53:31.952086", "rc": 0, "start": "2025-07-08 08:53:31.923959" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-07-08T08:53:31-04:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.415) 0:01:24.543 ********** ok: [managed-node1] => { "ansible_facts": { "podman_version": "4.9.4-dev" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.035) 0:01:24.579 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.033) 0:01:24.612 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.062) 0:01:24.674 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.112) 0:01:24.787 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.115) 0:01:24.903 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.050) 0:01:24.953 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.043) 0:01:24.997 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.045) 0:01:25.042 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.414) 0:01:25.457 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:32 -0400 (0:00:00.035) 0:01:25.492 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.034) 0:01:25.526 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.040) 0:01:25.567 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.050) 0:01:25.618 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.053) 0:01:25.671 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.040) 0:01:25.711 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.041) 0:01:25.753 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.042) 0:01:25.796 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.081) 0:01:25.878 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.059) 0:01:25.937 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 08 July 2025 08:53:33 -0400 (0:00:00.432) 0:01:26.369 ********** changed: [managed-node1] => { "changed": true, "checksum": "9694c1d1c700a6435eecf4066b052584f4ee94c0", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "md5sum": "73318e68b66c68cfc49b9c825425b2d9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 414, "src": "/root/.ansible/tmp/ansible-tmp-1751979213.9701312-18954-103364863305669/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Tuesday 08 July 2025 08:53:34 -0400 (0:00:00.868) 0:01:27.238 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 08 July 2025 08:53:34 -0400 (0:00:00.120) 0:01:27.359 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 134, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 08 July 2025 08:53:35 -0400 (0:00:00.412) 0:01:27.771 ********** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 1000, "group": "user1", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Tuesday 08 July 2025 08:53:36 -0400 (0:00:00.755) 0:01:28.526 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 08 July 2025 08:53:36 -0400 (0:00:00.113) 0:01:28.639 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 08 July 2025 08:53:36 -0400 (0:00:00.482) 0:01:29.121 ********** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 1000, "group": "user1", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Tuesday 08 July 2025 08:53:37 -0400 (0:00:00.774) 0:01:29.896 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 08 July 2025 08:53:37 -0400 (0:00:00.079) 0:01:29.975 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 08 July 2025 08:53:37 -0400 (0:00:00.405) 0:01:30.381 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751979189.9768825, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1751979184.3580031, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 186646741, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751979184.0640094, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "599195578", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 08 July 2025 08:53:38 -0400 (0:00:00.407) 0:01:30.788 ********** ok: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 08 July 2025 08:53:38 -0400 (0:00:00.401) 0:01:31.189 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Tuesday 08 July 2025 08:53:38 -0400 (0:00:00.059) 0:01:31.249 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Tuesday 08 July 2025 08:53:38 -0400 (0:00:00.053) 0:01:31.303 ********** skipping: [managed-node1] => { "changed": false, "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Tuesday 08 July 2025 08:53:38 -0400 (0:00:00.065) 0:01:31.368 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Tuesday 08 July 2025 08:53:38 -0400 (0:00:00.051) 0:01:31.420 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.103) 0:01:31.523 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.126) 0:01:31.650 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.057) 0:01:31.708 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.094) 0:01:31.802 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.064) 0:01:31.867 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.061) 0:01:31.929 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.070) 0:01:31.999 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.424) 0:01:32.424 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.035) 0:01:32.459 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:39 -0400 (0:00:00.034) 0:01:32.494 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.035) 0:01:32.529 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.035) 0:01:32.565 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.034) 0:01:32.599 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.035) 0:01:32.635 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.033) 0:01:32.669 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.078) 0:01:32.747 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.048) 0:01:32.795 ********** ok: [managed-node1] => { "changed": false, "gid": 1000, "group": "user1", "mode": "0700", "owner": "root", "path": "/root/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 23, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.428) 0:01:33.224 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:53:40 -0400 (0:00:00.045) 0:01:33.269 ********** ok: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.705) 0:01:33.975 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.032) 0:01:34.007 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.033) 0:01:34.041 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.034) 0:01:34.075 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.031) 0:01:34.106 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.032) 0:01:34.139 ********** skipping: [managed-node1] => { "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.036) 0:01:34.175 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.048) 0:01:34.223 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.133) 0:01:34.357 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Tuesday 08 July 2025 08:53:41 -0400 (0:00:00.133) 0:01:34.490 ********** included: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node1 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.094) 0:01:34.585 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.065) 0:01:34.650 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.064) 0:01:34.715 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.074) 0:01:34.789 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1751978969.0776246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1751978936.8463392, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6986653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-sharedlib", "mode": "0755", "mtime": 1700557386.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 12640, "uid": 0, "version": "4263604762", "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-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.434) 0:01:35.224 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.035) 0:01:35.259 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.036) 0:01:35.295 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.034) 0:01:35.329 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.040) 0:01:35.370 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.043) 0:01:35.413 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Tuesday 08 July 2025 08:53:42 -0400 (0:00:00.059) 0:01:35.473 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.063) 0:01:35.537 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.054) 0:01:35.591 ********** ok: [managed-node1] => { "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 : Ensure the credentials directory is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.077) 0:01:35.668 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.055) 0:01:35.724 ********** skipping: [managed-node1] => { "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 : Ensure credential file content is present] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.114) 0:01:35.838 ********** skipping: [managed-node1] => { "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 : Ensure credential file is absent] ***** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.055) 0:01:35.894 ********** skipping: [managed-node1] => { "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 : Find files in credentials directory] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.053) 0:01:35.948 ********** skipping: [managed-node1] => { "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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.054) 0:01:36.002 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.053) 0:01:36.055 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get config file] ********************************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:202 Tuesday 08 July 2025 08:53:43 -0400 (0:00:00.050) 0:01:36.106 ********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKCltjb250YWluZXJzLmFubm90YXRpb25zXQplbnZpcm9ubWVudCA9ICJwcm9kdWN0aW9uIgpzdGF0dXMgPSAidGllcjIiCgpbZW5naW5lXQoKW2VuZ2luZS5zZXJ2aWNlX2Rlc3RpbmF0aW9uc10KCltlbmdpbmUuc2VydmljZV9kZXN0aW5hdGlvbnMudGVzdF0KdXJpID0gInVuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jayIKaWRlbnRpdHkgPSAiL3Jvb3QvLnNzaC9pZF9yc2EiCgpbZW5naW5lLnNlcnZpY2VfZGVzdGluYXRpb25zLnRlc3QyXQp1cmkgPSAidW5peDovLy9ydW4vcG9kbWFuL3BvZG1hbi5zb2NrIgppZGVudGl0eSA9ICIvcm9vdC8uc3NoL2lkX3JzYSIK", "encoding": "base64", "source": "/etc/containers/containers.conf.d/50-systemroles.conf" } TASK [Check config file] ******************************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:207 Tuesday 08 July 2025 08:53:44 -0400 (0:00:00.459) 0:01:36.566 ********** ok: [managed-node1] => (item=[engine.service_destinations.test]) => { "ansible_loop_var": "item", "changed": false, "item": "[engine.service_destinations.test]" } MSG: All assertions passed ok: [managed-node1] => (item=uri = "unix:///run/podman/podman.sock") => { "ansible_loop_var": "item", "changed": false, "item": "uri = \"unix:///run/podman/podman.sock\"" } MSG: All assertions passed ok: [managed-node1] => (item=identity = "/root/.ssh/id_rsa") => { "ansible_loop_var": "item", "changed": false, "item": "identity = \"/root/.ssh/id_rsa\"" } MSG: All assertions passed ok: [managed-node1] => (item=[engine.service_destinations.test2]) => { "ansible_loop_var": "item", "changed": false, "item": "[engine.service_destinations.test2]" } MSG: All assertions passed ok: [managed-node1] => (item=uri = "unix:///run/podman/podman.sock") => { "ansible_loop_var": "item", "changed": false, "item": "uri = \"unix:///run/podman/podman.sock\"" } MSG: All assertions passed ok: [managed-node1] => (item=identity = "/root/.ssh/id_rsa") => { "ansible_loop_var": "item", "changed": false, "item": "identity = \"/root/.ssh/id_rsa\"" } MSG: All assertions passed TASK [Remove test config files] ************************************************ task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 Tuesday 08 July 2025 08:53:44 -0400 (0:00:00.097) 0:01:36.664 ********** changed: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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-node1] => (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 [Remove credential files] ************************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:235 Tuesday 08 July 2025 08:53:47 -0400 (0:00:03.150) 0:01:39.814 ********** changed: [managed-node1] => (item=/root/.config/containers/auth.json) => { "ansible_loop_var": "item", "changed": true, "item": "/root/.config/containers/auth.json", "path": "/root/.config/containers/auth.json", "state": "absent" } changed: [managed-node1] => (item=/home/user1/.config/containers/auth.json) => { "ansible_loop_var": "item", "changed": true, "item": "/home/user1/.config/containers/auth.json", "path": "/home/user1/.config/containers/auth.json", "state": "absent" } TASK [Restore system config files] ********************************************* task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:243 Tuesday 08 July 2025 08:53:48 -0400 (0:00:00.829) 0:01:40.644 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_aso8wu4_/backup.tar" ], "delta": "0:00:00.003959", "end": "2025-07-08 08:53:48.479747", "rc": 0, "start": "2025-07-08 08:53:48.475788" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:248 Tuesday 08 July 2025 08:53:48 -0400 (0:00:00.433) 0:01:41.078 ********** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_podman_config_aso8wu4_", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=261 changed=23 unreachable=0 failed=0 skipped=327 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 08 July 2025 08:53:48 -0400 (0:00:00.400) 0:01:41.478 ********** =============================================================================== fedora.linux_system_roles.podman : Gather the package facts ------------- 3.16s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Remove test config files ------------------------------------------------ 3.15s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 fedora.linux_system_roles.podman : Gather the package facts ------------- 3.14s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.75s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.62s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.57s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Check that files still exist and are non-null --------------------------- 1.55s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 Check that files exist and are non-null --------------------------------- 1.54s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Check that files exist and are non-null --------------------------------- 1.48s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Gathering Facts --------------------------------------------------------- 1.10s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update container config file --------- 0.96s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Get podman version ------------------- 0.91s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 fedora.linux_system_roles.podman : Update container config file --------- 0.87s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Get podman version ------------------- 0.86s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 fedora.linux_system_roles.podman : Update storage config file ----------- 0.84s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update storage config file ----------- 0.83s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Remove credential files ------------------------------------------------- 0.83s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:235 fedora.linux_system_roles.podman : Ensure credential file content is present --- 0.82s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 fedora.linux_system_roles.podman : Update storage config file ----------- 0.80s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update registries config file -------- 0.80s /tmp/collections-rdi/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13