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 '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-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Saturday 12 April 2025 12:36:40 -0400 (0:00:00.018) 0:00:00.018 ******** 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-RZC/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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Saturday 12 April 2025 12:36:41 -0400 (0:00:00.017) 0:00:00.035 ******** ok: [managed-node1] META: ran handlers TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:74 Saturday 12 April 2025 12:36:41 -0400 (0:00:00.919) 0:00:00.955 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 12 April 2025 12:36:42 -0400 (0:00:00.074) 0:00:01.029 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 12 April 2025 12:36:42 -0400 (0:00:00.022) 0:00:01.052 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 12 April 2025 12:36:42 -0400 (0:00:00.034) 0:00:01.087 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 12 April 2025 12:36:42 -0400 (0:00:00.451) 0:00:01.538 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 12 April 2025 12:36:42 -0400 (0:00:00.042) 0:00:01.581 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 12 April 2025 12:36:42 -0400 (0:00:00.354) 0:00:01.936 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 12 April 2025 12:36:42 -0400 (0:00:00.037) 0:00:01.974 ******** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-fI7/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-fI7/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-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 12 April 2025 12:36:43 -0400 (0:00:00.062) 0:00:02.036 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 12 April 2025 12:36:44 -0400 (0:00:01.616) 0:00:03.653 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 12 April 2025 12:36:44 -0400 (0:00:00.050) 0:00:03.704 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 12 April 2025 12:36:44 -0400 (0:00:00.055) 0:00:03.759 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 12 April 2025 12:36:44 -0400 (0:00:00.054) 0:00:03.814 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 12 April 2025 12:36:44 -0400 (0:00:00.069) 0:00:03.883 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 12 April 2025 12:36:44 -0400 (0:00:00.049) 0:00:03.933 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028742", "end": "2025-04-12 12:36:45.304306", "rc": 0, "start": "2025-04-12 12:36:45.275564" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 12 April 2025 12:36:45 -0400 (0:00:00.458) 0:00:04.392 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 12 April 2025 12:36:45 -0400 (0:00:00.051) 0:00:04.444 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 12 April 2025 12:36:45 -0400 (0:00:00.048) 0:00:04.493 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 12 April 2025 12:36:45 -0400 (0:00:00.094) 0:00:04.588 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 12 April 2025 12:36:45 -0400 (0:00:00.074) 0:00:04.662 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:36:45 -0400 (0:00:00.059) 0:00:04.722 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.470) 0:00:05.192 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.039) 0:00:05.231 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.041) 0:00:05.273 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.372) 0:00:05.645 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.032) 0:00:05.678 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.037) 0:00:05.716 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.049) 0:00:05.766 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.048) 0:00:05.814 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.038) 0:00:05.852 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.038) 0:00:05.891 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.038) 0:00:05.930 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 12 April 2025 12:36:46 -0400 (0:00:00.040) 0:00:05.970 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.071) 0:00:06.042 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.056) 0:00:06.098 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.030) 0:00:06.129 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.035) 0:00:06.164 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.097) 0:00:06.262 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.069) 0:00:06.331 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.039) 0:00:06.371 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.069) 0:00:06.440 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.032) 0:00:06.472 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.030) 0:00:06.503 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.061) 0:00:06.564 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.034) 0:00:06.599 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.044) 0:00:06.644 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.059) 0:00:06.703 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.034) 0:00:06.737 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.035) 0:00:06.772 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.034) 0:00:06.807 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.037) 0:00:06.844 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.032) 0:00:06.877 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.026) 0:00:06.904 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.028) 0:00:06.933 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.027) 0:00:06.960 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 12 April 2025 12:36:47 -0400 (0:00:00.059) 0:00:07.019 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 12 April 2025 12:36:48 -0400 (0:00:00.036) 0:00:07.056 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 12 April 2025 12:36:48 -0400 (0:00:00.036) 0:00:07.092 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:85 Saturday 12 April 2025 12:36:48 -0400 (0:00:00.035) 0:00:07.127 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_9q0c1yiv", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:91 Saturday 12 April 2025 12:36:48 -0400 (0:00:00.441) 0:00:07.569 ******** [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_9q0c1yiv/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.005381", "end": "2025-04-12 12:36:48.856696", "rc": 0, "start": "2025-04-12 12:36:48.851315" } 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:98 Saturday 12 April 2025 12:36:48 -0400 (0:00:00.394) 0:00:07.963 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:102 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.679) 0:00:08.642 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.093) 0:00:08.736 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.067) 0:00:08.804 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.046) 0:00:08.850 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.038) 0:00:08.888 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.071) 0:00:08.960 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.031) 0:00:08.991 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 12 April 2025 12:36:49 -0400 (0:00:00.032) 0:00:09.024 ******** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-fI7/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-fI7/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-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 12 April 2025 12:36:50 -0400 (0:00:00.081) 0:00:09.105 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 12 April 2025 12:36:51 -0400 (0:00:01.483) 0:00:10.589 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 12 April 2025 12:36:51 -0400 (0:00:00.030) 0:00:10.620 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 12 April 2025 12:36:51 -0400 (0:00:00.039) 0:00:10.659 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 12 April 2025 12:36:51 -0400 (0:00:00.036) 0:00:10.695 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 12 April 2025 12:36:51 -0400 (0:00:00.058) 0:00:10.754 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 12 April 2025 12:36:51 -0400 (0:00:00.081) 0:00:10.835 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.030346", "end": "2025-04-12 12:36:52.139754", "rc": 0, "start": "2025-04-12 12:36:52.109408" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.394) 0:00:11.229 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.038) 0:00:11.268 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.035) 0:00:11.304 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.066) 0:00:11.370 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.074) 0:00:11.444 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.059) 0:00:11.504 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.372) 0:00:11.876 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.039) 0:00:11.916 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:36:52 -0400 (0:00:00.042) 0:00:11.958 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:36:53 -0400 (0:00:00.398) 0:00:12.356 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003545", "end": "2025-04-12 12:36:53.659140", "rc": 0, "start": "2025-04-12 12:36:53.655595" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:36:53 -0400 (0:00:00.405) 0:00:12.762 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.004217", "end": "2025-04-12 12:36:54.052786", "rc": 0, "start": "2025-04-12 12:36:54.048569" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.381) 0:00:13.144 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.048) 0:00:13.192 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.034) 0:00:13.227 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.033) 0:00:13.260 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.052) 0:00:13.313 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.043) 0:00:13.357 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.033) 0:00:13.390 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.076) 0:00:13.467 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 12 April 2025 12:36:54 -0400 (0:00:00.057) 0:00:13.524 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 12 April 2025 12:36:55 -0400 (0:00:00.500) 0:00:14.025 ******** 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-1744475815.167591-19099-201064315860300/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 12 April 2025 12:36:55 -0400 (0:00:00.930) 0:00:14.956 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 12 April 2025 12:36:56 -0400 (0:00:00.100) 0:00:15.057 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 12 April 2025 12:36:56 -0400 (0:00:00.425) 0:00:15.483 ******** 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-1744475816.607021-19167-168760337301311/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 12 April 2025 12:36:57 -0400 (0:00:00.824) 0:00:16.307 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 12 April 2025 12:36:57 -0400 (0:00:00.103) 0:00:16.410 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 12 April 2025 12:36:57 -0400 (0:00:00.420) 0:00:16.831 ******** 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-1744475817.9551697-19239-8006278016392/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 12 April 2025 12:36:58 -0400 (0:00:00.850) 0:00:17.681 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 12 April 2025 12:36:58 -0400 (0:00:00.140) 0:00:17.822 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 12 April 2025 12:36:59 -0400 (0:00:00.410) 0:00:18.232 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 12 April 2025 12:36:59 -0400 (0:00:00.388) 0:00:18.620 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 12 April 2025 12:36:59 -0400 (0:00:00.050) 0:00:18.671 ******** 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-1744475819.7054613-19337-179626506282555/source", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.699) 0:00:19.371 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.031) 0:00:19.402 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.037) 0:00:19.440 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.035) 0:00:19.475 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.047) 0:00:19.523 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.096) 0:00:19.620 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.041) 0:00:19.661 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.096) 0:00:19.758 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.040) 0:00:19.798 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.038) 0:00:19.836 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:00 -0400 (0:00:00.051) 0:00:19.888 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:01 -0400 (0:00:00.415) 0:00:20.304 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003610", "end": "2025-04-12 12:37:01.619429", "rc": 0, "start": "2025-04-12 12:37:01.615819" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:01 -0400 (0:00:00.409) 0:00:20.713 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003507", "end": "2025-04-12 12:37:01.998998", "rc": 0, "start": "2025-04-12 12:37:01.995491" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.397) 0:00:21.111 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.066) 0:00:21.177 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.036) 0:00:21.214 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.039) 0:00:21.254 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.039) 0:00:21.294 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.038) 0:00:21.332 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.033) 0:00:21.366 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.044) 0:00:21.411 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.413) 0:00:21.824 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:02 -0400 (0:00:00.034) 0:00:21.859 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.668) 0:00:22.528 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.036) 0:00:22.565 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.047) 0:00:22.613 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.049) 0:00:22.662 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.035) 0:00:22.698 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.035) 0:00:22.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 : Cancel linger] ************************ task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.035) 0:00:22.769 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.035) 0:00:22.804 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.077) 0:00:22.881 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.033) 0:00:22.915 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:03 -0400 (0:00:00.099) 0:00:23.014 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:04 -0400 (0:00:00.067) 0:00:23.082 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:04 -0400 (0:00:00.055) 0:00:23.137 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:04 -0400 (0:00:00.052) 0:00:23.190 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:04 -0400 (0:00:00.373) 0:00:23.564 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003642", "end": "2025-04-12 12:37:04.857124", "rc": 0, "start": "2025-04-12 12:37:04.853482" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:04 -0400 (0:00:00.384) 0:00:23.949 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003545", "end": "2025-04-12 12:37:05.265400", "rc": 0, "start": "2025-04-12 12:37:05.261855" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.431) 0:00:24.380 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.075) 0:00:24.455 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.055) 0:00:24.511 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.055) 0:00:24.567 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.054) 0:00:24.621 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.054) 0:00:24.676 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.053) 0:00:24.730 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.075) 0:00:24.805 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.054) 0:00:24.860 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.085) 0:00:24.945 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:05 -0400 (0:00:00.041) 0:00:24.987 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:06 -0400 (0:00:00.038) 0:00:25.026 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:06 -0400 (0:00:00.039) 0:00:25.066 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 12 April 2025 12:37:06 -0400 (0:00:00.036) 0:00:25.102 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Saturday 12 April 2025 12:37:06 -0400 (0:00:00.031) 0:00:25.134 ******** 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": 1744475815.8401, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1744475815.8471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 346030213, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475815.4910998, "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": "4212409491", "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": 1744475817.1881013, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1744475817.1951013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 358613125, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475816.907101, "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": "3800628634", "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": 1744475818.5631025, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1744475818.5701025, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 369098886, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475818.2871022, "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": "1330116988", "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": 1744475820.273104, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1744475820.2811038, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 383778952, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475820.0041037, "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": "4117345722", "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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Saturday 12 April 2025 12:37:07 -0400 (0:00:01.502) 0:00:26.636 ******** 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:01.004050", "end": "2025-04-12 12:37:08.907649", "rc": 0, "start": "2025-04-12 12:37:07.903599" } STDOUT: container_name_as_hostname = true TASK [Run the role again with user config] ************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:122 Saturday 12 April 2025 12:37:09 -0400 (0:00:01.393) 0:00:28.029 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.081) 0:00:28.111 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.075) 0:00:28.187 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.058) 0:00:28.246 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.037) 0:00:28.283 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.038) 0:00:28.322 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.040) 0:00:28.362 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.037) 0:00:28.400 ******** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-fI7/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-fI7/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-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 12 April 2025 12:37:09 -0400 (0:00:00.083) 0:00:28.483 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 12 April 2025 12:37:11 -0400 (0:00:01.544) 0:00:30.028 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.052) 0:00:30.080 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.063) 0:00:30.143 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.066) 0:00:30.210 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.050) 0:00:30.260 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.051) 0:00:30.312 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031194", "end": "2025-04-12 12:37:11.638021", "rc": 0, "start": "2025-04-12 12:37:11.606827" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.421) 0:00:30.733 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.049) 0:00:30.782 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.052) 0:00:30.835 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 12 April 2025 12:37:11 -0400 (0:00:00.085) 0:00:30.920 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 12 April 2025 12:37:12 -0400 (0:00:00.114) 0:00:31.035 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:12 -0400 (0:00:00.097) 0:00:31.132 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:12 -0400 (0:00:00.110) 0:00:31.243 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:12 -0400 (0:00:00.061) 0:00:31.305 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:12 -0400 (0:00:00.068) 0:00:31.373 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:12 -0400 (0:00:00.398) 0:00:31.771 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003631", "end": "2025-04-12 12:37:13.049543", "rc": 0, "start": "2025-04-12 12:37:13.045912" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.390) 0:00:32.162 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003535", "end": "2025-04-12 12:37:13.481103", "rc": 0, "start": "2025-04-12 12:37:13.477568" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.409) 0:00:32.572 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.050) 0:00:32.622 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.032) 0:00:32.654 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.033) 0:00:32.688 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.032) 0:00:32.721 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.033) 0:00:32.754 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.033) 0:00:32.788 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.072) 0:00:32.860 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 12 April 2025 12:37:13 -0400 (0:00:00.058) 0:00:32.918 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 12 April 2025 12:37:14 -0400 (0:00:00.416) 0:00:33.335 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 12 April 2025 12:37:15 -0400 (0:00:00.715) 0:00:34.050 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 12 April 2025 12:37:15 -0400 (0:00:00.061) 0:00:34.112 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 12 April 2025 12:37:15 -0400 (0:00:00.385) 0:00:34.497 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 12 April 2025 12:37:16 -0400 (0:00:00.740) 0:00:35.238 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 12 April 2025 12:37:16 -0400 (0:00:00.097) 0:00:35.336 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 12 April 2025 12:37:16 -0400 (0:00:00.433) 0:00:35.769 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 12 April 2025 12:37:17 -0400 (0:00:00.701) 0:00:36.470 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 12 April 2025 12:37:17 -0400 (0:00:00.064) 0:00:36.535 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 12 April 2025 12:37:17 -0400 (0:00:00.374) 0:00:36.909 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475827.5261102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1744475820.2811038, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 383778952, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475820.0041037, "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": "4117345722", "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 12 April 2025 12:37:18 -0400 (0:00:00.363) 0:00:37.273 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 12 April 2025 12:37:18 -0400 (0:00:00.485) 0:00:37.758 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 12 April 2025 12:37:18 -0400 (0:00:00.043) 0:00:37.802 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 12 April 2025 12:37:18 -0400 (0:00:00.036) 0:00:37.838 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 12 April 2025 12:37:18 -0400 (0:00:00.030) 0:00:37.869 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 12 April 2025 12:37:18 -0400 (0:00:00.030) 0:00:37.899 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 12 April 2025 12:37:18 -0400 (0:00:00.061) 0:00:37.961 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:19 -0400 (0:00:00.079) 0:00:38.041 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:19 -0400 (0:00:00.049) 0:00:38.090 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:19 -0400 (0:00:00.079) 0:00:38.169 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:19 -0400 (0:00:00.046) 0:00:38.216 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:19 -0400 (0:00:00.046) 0:00:38.263 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:19 -0400 (0:00:00.047) 0:00:38.310 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:19 -0400 (0:00:00.395) 0:00:38.706 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.004036", "end": "2025-04-12 12:37:20.022538", "rc": 0, "start": "2025-04-12 12:37:20.018502" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.404) 0:00:39.111 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.004316", "end": "2025-04-12 12:37:20.390552", "rc": 0, "start": "2025-04-12 12:37:20.386236" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.367) 0:00:39.478 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.052) 0:00:39.531 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.044) 0:00:39.576 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.086) 0:00:39.662 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.044) 0:00:39.706 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.042) 0:00:39.749 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.034) 0:00:39.784 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:20 -0400 (0:00:00.068) 0:00:39.853 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:21 -0400 (0:00:00.397) 0:00:40.250 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:21 -0400 (0:00:00.035) 0:00:40.286 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:21 -0400 (0:00:00.626) 0:00:40.912 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:21 -0400 (0:00:00.031) 0:00:40.944 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:21 -0400 (0:00:00.030) 0:00:40.974 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 12 April 2025 12:37:21 -0400 (0:00:00.032) 0:00:41.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 : Handle Kubernetes specifications] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.029) 0:00:41.036 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.033) 0:00:41.070 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.040) 0:00:41.111 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.048) 0:00:41.159 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.140) 0:00:41.299 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.039) 0:00:41.339 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.056) 0:00:41.395 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.045) 0:00:41.441 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.043) 0:00:41.485 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.056) 0:00:41.541 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:22 -0400 (0:00:00.424) 0:00:41.966 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.004034", "end": "2025-04-12 12:37:23.286735", "rc": 0, "start": "2025-04-12 12:37:23.282701" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.417) 0:00:42.384 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003611", "end": "2025-04-12 12:37:23.660600", "rc": 0, "start": "2025-04-12 12:37:23.656989" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.364) 0:00:42.749 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.049) 0:00:42.798 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.033) 0:00:42.832 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.032) 0:00:42.864 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.066) 0:00:42.930 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.032) 0:00:42.963 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:23 -0400 (0:00:00.032) 0:00:42.996 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.043) 0:00:43.040 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.033) 0:00:43.073 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.033) 0:00:43.107 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.032) 0:00:43.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 : Find files in credentials directory] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.031) 0:00:43.171 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.030) 0:00:43.201 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.031) 0:00:43.233 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Saturday 12 April 2025 12:37:24 -0400 (0:00:00.029) 0:00:43.263 ******** 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": 1744475826.4201093, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1744475815.8471, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 346030213, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475815.4910998, "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": "4212409491", "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": 1744475826.7701097, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1744475817.1951013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 358613125, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475816.907101, "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": "3800628634", "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": 1744475827.1461098, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1744475818.5701025, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 369098886, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475818.2871022, "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": "1330116988", "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": 1744475827.5261102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1744475820.2811038, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 383778952, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475820.0041037, "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": "4117345722", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:138 Saturday 12 April 2025 12:37:25 -0400 (0:00:01.495) 0:00:44.758 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run the role with root config] ******************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:145 Saturday 12 April 2025 12:37:25 -0400 (0:00:00.056) 0:00:44.815 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 12 April 2025 12:37:25 -0400 (0:00:00.186) 0:00:45.001 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 12 April 2025 12:37:26 -0400 (0:00:00.052) 0:00:45.054 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 12 April 2025 12:37:26 -0400 (0:00:00.039) 0:00:45.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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 12 April 2025 12:37:26 -0400 (0:00:00.032) 0:00:45.126 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 12 April 2025 12:37:26 -0400 (0:00:00.030) 0:00:45.156 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 12 April 2025 12:37:26 -0400 (0:00:00.035) 0:00:45.191 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 12 April 2025 12:37:26 -0400 (0:00:00.047) 0:00:45.239 ******** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-fI7/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-fI7/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-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 12 April 2025 12:37:26 -0400 (0:00:00.129) 0:00:45.369 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 12 April 2025 12:37:27 -0400 (0:00:01.577) 0:00:46.947 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 12 April 2025 12:37:27 -0400 (0:00:00.049) 0:00:46.996 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.058) 0:00:47.055 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.048) 0:00:47.104 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.050) 0:00:47.154 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.048) 0:00:47.202 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028486", "end": "2025-04-12 12:37:28.512474", "rc": 0, "start": "2025-04-12 12:37:28.483988" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.424) 0:00:47.627 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.052) 0:00:47.680 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.051) 0:00:47.731 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.085) 0:00:47.816 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 12 April 2025 12:37:28 -0400 (0:00:00.111) 0:00:47.928 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:29 -0400 (0:00:00.097) 0:00:48.025 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:29 -0400 (0:00:00.432) 0:00:48.458 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:29 -0400 (0:00:00.061) 0:00:48.520 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:29 -0400 (0:00:00.070) 0:00:48.590 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:29 -0400 (0:00:00.423) 0:00:49.014 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.048) 0:00:49.062 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.056) 0:00:49.118 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.038) 0:00:49.157 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.038) 0:00:49.195 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.041) 0:00:49.236 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.036) 0:00:49.273 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.033) 0:00:49.306 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.034) 0:00:49.341 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.076) 0:00:49.417 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.075) 0:00:49.493 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 12 April 2025 12:37:30 -0400 (0:00:00.393) 0:00:49.886 ******** 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-1744475851.0759828-20886-73595173370404/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 12 April 2025 12:37:31 -0400 (0:00:00.932) 0:00:50.818 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 12 April 2025 12:37:31 -0400 (0:00:00.060) 0:00:50.879 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 12 April 2025 12:37:32 -0400 (0:00:00.404) 0:00:51.283 ******** 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-1744475852.3645885-20958-96286934213182/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 12 April 2025 12:37:33 -0400 (0:00:00.757) 0:00:52.041 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 12 April 2025 12:37:33 -0400 (0:00:00.079) 0:00:52.120 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 12 April 2025 12:37:33 -0400 (0:00:00.394) 0:00:52.515 ******** 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-1744475853.681615-21019-77563921931857/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 12 April 2025 12:37:34 -0400 (0:00:00.877) 0:00:53.393 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 12 April 2025 12:37:34 -0400 (0:00:00.096) 0:00:53.489 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 12 April 2025 12:37:34 -0400 (0:00:00.394) 0:00:53.884 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475591.2427676, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1744475536.5507894, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33554817, "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": "3231675906", "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 12 April 2025 12:37:35 -0400 (0:00:00.427) 0:00:54.311 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 12 April 2025 12:37:35 -0400 (0:00:00.436) 0:00:54.747 ******** 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-1744475855.7839236-21142-175375796975434/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.733) 0:00:55.481 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.033) 0:00:55.514 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.030) 0:00:55.545 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.030) 0:00:55.575 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.029) 0:00:55.605 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.107) 0:00:55.712 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.041) 0:00:55.753 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.077) 0:00:55.831 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.059) 0:00:55.890 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.045) 0:00:55.936 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:36 -0400 (0:00:00.054) 0:00:55.990 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.388) 0:00:56.379 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.038) 0:00:56.418 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.041) 0:00:56.459 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.042) 0:00:56.502 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.038) 0:00:56.541 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.034) 0:00:56.575 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.033) 0:00:56.609 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.033) 0:00:56.642 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.031) 0:00:56.674 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:37 -0400 (0:00:00.103) 0:00:56.777 ******** 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": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:38 -0400 (0:00:00.430) 0:00:57.208 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:38 -0400 (0:00:00.057) 0:00:57.266 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:38 -0400 (0:00:00.725) 0:00:57.991 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.051) 0:00:58.042 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.052) 0:00:58.095 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.055) 0:00:58.150 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.050) 0:00:58.201 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.050) 0:00:58.251 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.047) 0:00:58.299 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.048) 0:00:58.348 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.131) 0:00:58.480 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.053) 0:00:58.533 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.136) 0:00:58.670 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.065) 0:00:58.735 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.064) 0:00:58.800 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:39 -0400 (0:00:00.081) 0:00:58.881 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.395) 0:00:59.277 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.032) 0:00:59.310 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.046) 0:00:59.357 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.058) 0:00:59.415 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.057) 0:00:59.473 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.055) 0:00:59.528 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.057) 0:00:59.586 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.052) 0:00:59.639 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.039) 0:00:59.678 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.053) 0:00:59.732 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.045) 0:00:59.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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.037) 0:00:59.815 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.032) 0:00:59.848 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.072) 0:00:59.920 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.032) 0:00:59.953 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.032) 0:00:59.986 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Saturday 12 April 2025 12:37:40 -0400 (0:00:00.030) 0:01:00.016 ******** 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": 1744475851.7231314, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1744475851.7311313, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 60817613, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475851.445131, "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": "48570138", "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": 1744475852.9291325, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1744475852.9371324, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 71303371, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475852.6751323, "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": "1601284244", "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": 1744475854.2911336, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1744475854.3001337, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 81789193, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475854.0141335, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "1868339961", "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": 1744475856.3751354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1744475856.3841355, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 100663555, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475856.1041353, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1460819027", "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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:160 Saturday 12 April 2025 12:37:42 -0400 (0:00:01.465) 0:01:01.482 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 12 April 2025 12:37:42 -0400 (0:00:00.131) 0:01:01.614 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 12 April 2025 12:37:42 -0400 (0:00:00.055) 0:01:01.670 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 12 April 2025 12:37:42 -0400 (0:00:00.039) 0:01:01.709 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 12 April 2025 12:37:42 -0400 (0:00:00.030) 0:01:01.740 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 12 April 2025 12:37:42 -0400 (0:00:00.075) 0:01:01.815 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 12 April 2025 12:37:42 -0400 (0:00:00.045) 0:01:01.860 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 12 April 2025 12:37:42 -0400 (0:00:00.057) 0:01:01.918 ******** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-fI7/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-fI7/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-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 12 April 2025 12:37:43 -0400 (0:00:00.133) 0:01:02.052 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 12 April 2025 12:37:44 -0400 (0:00:01.451) 0:01:03.503 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 12 April 2025 12:37:44 -0400 (0:00:00.031) 0:01:03.535 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 12 April 2025 12:37:44 -0400 (0:00:00.043) 0:01:03.578 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 12 April 2025 12:37:44 -0400 (0:00:00.040) 0:01:03.618 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 12 April 2025 12:37:44 -0400 (0:00:00.055) 0:01:03.674 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 12 April 2025 12:37:44 -0400 (0:00:00.045) 0:01:03.720 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027988", "end": "2025-04-12 12:37:45.050564", "rc": 0, "start": "2025-04-12 12:37:45.022576" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-04-12T12:37:45-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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.426) 0:01:04.146 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.032) 0:01:04.179 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.034) 0:01:04.214 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.049) 0:01:04.263 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.068) 0:01:04.332 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.073) 0:01:04.406 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.040) 0:01:04.446 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.040) 0:01:04.486 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.042) 0:01:04.528 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.378) 0:01:04.907 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.033) 0:01:04.940 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.033) 0:01:04.973 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:45 -0400 (0:00:00.032) 0:01:05.006 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.098) 0:01:05.105 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.054) 0:01:05.159 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.054) 0:01:05.214 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.053) 0:01:05.267 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.055) 0:01:05.323 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.118) 0:01:05.442 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.096) 0:01:05.538 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 12 April 2025 12:37:46 -0400 (0:00:00.419) 0:01:05.957 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 12 April 2025 12:37:47 -0400 (0:00:00.754) 0:01:06.712 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 12 April 2025 12:37:47 -0400 (0:00:00.096) 0:01:06.808 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 12 April 2025 12:37:48 -0400 (0:00:00.375) 0:01:07.183 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 12 April 2025 12:37:48 -0400 (0:00:00.766) 0:01:07.950 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 12 April 2025 12:37:48 -0400 (0:00:00.062) 0:01:08.012 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 12 April 2025 12:37:49 -0400 (0:00:00.370) 0:01:08.382 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 12 April 2025 12:37:50 -0400 (0:00:00.675) 0:01:09.058 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 12 April 2025 12:37:50 -0400 (0:00:00.081) 0:01:09.140 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 12 April 2025 12:37:50 -0400 (0:00:00.417) 0:01:09.557 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475862.3531404, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1744475856.3841355, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 100663555, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475856.1041353, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1460819027", "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 12 April 2025 12:37:50 -0400 (0:00:00.400) 0:01:09.957 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.428) 0:01:10.386 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.061) 0:01:10.447 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.037) 0:01:10.485 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.038) 0:01:10.523 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.051) 0:01:10.575 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.051) 0:01:10.627 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.092) 0:01:10.719 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.036) 0:01:10.755 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.056) 0:01:10.811 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.038) 0:01:10.850 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.044) 0:01:10.894 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:51 -0400 (0:00:00.069) 0:01:10.964 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.392) 0:01:11.356 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.100) 0:01:11.457 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.058) 0:01:11.515 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.061) 0:01:11.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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.057) 0:01:11.634 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.057) 0:01:11.691 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.054) 0:01:11.746 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.054) 0:01:11.801 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.056) 0:01:11.857 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:52 -0400 (0:00:00.074) 0:01:11.932 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:53 -0400 (0:00:00.429) 0:01:12.362 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:53 -0400 (0:00:00.054) 0:01:12.417 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.680) 0:01:13.097 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.032) 0:01:13.130 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.030) 0:01:13.160 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.044) 0:01:13.205 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.047) 0:01:13.253 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.106) 0:01:13.360 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.052) 0:01:13.412 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.054) 0:01:13.466 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.140) 0:01:13.607 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.055) 0:01:13.663 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.093) 0:01:13.756 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.065) 0:01:13.822 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.067) 0:01:13.890 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:37:54 -0400 (0:00:00.079) 0:01:13.969 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.430) 0:01:14.400 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.032) 0:01:14.433 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.033) 0:01:14.466 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.032) 0:01:14.498 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.032) 0:01:14.531 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.033) 0:01:14.564 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.071) 0:01:14.636 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.035) 0:01:14.671 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.034) 0:01:14.705 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.047) 0:01:14.753 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.036) 0:01:14.790 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.043) 0:01:14.833 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.052) 0:01:14.885 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.053) 0:01:14.939 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:37:55 -0400 (0:00:00.051) 0:01:14.991 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 12 April 2025 12:37:56 -0400 (0:00:00.055) 0:01:15.046 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 Saturday 12 April 2025 12:37:56 -0400 (0:00:00.053) 0:01:15.100 ******** 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": 1744475861.3111396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1744475851.7311313, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 60817613, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475851.445131, "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": "48570138", "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": 1744475861.6471398, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1744475852.9371324, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 71303371, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475852.6751323, "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": "1601284244", "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": 1744475861.97714, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1744475854.3001337, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 81789193, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475854.0141335, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "1868339961", "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": 1744475862.3531404, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1744475856.3841355, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 100663555, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475856.1041353, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1460819027", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:175 Saturday 12 April 2025 12:37:57 -0400 (0:00:01.601) 0:01:16.702 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:182 Saturday 12 April 2025 12:37:57 -0400 (0:00:00.061) 0:01:16.763 ******** included: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 TASK [Get file] **************************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 12 April 2025 12:37:57 -0400 (0:00:00.222) 0:01:16.985 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 12 April 2025 12:37:58 -0400 (0:00:00.389) 0:01:17.375 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 12 April 2025 12:37:58 -0400 (0:00:00.102) 0:01:17.478 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 12 April 2025 12:37:58 -0400 (0:00:00.357) 0:01:17.836 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 12 April 2025 12:37:58 -0400 (0:00:00.100) 0:01:17.936 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 12 April 2025 12:37:59 -0400 (0:00:00.397) 0:01:18.333 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 12 April 2025 12:37:59 -0400 (0:00:00.115) 0:01:18.449 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 12 April 2025 12:37:59 -0400 (0:00:00.351) 0:01:18.800 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 12 April 2025 12:37:59 -0400 (0:00:00.096) 0:01:18.897 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 12 April 2025 12:38:00 -0400 (0:00:00.359) 0:01:19.257 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 12 April 2025 12:38:00 -0400 (0:00:00.168) 0:01:19.425 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 12 April 2025 12:38:00 -0400 (0:00:00.389) 0:01:19.814 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try formatting sub-dict as TOML table with new formatter] **************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:196 Saturday 12 April 2025 12:38:00 -0400 (0:00:00.153) 0:01:19.967 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.212) 0:01:20.180 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.067) 0:01:20.247 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.041) 0:01:20.289 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.032) 0:01:20.321 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.032) 0:01:20.354 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.040) 0:01:20.394 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.033) 0:01:20.428 ******** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-fI7/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-fI7/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-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 12 April 2025 12:38:01 -0400 (0:00:00.113) 0:01:20.541 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 12 April 2025 12:38:03 -0400 (0:00:01.585) 0:01:22.126 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.054) 0:01:22.181 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.066) 0:01:22.247 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.052) 0:01:22.299 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.051) 0:01:22.351 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.051) 0:01:22.402 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027843", "end": "2025-04-12 12:38:03.728990", "rc": 0, "start": "2025-04-12 12:38:03.701147" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-04-12T12:38:03-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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.441) 0:01:22.844 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.053) 0:01:22.897 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 12 April 2025 12:38:03 -0400 (0:00:00.054) 0:01:22.951 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 12 April 2025 12:38:04 -0400 (0:00:00.143) 0:01:23.094 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 12 April 2025 12:38:04 -0400 (0:00:00.120) 0:01:23.214 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:38:04 -0400 (0:00:00.102) 0:01:23.317 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:38:04 -0400 (0:00:00.065) 0:01:23.383 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:38:04 -0400 (0:00:00.062) 0:01:23.445 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:38:04 -0400 (0:00:00.087) 0:01:23.533 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:38:04 -0400 (0:00:00.434) 0:01:23.968 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.062) 0:01:24.031 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.061) 0:01:24.093 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.059) 0:01:24.152 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.053) 0:01:24.205 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.056) 0:01:24.262 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.057) 0:01:24.320 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.056) 0:01:24.376 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.054) 0:01:24.430 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.193) 0:01:24.624 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 12 April 2025 12:38:05 -0400 (0:00:00.106) 0:01:24.730 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 12 April 2025 12:38:06 -0400 (0:00:00.444) 0:01:25.175 ******** 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-1744475886.2720284-23083-84349475730298/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 12 April 2025 12:38:06 -0400 (0:00:00.824) 0:01:25.999 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 12 April 2025 12:38:07 -0400 (0:00:00.108) 0:01:26.108 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 12 April 2025 12:38:07 -0400 (0:00:00.432) 0:01:26.541 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 12 April 2025 12:38:08 -0400 (0:00:00.719) 0:01:27.260 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 12 April 2025 12:38:08 -0400 (0:00:00.156) 0:01:27.417 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 12 April 2025 12:38:08 -0400 (0:00:00.428) 0:01:27.845 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 12 April 2025 12:38:09 -0400 (0:00:00.759) 0:01:28.605 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 12 April 2025 12:38:09 -0400 (0:00:00.112) 0:01:28.718 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 12 April 2025 12:38:10 -0400 (0:00:00.387) 0:01:29.105 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475862.3531404, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1744475856.3841355, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 100663555, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744475856.1041353, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "1460819027", "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 12 April 2025 12:38:10 -0400 (0:00:00.377) 0:01:29.483 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 12 April 2025 12:38:10 -0400 (0:00:00.358) 0:01:29.842 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 12 April 2025 12:38:10 -0400 (0:00:00.037) 0:01:29.879 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 12 April 2025 12:38:10 -0400 (0:00:00.031) 0:01:29.911 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 12 April 2025 12:38:10 -0400 (0:00:00.075) 0:01:29.986 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.037) 0:01:30.024 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.051) 0:01:30.075 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.127) 0:01:30.203 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.056) 0:01:30.259 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.092) 0:01:30.351 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.055) 0:01:30.407 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.049) 0:01:30.457 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.076) 0:01:30.533 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.412) 0:01:30.946 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:38:11 -0400 (0:00:00.055) 0:01:31.002 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.058) 0:01:31.060 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.055) 0:01:31.116 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.055) 0:01:31.171 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.053) 0:01:31.224 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.103) 0:01:31.328 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.047) 0:01:31.375 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.039) 0:01:31.415 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.074) 0:01:31.490 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.420) 0:01:31.911 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:38:12 -0400 (0:00:00.059) 0:01:31.970 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.671) 0:01:32.641 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.050) 0:01:32.692 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.051) 0:01:32.744 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.053) 0:01:32.797 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.051) 0:01:32.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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.048) 0:01:32.897 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.049) 0:01:32.947 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 12 April 2025 12:38:13 -0400 (0:00:00.048) 0:01:32.995 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.185) 0:01:33.181 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.058) 0:01:33.239 ******** included: /tmp/collections-fI7/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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.093) 0:01:33.333 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.066) 0:01:33.399 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.063) 0:01:33.463 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.068) 0:01:33.532 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1744475564.558778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1744475535.4807897, "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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.425) 0:01:33.957 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 12 April 2025 12:38:14 -0400 (0:00:00.056) 0:01:34.014 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.055) 0:01:34.069 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.057) 0:01:34.127 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.055) 0:01:34.183 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.056) 0:01:34.239 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.057) 0:01:34.297 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.055) 0:01:34.352 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.055) 0:01:34.408 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.070) 0:01:34.479 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.108) 0:01:34.587 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.054) 0:01:34.642 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.050) 0:01:34.693 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.037) 0:01:34.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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.039) 0:01:34.770 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.040) 0:01:34.811 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:202 Saturday 12 April 2025 12:38:15 -0400 (0:00:00.032) 0:01:34.843 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:207 Saturday 12 April 2025 12:38:16 -0400 (0:00:00.393) 0:01:35.236 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 Saturday 12 April 2025 12:38:16 -0400 (0:00:00.100) 0:01:35.336 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:235 Saturday 12 April 2025 12:38:19 -0400 (0:00:02.947) 0:01:38.284 ******** 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-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:243 Saturday 12 April 2025 12:38:19 -0400 (0:00:00.700) 0:01:38.985 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_9q0c1yiv/backup.tar" ], "delta": "0:00:00.003652", "end": "2025-04-12 12:38:20.259295", "rc": 0, "start": "2025-04-12 12:38:20.255643" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:248 Saturday 12 April 2025 12:38:20 -0400 (0:00:00.363) 0:01:39.349 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_podman_config_9q0c1yiv", "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 Saturday 12 April 2025 12:38:20 -0400 (0:00:00.367) 0:01:39.716 ******** =============================================================================== Remove test config files ------------------------------------------------ 2.95s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.62s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.60s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.59s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.54s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files exist and are non-null --------------------------------- 1.50s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Check that files still exist and are non-null --------------------------- 1.50s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Check that files exist and are non-null --------------------------------- 1.47s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.45s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that boolean values are rendered correctly ------------------------ 1.39s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 fedora.linux_system_roles.podman : Update container config file --------- 0.93s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.93s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Gathering Facts --------------------------------------------------------- 0.92s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update storage config file ----------- 0.88s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update storage config file ----------- 0.85s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update registries config file -------- 0.82s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update container config file --------- 0.82s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Update registries config file -------- 0.77s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.76s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update registries config file -------- 0.76s /tmp/collections-fI7/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13