ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Saturday 24 May 2025 12:36:30 -0400 (0:00:00.019) 0:00:00.019 ********** 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-1Ul/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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Saturday 24 May 2025 12:36:30 -0400 (0:00:00.017) 0:00:00.036 ********** ok: [managed-node1] META: ran handlers TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:74 Saturday 24 May 2025 12:36:31 -0400 (0:00:00.870) 0:00:00.907 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 24 May 2025 12:36:31 -0400 (0:00:00.093) 0:00:01.000 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 24 May 2025 12:36:31 -0400 (0:00:00.022) 0:00:01.023 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 24 May 2025 12:36:31 -0400 (0:00:00.038) 0:00:01.062 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 24 May 2025 12:36:32 -0400 (0:00:00.444) 0:00:01.507 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 24 May 2025 12:36:32 -0400 (0:00:00.037) 0:00:01.544 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 24 May 2025 12:36:32 -0400 (0:00:00.347) 0:00:01.892 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 24 May 2025 12:36:32 -0400 (0:00:00.037) 0:00:01.929 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PBl/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-PBl/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-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 24 May 2025 12:36:32 -0400 (0:00:00.060) 0:00:01.990 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 24 May 2025 12:36:34 -0400 (0:00:01.602) 0:00:03.593 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 24 May 2025 12:36:34 -0400 (0:00:00.050) 0:00:03.643 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 24 May 2025 12:36:34 -0400 (0:00:00.070) 0:00:03.713 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 24 May 2025 12:36:34 -0400 (0:00:00.085) 0:00:03.798 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 24 May 2025 12:36:34 -0400 (0:00:00.082) 0:00:03.881 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 24 May 2025 12:36:34 -0400 (0:00:00.062) 0:00:03.944 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025609", "end": "2025-05-24 12:36:35.171902", "rc": 0, "start": "2025-05-24 12:36:35.146293" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 24 May 2025 12:36:35 -0400 (0:00:00.494) 0:00:04.438 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 24 May 2025 12:36:35 -0400 (0:00:00.083) 0:00:04.522 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 24 May 2025 12:36:35 -0400 (0:00:00.076) 0:00:04.598 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 24 May 2025 12:36:35 -0400 (0:00:00.138) 0:00:04.736 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 24 May 2025 12:36:35 -0400 (0:00:00.111) 0:00:04.847 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:36:35 -0400 (0:00:00.098) 0:00:04.946 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:36:36 -0400 (0:00:00.532) 0:00:05.479 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:36:36 -0400 (0:00:00.037) 0:00:05.516 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:36:36 -0400 (0:00:00.049) 0:00:05.566 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:36:36 -0400 (0:00:00.390) 0:00:05.956 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:36:36 -0400 (0:00:00.092) 0:00:06.048 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:36:36 -0400 (0:00:00.052) 0:00:06.100 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:36:36 -0400 (0:00:00.054) 0:00:06.154 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.051) 0:00:06.206 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.039) 0:00:06.245 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.035) 0:00:06.281 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.037) 0:00:06.318 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.039) 0:00:06.357 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.076) 0:00:06.434 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.058) 0:00:06.493 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.030) 0:00:06.523 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.038) 0:00:06.562 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.081) 0:00:06.643 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.035) 0:00:06.678 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.036) 0:00:06.715 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.100) 0:00:06.815 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.030) 0:00:06.846 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.030) 0:00:06.876 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.062) 0:00:06.939 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.036) 0:00:06.975 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.037) 0:00:07.012 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.048) 0:00:07.061 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.048) 0:00:07.109 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 24 May 2025 12:36:37 -0400 (0:00:00.048) 0:00:07.158 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.035) 0:00:07.193 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.035) 0:00:07.229 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.033) 0:00:07.263 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.029) 0:00:07.292 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.031) 0:00:07.324 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.028) 0:00:07.352 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.028) 0:00:07.380 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.028) 0:00:07.408 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.027) 0:00:07.436 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:85 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.057) 0:00:07.493 ********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_lri892w9", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:91 Saturday 24 May 2025 12:36:38 -0400 (0:00:00.410) 0:00:07.904 ********** [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_lri892w9/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.005874", "end": "2025-05-24 12:36:39.004959", "rc": 0, "start": "2025-05-24 12:36:38.999085" } 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:98 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.356) 0:00:08.260 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:102 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.561) 0:00:08.822 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.084) 0:00:08.907 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.059) 0:00:08.966 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.057) 0:00:09.024 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.038) 0:00:09.062 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.033) 0:00:09.095 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 24 May 2025 12:36:39 -0400 (0:00:00.036) 0:00:09.132 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 24 May 2025 12:36:40 -0400 (0:00:00.072) 0:00:09.205 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PBl/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-PBl/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-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 24 May 2025 12:36:40 -0400 (0:00:00.077) 0:00:09.282 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 24 May 2025 12:36:41 -0400 (0:00:01.460) 0:00:10.743 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 24 May 2025 12:36:41 -0400 (0:00:00.049) 0:00:10.793 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 24 May 2025 12:36:41 -0400 (0:00:00.061) 0:00:10.854 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 24 May 2025 12:36:41 -0400 (0:00:00.050) 0:00:10.904 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 24 May 2025 12:36:41 -0400 (0:00:00.041) 0:00:10.946 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 24 May 2025 12:36:41 -0400 (0:00:00.034) 0:00:10.980 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028063", "end": "2025-05-24 12:36:42.098486", "rc": 0, "start": "2025-05-24 12:36:42.070423" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 24 May 2025 12:36:42 -0400 (0:00:00.386) 0:00:11.367 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 24 May 2025 12:36:42 -0400 (0:00:00.085) 0:00:11.452 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 24 May 2025 12:36:42 -0400 (0:00:00.049) 0:00:11.501 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 24 May 2025 12:36:42 -0400 (0:00:00.084) 0:00:11.586 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 24 May 2025 12:36:42 -0400 (0:00:00.115) 0:00:11.702 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:36:42 -0400 (0:00:00.102) 0:00:11.804 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:36:43 -0400 (0:00:00.398) 0:00:12.203 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:36:43 -0400 (0:00:00.046) 0:00:12.249 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:36:43 -0400 (0:00:00.047) 0:00:12.297 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:36:43 -0400 (0:00:00.363) 0:00:12.660 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.002919", "end": "2025-05-24 12:36:43.801598", "rc": 0, "start": "2025-05-24 12:36:43.798679" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:36:43 -0400 (0:00:00.408) 0:00:13.069 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003499", "end": "2025-05-24 12:36:44.169578", "rc": 0, "start": "2025-05-24 12:36:44.166079" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.352) 0:00:13.421 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.093) 0:00:13.514 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.041) 0:00:13.556 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.036) 0:00:13.592 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.032) 0:00:13.624 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.031) 0:00:13.655 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.031) 0:00:13.687 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.081) 0:00:13.768 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 24 May 2025 12:36:44 -0400 (0:00:00.081) 0:00:13.850 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 24 May 2025 12:36:45 -0400 (0:00:00.489) 0:00:14.339 ********** 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-1748104605.2531276-18934-164326026672367/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 24 May 2025 12:36:45 -0400 (0:00:00.807) 0:00:15.146 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 24 May 2025 12:36:46 -0400 (0:00:00.072) 0:00:15.219 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 24 May 2025 12:36:46 -0400 (0:00:00.366) 0:00:15.586 ********** 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-1748104606.5090072-18982-151313203689010/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 24 May 2025 12:36:47 -0400 (0:00:00.711) 0:00:16.297 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 24 May 2025 12:36:47 -0400 (0:00:00.061) 0:00:16.358 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 24 May 2025 12:36:47 -0400 (0:00:00.356) 0:00:16.714 ********** 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-1748104607.6258373-19038-87565953537549/source", "state": "file", "uid": 1000 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 24 May 2025 12:36:48 -0400 (0:00:00.739) 0:00:17.453 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 24 May 2025 12:36:48 -0400 (0:00:00.076) 0:00:17.529 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 24 May 2025 12:36:48 -0400 (0:00:00.366) 0:00:17.895 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 24 May 2025 12:36:49 -0400 (0:00:00.358) 0:00:18.254 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 24 May 2025 12:36:49 -0400 (0:00:00.042) 0:00:18.296 ********** 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-1748104609.1600304-19121-68318958896886/source", "state": "file", "uid": 1000 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 24 May 2025 12:36:49 -0400 (0:00:00.641) 0:00:18.938 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 24 May 2025 12:36:49 -0400 (0:00:00.030) 0:00:18.968 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 24 May 2025 12:36:49 -0400 (0:00:00.031) 0:00:19.000 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 24 May 2025 12:36:49 -0400 (0:00:00.028) 0:00:19.028 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 24 May 2025 12:36:49 -0400 (0:00:00.035) 0:00:19.063 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.124) 0:00:19.188 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.042) 0:00:19.231 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.064) 0:00:19.296 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.042) 0:00:19.338 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.037) 0:00:19.376 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.074) 0:00:19.450 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.347) 0:00:19.798 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003324", "end": "2025-05-24 12:36:50.923254", "rc": 0, "start": "2025-05-24 12:36:50.919930" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:36:50 -0400 (0:00:00.372) 0:00:20.170 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003526", "end": "2025-05-24 12:36:51.269551", "rc": 0, "start": "2025-05-24 12:36:51.266025" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.344) 0:00:20.515 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.049) 0:00:20.564 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.030) 0:00:20.595 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.032) 0:00:20.628 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.036) 0:00:20.664 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.042) 0:00:20.706 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.037) 0:00:20.744 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.050) 0:00:20.794 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:36:51 -0400 (0:00:00.378) 0:00:21.172 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.053) 0:00:21.226 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.696) 0:00:21.922 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.038) 0:00:21.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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.033) 0:00:21.994 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.031) 0:00:22.025 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.027) 0:00:22.053 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.028) 0:00:22.082 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.028) 0:00:22.110 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 24 May 2025 12:36:52 -0400 (0:00:00.029) 0:00:22.139 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.078) 0:00:22.218 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.034) 0:00:22.253 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.054) 0:00:22.307 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.038) 0:00:22.346 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.038) 0:00:22.384 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.041) 0:00:22.426 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.345) 0:00:22.772 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003511", "end": "2025-05-24 12:36:53.877743", "rc": 0, "start": "2025-05-24 12:36:53.874232" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:36:53 -0400 (0:00:00.354) 0:00:23.126 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003094", "end": "2025-05-24 12:36:54.248812", "rc": 0, "start": "2025-05-24 12:36:54.245718" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.390) 0:00:23.517 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.072) 0:00:23.590 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.037) 0:00:23.627 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.039) 0:00:23.667 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.041) 0:00:23.708 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.035) 0:00:23.744 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.031) 0:00:23.775 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.042) 0:00:23.818 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.031) 0:00:23.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 : Ensure credential file content is present] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.030) 0:00:23.880 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.031) 0:00:23.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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.043) 0:00:23.955 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.042) 0:00:23.998 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.092) 0:00:24.090 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Saturday 24 May 2025 12:36:54 -0400 (0:00:00.047) 0:00:24.138 ********** 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": 1748104605.8819792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1748104605.8889792, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 283115715, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104605.5259802, "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": "1235157799", "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": 1748104607.0349762, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1748104607.0429761, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 295698631, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104606.7909768, "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": "3724437614", "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": 1748104608.1759727, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1748104608.1829727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 306184387, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104607.9099736, "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": "1077053569", "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": 1748104609.685968, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1748104609.691968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 320864388, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104609.4379687, "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": "260481633", "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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:118 Saturday 24 May 2025 12:36:56 -0400 (0:00:01.443) 0:00:25.582 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "container_name_as_hostname[ ]*=[ ]*true", "/home/user1/.config/containers/containers.conf.d/50-systemroles.conf" ], "delta": "0:00:00.002490", "end": "2025-05-24 12:36:56.703753", "rc": 0, "start": "2025-05-24 12:36:56.701263" } STDOUT: container_name_as_hostname = true TASK [Run the role again with user config] ************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:122 Saturday 24 May 2025 12:36:56 -0400 (0:00:00.387) 0:00:25.969 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 24 May 2025 12:36:56 -0400 (0:00:00.145) 0:00:26.115 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 24 May 2025 12:36:57 -0400 (0:00:00.085) 0:00:26.200 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 24 May 2025 12:36:57 -0400 (0:00:00.059) 0:00:26.260 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 24 May 2025 12:36:57 -0400 (0:00:00.045) 0:00:26.306 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 24 May 2025 12:36:57 -0400 (0:00:00.052) 0:00:26.358 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 24 May 2025 12:36:57 -0400 (0:00:00.048) 0:00:26.406 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 24 May 2025 12:36:57 -0400 (0:00:00.091) 0:00:26.498 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PBl/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-PBl/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-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 24 May 2025 12:36:57 -0400 (0:00:00.124) 0:00:26.622 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 24 May 2025 12:36:58 -0400 (0:00:01.475) 0:00:28.098 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 24 May 2025 12:36:58 -0400 (0:00:00.049) 0:00:28.148 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.049) 0:00:28.198 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.033) 0:00:28.232 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.035) 0:00:28.267 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.036) 0:00:28.304 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027265", "end": "2025-05-24 12:36:59.418585", "rc": 0, "start": "2025-05-24 12:36:59.391320" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.372) 0:00:28.676 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.062) 0:00:28.739 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.031) 0:00:28.770 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.049) 0:00:28.820 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.087) 0:00:28.907 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.097) 0:00:29.005 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.063) 0:00:29.068 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:36:59 -0400 (0:00:00.068) 0:00:29.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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:00 -0400 (0:00:00.070) 0:00:29.207 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:00 -0400 (0:00:00.407) 0:00:29.615 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003109", "end": "2025-05-24 12:37:00.729942", "rc": 0, "start": "2025-05-24 12:37:00.726833" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:00 -0400 (0:00:00.378) 0:00:29.993 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003571", "end": "2025-05-24 12:37:01.127813", "rc": 0, "start": "2025-05-24 12:37:01.124242" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.383) 0:00:30.377 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.084) 0:00:30.462 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.047) 0:00:30.509 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.060) 0:00:30.570 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.038) 0:00:30.608 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.042) 0:00:30.650 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.042) 0:00:30.693 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.082) 0:00:30.775 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 24 May 2025 12:37:01 -0400 (0:00:00.057) 0:00:30.833 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 24 May 2025 12:37:02 -0400 (0:00:00.355) 0:00:31.189 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 24 May 2025 12:37:02 -0400 (0:00:00.662) 0:00:31.852 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 24 May 2025 12:37:02 -0400 (0:00:00.060) 0:00:31.913 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 24 May 2025 12:37:03 -0400 (0:00:00.404) 0:00:32.317 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 24 May 2025 12:37:03 -0400 (0:00:00.692) 0:00:33.010 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 24 May 2025 12:37:03 -0400 (0:00:00.106) 0:00:33.117 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 24 May 2025 12:37:04 -0400 (0:00:00.403) 0:00:33.521 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 24 May 2025 12:37:05 -0400 (0:00:00.705) 0:00:34.226 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 24 May 2025 12:37:05 -0400 (0:00:00.077) 0:00:34.303 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 24 May 2025 12:37:05 -0400 (0:00:00.367) 0:00:34.671 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104616.2949471, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1748104609.691968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 320864388, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104609.4379687, "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": "260481633", "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 24 May 2025 12:37:05 -0400 (0:00:00.395) 0:00:35.066 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.532) 0:00:35.599 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.039) 0:00:35.638 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.043) 0:00:35.681 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.045) 0:00:35.727 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.047) 0:00:35.774 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.047) 0:00:35.822 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.121) 0:00:35.943 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.039) 0:00:35.983 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.069) 0:00:36.052 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.044) 0:00:36.096 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:06 -0400 (0:00:00.039) 0:00:36.136 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:07 -0400 (0:00:00.056) 0:00:36.193 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:07 -0400 (0:00:00.355) 0:00:36.548 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003353", "end": "2025-05-24 12:37:07.645551", "rc": 0, "start": "2025-05-24 12:37:07.642198" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:07 -0400 (0:00:00.344) 0:00:36.892 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.004026", "end": "2025-05-24 12:37:07.992649", "rc": 0, "start": "2025-05-24 12:37:07.988623" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.352) 0:00:37.245 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.058) 0:00:37.304 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.036) 0:00:37.340 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.034) 0:00:37.375 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.031) 0:00:37.406 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.032) 0:00:37.439 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.033) 0:00:37.472 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.057) 0:00:37.530 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.370) 0:00:37.900 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:08 -0400 (0:00:00.034) 0:00:37.934 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.610) 0:00:38.545 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.051) 0:00:38.596 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.090) 0:00:38.686 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.057) 0:00:38.744 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.051) 0:00:38.796 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.051) 0:00:38.847 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.046) 0:00:38.894 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.049) 0:00:38.943 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.126) 0:00:39.070 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:09 -0400 (0:00:00.052) 0:00:39.122 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:10 -0400 (0:00:00.089) 0:00:39.212 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:10 -0400 (0:00:00.059) 0:00:39.271 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:10 -0400 (0:00:00.059) 0:00:39.331 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:10 -0400 (0:00:00.087) 0:00:39.418 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:10 -0400 (0:00:00.363) 0:00:39.782 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "user1" ], "delta": "0:00:00.003196", "end": "2025-05-24 12:37:10.892210", "rc": 0, "start": "2025-05-24 12:37:10.889014" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.428) 0:00:40.210 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "user1" ], "delta": "0:00:00.003303", "end": "2025-05-24 12:37:11.348301", "rc": 0, "start": "2025-05-24 12:37:11.344998" } STDOUT: 0: user1 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.408) 0:00:40.619 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.058) 0:00:40.677 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.038) 0:00:40.716 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.041) 0:00:40.758 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.037) 0:00:40.795 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.033) 0:00:40.829 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.031) 0:00:40.860 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.045) 0:00:40.906 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.031) 0:00:40.938 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.034) 0:00:40.973 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.043) 0:00:41.016 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.048) 0:00:41.064 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.053) 0:00:41.118 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 24 May 2025 12:37:11 -0400 (0:00:00.051) 0:00:41.170 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Saturday 24 May 2025 12:37:12 -0400 (0:00:00.045) 0:00:41.216 ********** 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": 1748104615.2609503, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1748104605.8889792, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 283115715, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104605.5259802, "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": "1235157799", "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": 1748104615.6139493, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1748104607.0429761, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 295698631, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104606.7909768, "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": "3724437614", "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": 1748104615.9369483, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1748104608.1829727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 306184387, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104607.9099736, "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": "1077053569", "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": 1748104616.2949471, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1748104609.691968, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 320864388, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104609.4379687, "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": "260481633", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:138 Saturday 24 May 2025 12:37:13 -0400 (0:00:01.334) 0:00:42.551 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run the role with root config] ******************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:145 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.038) 0:00:42.589 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.112) 0:00:42.702 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.054) 0:00:42.757 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.049) 0:00:42.807 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.049) 0:00:42.856 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.037) 0:00:42.893 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.034) 0:00:42.928 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.040) 0:00:42.968 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PBl/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-PBl/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-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 24 May 2025 12:37:13 -0400 (0:00:00.086) 0:00:43.054 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 24 May 2025 12:37:15 -0400 (0:00:01.444) 0:00:44.499 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 24 May 2025 12:37:15 -0400 (0:00:00.050) 0:00:44.549 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 24 May 2025 12:37:15 -0400 (0:00:00.060) 0:00:44.610 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 24 May 2025 12:37:15 -0400 (0:00:00.047) 0:00:44.657 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 24 May 2025 12:37:15 -0400 (0:00:00.052) 0:00:44.710 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 24 May 2025 12:37:15 -0400 (0:00:00.035) 0:00:44.746 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026946", "end": "2025-05-24 12:37:15.862756", "rc": 0, "start": "2025-05-24 12:37:15.835810" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 24 May 2025 12:37:15 -0400 (0:00:00.371) 0:00:45.117 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 24 May 2025 12:37:15 -0400 (0:00:00.037) 0:00:45.155 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 24 May 2025 12:37:16 -0400 (0:00:00.050) 0:00:45.205 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 24 May 2025 12:37:16 -0400 (0:00:00.110) 0:00:45.316 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 24 May 2025 12:37:16 -0400 (0:00:00.078) 0:00:45.394 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:16 -0400 (0:00:00.065) 0:00:45.460 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:16 -0400 (0:00:00.351) 0:00:45.812 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:16 -0400 (0:00:00.037) 0:00:45.850 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:16 -0400 (0:00:00.041) 0:00:45.891 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.348) 0:00:46.240 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.036) 0:00:46.277 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.032) 0:00:46.309 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.031) 0:00:46.340 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.031) 0:00:46.372 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.031) 0:00:46.403 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.032) 0:00:46.436 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.034) 0:00:46.470 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.082) 0:00:46.552 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.098) 0:00:46.651 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.070) 0:00:46.722 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 24 May 2025 12:37:17 -0400 (0:00:00.360) 0:00:47.082 ********** 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-1748104638.0123887-20601-222124857567465/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 24 May 2025 12:37:18 -0400 (0:00:00.756) 0:00:47.839 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 24 May 2025 12:37:18 -0400 (0:00:00.060) 0:00:47.900 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 24 May 2025 12:37:19 -0400 (0:00:00.343) 0:00:48.244 ********** 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-1748104639.1577253-20664-186683551756416/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 24 May 2025 12:37:19 -0400 (0:00:00.692) 0:00:48.936 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 24 May 2025 12:37:19 -0400 (0:00:00.106) 0:00:49.042 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 24 May 2025 12:37:20 -0400 (0:00:00.365) 0:00:49.408 ********** 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-1748104640.326035-20719-278549792246089/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 24 May 2025 12:37:20 -0400 (0:00:00.725) 0:00:50.133 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 24 May 2025 12:37:21 -0400 (0:00:00.068) 0:00:50.202 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 24 May 2025 12:37:21 -0400 (0:00:00.388) 0:00:50.590 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104392.4041688, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1748104340.4361851, "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": "1288645262", "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 24 May 2025 12:37:21 -0400 (0:00:00.415) 0:00:51.006 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 24 May 2025 12:37:22 -0400 (0:00:00.363) 0:00:51.370 ********** 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-1748104642.2300687-20814-178916963517093/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 24 May 2025 12:37:22 -0400 (0:00:00.642) 0:00:52.012 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 24 May 2025 12:37:22 -0400 (0:00:00.031) 0:00:52.043 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 24 May 2025 12:37:22 -0400 (0:00:00.031) 0:00:52.074 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 24 May 2025 12:37:22 -0400 (0:00:00.029) 0:00:52.104 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 24 May 2025 12:37:22 -0400 (0:00:00.028) 0:00:52.133 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.074) 0:00:52.207 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.033) 0:00:52.241 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.054) 0:00:52.296 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.038) 0:00:52.334 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.051) 0:00:52.385 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.063) 0:00:52.449 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.398) 0:00:52.848 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.040) 0:00:52.889 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.075) 0:00:52.965 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.033) 0:00:52.998 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.031) 0:00:53.030 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.032) 0:00:53.062 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.031) 0:00:53.093 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.034) 0:00:53.128 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:23 -0400 (0:00:00.038) 0:00:53.166 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:24 -0400 (0:00:00.072) 0:00:53.238 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:24 -0400 (0:00:00.408) 0:00:53.647 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:24 -0400 (0:00:00.044) 0:00:53.691 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.665) 0:00:54.356 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.031) 0:00:54.388 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.030) 0:00:54.418 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.029) 0:00:54.448 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.028) 0:00:54.476 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.074) 0:00:54.550 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.047) 0:00:54.598 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.050) 0:00:54.649 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.140) 0:00:54.789 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.055) 0:00:54.845 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.092) 0:00:54.937 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.061) 0:00:54.999 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.059) 0:00:55.058 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:25 -0400 (0:00:00.068) 0:00:55.126 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.390) 0:00:55.517 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.060) 0:00:55.577 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.052) 0:00:55.630 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.064) 0:00:55.695 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.052) 0:00:55.747 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.050) 0:00:55.797 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.100) 0:00:55.897 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.053) 0:00:55.950 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.052) 0:00:56.003 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.067) 0:00:56.071 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.051) 0:00:56.122 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:26 -0400 (0:00:00.050) 0:00:56.173 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:27 -0400 (0:00:00.051) 0:00:56.225 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:27 -0400 (0:00:00.051) 0:00:56.277 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:27 -0400 (0:00:00.049) 0:00:56.326 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 24 May 2025 12:37:27 -0400 (0:00:00.049) 0:00:56.376 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 Saturday 24 May 2025 12:37:27 -0400 (0:00:00.044) 0:00:56.420 ********** 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": 1748104638.5798767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1748104638.5878768, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 524288143, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104638.3018775, "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": "213644475", "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": 1748104639.6738732, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1748104639.6818733, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 8388876, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104639.435874, "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": "356503326", "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": 1748104640.8688695, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1748104640.8768694, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 18874590, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104640.6268702, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "3291843577", "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": 1748104642.7598636, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1748104642.7678635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 37748999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104642.5178642, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3249269675", "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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:160 Saturday 24 May 2025 12:37:28 -0400 (0:00:01.442) 0:00:57.863 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 24 May 2025 12:37:28 -0400 (0:00:00.167) 0:00:58.030 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 24 May 2025 12:37:28 -0400 (0:00:00.070) 0:00:58.101 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 24 May 2025 12:37:28 -0400 (0:00:00.046) 0:00:58.148 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 24 May 2025 12:37:29 -0400 (0:00:00.037) 0:00:58.186 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 24 May 2025 12:37:29 -0400 (0:00:00.035) 0:00:58.221 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 24 May 2025 12:37:29 -0400 (0:00:00.031) 0:00:58.253 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 24 May 2025 12:37:29 -0400 (0:00:00.030) 0:00:58.283 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PBl/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-PBl/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-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 24 May 2025 12:37:29 -0400 (0:00:00.080) 0:00:58.363 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 24 May 2025 12:37:30 -0400 (0:00:01.455) 0:00:59.818 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 24 May 2025 12:37:30 -0400 (0:00:00.090) 0:00:59.909 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 24 May 2025 12:37:30 -0400 (0:00:00.062) 0:00:59.971 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 24 May 2025 12:37:30 -0400 (0:00:00.034) 0:01:00.006 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 24 May 2025 12:37:30 -0400 (0:00:00.034) 0:01:00.040 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 24 May 2025 12:37:30 -0400 (0:00:00.033) 0:01:00.074 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026563", "end": "2025-05-24 12:37:31.191910", "rc": 0, "start": "2025-05-24 12:37:31.165347" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-05-24T12:37:31-04:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.371) 0:01:00.446 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.038) 0:01:00.485 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.037) 0:01:00.523 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.059) 0:01:00.582 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.071) 0:01:00.653 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.059) 0:01:00.712 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.041) 0:01:00.754 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.057) 0:01:00.811 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:31 -0400 (0:00:00.067) 0:01:00.879 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.376) 0:01:01.255 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.037) 0:01:01.292 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.045) 0:01:01.338 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.051) 0:01:01.390 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.053) 0:01:01.444 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.051) 0:01:01.495 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.050) 0:01:01.546 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.054) 0:01:01.601 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.052) 0:01:01.654 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.121) 0:01:01.775 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 24 May 2025 12:37:32 -0400 (0:00:00.096) 0:01:01.871 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 24 May 2025 12:37:33 -0400 (0:00:00.397) 0:01:02.269 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 24 May 2025 12:37:33 -0400 (0:00:00.700) 0:01:02.970 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 24 May 2025 12:37:33 -0400 (0:00:00.088) 0:01:03.059 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 24 May 2025 12:37:34 -0400 (0:00:00.417) 0:01:03.476 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 24 May 2025 12:37:35 -0400 (0:00:00.728) 0:01:04.205 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 24 May 2025 12:37:35 -0400 (0:00:00.102) 0:01:04.307 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 24 May 2025 12:37:35 -0400 (0:00:00.381) 0:01:04.688 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 24 May 2025 12:37:36 -0400 (0:00:00.671) 0:01:05.360 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 24 May 2025 12:37:36 -0400 (0:00:00.073) 0:01:05.433 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 24 May 2025 12:37:36 -0400 (0:00:00.403) 0:01:05.837 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104648.600845, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1748104642.7678635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 37748999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104642.5178642, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3249269675", "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.421) 0:01:06.259 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.381) 0:01:06.640 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.040) 0:01:06.681 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.037) 0:01:06.719 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.033) 0:01:06.753 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.029) 0:01:06.782 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.028) 0:01:06.810 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.073) 0:01:06.883 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.037) 0:01:06.921 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.086) 0:01:07.007 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.061) 0:01:07.069 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:37 -0400 (0:00:00.105) 0:01:07.175 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.067) 0:01:07.242 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.396) 0:01:07.639 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.053) 0:01:07.692 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.055) 0:01:07.748 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.054) 0:01:07.803 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.052) 0:01:07.855 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.038) 0:01:07.894 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.038) 0:01:07.933 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.040) 0:01:07.973 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.037) 0:01:08.011 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:38 -0400 (0:00:00.051) 0:01:08.062 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:39 -0400 (0:00:00.371) 0:01:08.434 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:39 -0400 (0:00:00.050) 0:01:08.484 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:39 -0400 (0:00:00.656) 0:01:09.141 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:39 -0400 (0:00:00.032) 0:01:09.174 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.032) 0:01:09.206 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.030) 0:01:09.236 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.029) 0:01:09.265 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.028) 0:01:09.293 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.032) 0:01:09.326 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.039) 0:01:09.365 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.125) 0:01:09.491 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.039) 0:01:09.531 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.067) 0:01:09.598 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.044) 0:01:09.643 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.037) 0:01:09.680 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.042) 0:01:09.723 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:40 -0400 (0:00:00.378) 0:01:10.102 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.102) 0:01:10.204 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.053) 0:01:10.258 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.053) 0:01:10.312 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.053) 0:01:10.365 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.051) 0:01:10.417 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.052) 0:01:10.470 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.050) 0:01:10.520 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.043) 0:01:10.564 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.051) 0:01:10.616 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.037) 0:01:10.653 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.039) 0:01:10.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 : Ensure credential file is absent] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.033) 0:01:10.727 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.030) 0:01:10.757 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.029) 0:01:10.787 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.031) 0:01:10.819 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 Saturday 24 May 2025 12:37:41 -0400 (0:00:00.030) 0:01:10.849 ********** 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": 1748104647.5468483, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1748104638.5878768, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 524288143, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104638.3018775, "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": "213644475", "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": 1748104647.9198472, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1748104639.6818733, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 8388876, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104639.435874, "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": "356503326", "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": 1748104648.2508461, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1748104640.8768694, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 18874590, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104640.6268702, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "3291843577", "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": 1748104648.600845, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1748104642.7678635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 37748999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104642.5178642, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3249269675", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:175 Saturday 24 May 2025 12:37:43 -0400 (0:00:01.397) 0:01:12.246 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:182 Saturday 24 May 2025 12:37:43 -0400 (0:00:00.057) 0:01:12.304 ********** included: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 TASK [Get file] **************************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 24 May 2025 12:37:43 -0400 (0:00:00.129) 0:01:12.434 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 24 May 2025 12:37:43 -0400 (0:00:00.362) 0:01:12.796 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 24 May 2025 12:37:43 -0400 (0:00:00.149) 0:01:12.945 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 24 May 2025 12:37:44 -0400 (0:00:00.393) 0:01:13.339 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 24 May 2025 12:37:44 -0400 (0:00:00.156) 0:01:13.496 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 24 May 2025 12:37:44 -0400 (0:00:00.370) 0:01:13.866 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 24 May 2025 12:37:44 -0400 (0:00:00.147) 0:01:14.014 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 24 May 2025 12:37:45 -0400 (0:00:00.381) 0:01:14.395 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 24 May 2025 12:37:45 -0400 (0:00:00.182) 0:01:14.578 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 24 May 2025 12:37:45 -0400 (0:00:00.372) 0:01:14.950 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 24 May 2025 12:37:45 -0400 (0:00:00.098) 0:01:15.049 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.360) 0:01:15.409 ********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try formatting sub-dict as TOML table with new formatter] **************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:196 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.131) 0:01:15.541 ********** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.228) 0:01:15.770 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.087) 0:01:15.857 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.061) 0:01:15.918 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.047) 0:01:15.966 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.041) 0:01:16.007 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.035) 0:01:16.043 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 24 May 2025 12:37:46 -0400 (0:00:00.069) 0:01:16.113 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PBl/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-PBl/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-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 24 May 2025 12:37:47 -0400 (0:00:00.097) 0:01:16.210 ********** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 24 May 2025 12:37:48 -0400 (0:00:01.428) 0:01:17.639 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 24 May 2025 12:37:48 -0400 (0:00:00.043) 0:01:17.683 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 24 May 2025 12:37:48 -0400 (0:00:00.068) 0:01:17.752 ********** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 24 May 2025 12:37:48 -0400 (0:00:00.053) 0:01:17.805 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 24 May 2025 12:37:48 -0400 (0:00:00.037) 0:01:17.843 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 24 May 2025 12:37:48 -0400 (0:00:00.037) 0:01:17.880 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027313", "end": "2025-05-24 12:37:48.994030", "rc": 0, "start": "2025-05-24 12:37:48.966717" } STDOUT: podman version 4.9.4-dev STDERR: time="2025-05-24T12:37:48-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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.432) 0:01:18.313 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.053) 0:01:18.367 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.049) 0:01:18.416 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.083) 0:01:18.500 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.112) 0:01:18.613 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.071) 0:01:18.684 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.061) 0:01:18.745 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.055) 0:01:18.801 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:49 -0400 (0:00:00.048) 0:01:18.850 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.357) 0:01:19.207 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.046) 0:01:19.254 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.041) 0:01:19.296 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.036) 0:01:19.332 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.031) 0:01:19.364 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.065) 0:01:19.429 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.032) 0:01:19.461 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.037) 0:01:19.499 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.049) 0:01:19.548 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.116) 0:01:19.664 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.097) 0:01:19.761 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 24 May 2025 12:37:50 -0400 (0:00:00.408) 0:01:20.169 ********** 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-1748104671.1439936-22475-115323214203396/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 24 May 2025 12:37:51 -0400 (0:00:00.826) 0:01:20.996 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 24 May 2025 12:37:51 -0400 (0:00:00.063) 0:01:21.060 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 24 May 2025 12:37:52 -0400 (0:00:00.366) 0:01:21.426 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 24 May 2025 12:37:53 -0400 (0:00:00.831) 0:01:22.257 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 24 May 2025 12:37:53 -0400 (0:00:00.078) 0:01:22.335 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 24 May 2025 12:37:53 -0400 (0:00:00.352) 0:01:22.688 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 24 May 2025 12:37:54 -0400 (0:00:00.715) 0:01:23.404 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 24 May 2025 12:37:54 -0400 (0:00:00.111) 0:01:23.515 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 24 May 2025 12:37:54 -0400 (0:00:00.416) 0:01:23.932 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104648.600845, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1748104642.7678635, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 1000, "gr_name": "user1", "inode": 37748999, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1748104642.5178642, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3249269675", "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.410) 0:01:24.342 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.394) 0:01:24.737 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.055) 0:01:24.792 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.090) 0:01:24.883 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.052) 0:01:24.936 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.045) 0:01:24.981 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.051) 0:01:25.033 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:55 -0400 (0:00:00.124) 0:01:25.157 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "user1", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.053) 0:01:25.211 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.068) 0:01:25.279 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.044) 0:01:25.324 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.044) 0:01:25.368 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.050) 0:01:25.418 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.344) 0:01:25.763 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.033) 0:01:25.797 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.031) 0:01:25.829 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.032) 0:01:25.861 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.032) 0:01:25.894 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.087) 0:01:25.981 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.054) 0:01:26.036 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.040) 0:01:26.076 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.038) 0:01:26.115 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:56 -0400 (0:00:00.069) 0:01:26.184 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:57 -0400 (0:00:00.388) 0:01:26.572 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:57 -0400 (0:00:00.034) 0:01:26.606 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:57 -0400 (0:00:00.575) 0:01:27.182 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.032) 0:01:27.214 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.029) 0:01:27.244 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.029) 0:01:27.273 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.028) 0:01:27.302 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.027) 0:01:27.330 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.028) 0:01:27.358 ********** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:204 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.027) 0:01:27.385 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.113) 0:01:27.499 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.034) 0:01:27.533 ********** included: /tmp/collections-PBl/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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:2 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.057) 0:01:27.591 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:9 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.050) 0:01:27.641 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:16 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.057) 0:01:27.698 ********** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "user1" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:31 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.069) 0:01:27.767 ********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1748104367.9691586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1748104339.3851898, "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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:42 Saturday 24 May 2025 12:37:58 -0400 (0:00:00.398) 0:01:28.165 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:47 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.037) 0:01:28.203 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:52 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.033) 0:01:28.236 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:65 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.033) 0:01:28.270 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:70 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.032) 0:01:28.302 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:75 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.032) 0:01:28.335 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:85 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.031) 0:01:28.367 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:92 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.036) 0:01:28.403 ********** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.049) 0:01:28.453 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.173) 0:01:28.626 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.054) 0:01:28.681 ********** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:51 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.051) 0:01:28.732 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:68 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.052) 0:01:28.784 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:74 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.049) 0:01:28.834 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:82 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.050) 0:01:28.884 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.036) 0:01:28.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 [Get config file] ********************************************************* task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:202 Saturday 24 May 2025 12:37:59 -0400 (0:00:00.032) 0:01:28.953 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:207 Saturday 24 May 2025 12:38:00 -0400 (0:00:00.377) 0:01:29.331 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 Saturday 24 May 2025 12:38:00 -0400 (0:00:00.090) 0:01:29.422 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:235 Saturday 24 May 2025 12:38:03 -0400 (0:00:02.882) 0:01:32.304 ********** 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-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:243 Saturday 24 May 2025 12:38:03 -0400 (0:00:00.764) 0:01:33.069 ********** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_lri892w9/backup.tar" ], "delta": "0:00:00.003342", "end": "2025-05-24 12:38:04.182730", "rc": 0, "start": "2025-05-24 12:38:04.179388" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:248 Saturday 24 May 2025 12:38:04 -0400 (0:00:00.378) 0:01:33.447 ********** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_podman_config_lri892w9", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=261 changed=23 unreachable=0 failed=0 skipped=327 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 12:38:04 -0400 (0:00:00.333) 0:01:33.781 ********** =============================================================================== fedora.linux_system_roles.podman : Gather the package facts ------------- 2.94s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.90s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Remove test config files ------------------------------------------------ 2.88s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:229 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.60s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files exist and are non-null --------------------------------- 1.44s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:111 Check that files exist and are non-null --------------------------------- 1.44s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:153 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.43s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.40s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:168 Check that files still exist and are non-null --------------------------- 1.33s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:131 Gathering Facts --------------------------------------------------------- 0.87s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update registries config file -------- 0.83s /tmp/collections-PBl/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.83s /tmp/collections-PBl/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.81s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Remove credential files ------------------------------------------------- 0.76s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:235 fedora.linux_system_roles.podman : Get podman version ------------------- 0.76s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 fedora.linux_system_roles.podman : Update container config file --------- 0.76s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Get podman version ------------------- 0.74s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 fedora.linux_system_roles.podman : Update storage config file ----------- 0.74s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update registries config file -------- 0.73s /tmp/collections-PBl/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.73s /tmp/collections-PBl/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15