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-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Saturday 07 March 2026 11:44:56 -0500 (0:00:00.021) 0:00:00.021 ******** 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-pIA/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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Saturday 07 March 2026 11:44:56 -0500 (0:00:00.023) 0:00:00.044 ******** ok: [managed-node1] META: ran handlers TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:75 Saturday 07 March 2026 11:44:57 -0500 (0:00:01.015) 0:00:01.059 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 March 2026 11:44:57 -0500 (0:00:00.078) 0:00:01.138 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 March 2026 11:44:57 -0500 (0:00:00.028) 0:00:01.167 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 March 2026 11:44:57 -0500 (0:00:00.052) 0:00:01.219 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 March 2026 11:44:58 -0500 (0:00:00.551) 0:00:01.770 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 March 2026 11:44:58 -0500 (0:00:00.067) 0:00:01.838 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 March 2026 11:44:58 -0500 (0:00:00.369) 0:00:02.207 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 March 2026 11:44:58 -0500 (0:00:00.039) 0:00:02.246 ******** [WARNING]: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 07 March 2026 11:44:58 -0500 (0:00:00.075) 0:00:02.322 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007961", "end": "2026-03-07 11:44:59.442136", "failed_when_result": false, "rc": 0, "start": "2026-03-07 11:44:59.434175" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 07 March 2026 11:44:59 -0500 (0:00:00.498) 0:00:02.820 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 07 March 2026 11:44:59 -0500 (0:00:00.037) 0:00:02.857 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 March 2026 11:44:59 -0500 (0:00:00.038) 0:00:02.896 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 March 2026 11:45:01 -0500 (0:00:01.611) 0:00:04.507 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.057) 0:00:04.565 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.060) 0:00:04.625 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.047) 0:00:04.672 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.048) 0:00:04.720 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.048) 0:00:04.768 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.031183", "end": "2026-03-07 11:45:01.769066", "rc": 0, "start": "2026-03-07 11:45:01.737883" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.411) 0:00:05.180 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.058) 0:00:05.239 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 March 2026 11:45:01 -0500 (0:00:00.048) 0:00:05.287 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 March 2026 11:45:02 -0500 (0:00:00.085) 0:00:05.373 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 March 2026 11:45:02 -0500 (0:00:00.057) 0:00:05.431 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:02 -0500 (0:00:00.049) 0:00:05.480 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:02 -0500 (0:00:00.455) 0:00:05.935 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:02 -0500 (0:00:00.045) 0:00:05.981 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:02 -0500 (0:00:00.046) 0:00:06.027 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.375) 0:00:06.403 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.024) 0:00:06.427 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.023) 0:00:06.450 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.032) 0:00:06.483 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.032) 0:00:06.516 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.033) 0:00:06.549 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.027) 0:00:06.576 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.022) 0:00:06.599 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.029) 0:00:06.629 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.077) 0:00:06.707 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.039) 0:00:06.746 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.022) 0:00:06.768 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.021) 0:00:06.789 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.040) 0:00:06.830 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.021) 0:00:06.851 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.020) 0:00:06.871 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.085) 0:00:06.957 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.024) 0:00:06.981 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.026) 0:00:07.007 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.055) 0:00:07.063 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.026) 0:00:07.089 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.027) 0:00:07.116 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.021) 0:00:07.138 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.022) 0:00:07.160 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.020) 0:00:07.181 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.022) 0:00:07.204 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.019) 0:00:07.223 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.019) 0:00:07.243 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.019) 0:00:07.262 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.021) 0:00:07.284 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 07 March 2026 11:45:03 -0500 (0:00:00.021) 0:00:07.306 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 07 March 2026 11:45:04 -0500 (0:00:00.022) 0:00:07.329 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 07 March 2026 11:45:04 -0500 (0:00:00.025) 0:00:07.354 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 07 March 2026 11:45:04 -0500 (0:00:00.032) 0:00:07.386 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:86 Saturday 07 March 2026 11:45:04 -0500 (0:00:00.033) 0:00:07.419 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_h0rgm5of", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:92 Saturday 07 March 2026 11:45:04 -0500 (0:00:00.488) 0:00:07.908 ******** [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_h0rgm5of/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.005543", "end": "2026-03-07 11:45:04.890503", "rc": 0, "start": "2026-03-07 11:45:04.884960" } 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:99 Saturday 07 March 2026 11:45:04 -0500 (0:00:00.370) 0:00:08.278 ******** changed: [managed-node1] => { "changed": true, "comment": "", "create_home": true, "group": 4001, "home": "/home/podman_config_files_user", "name": "podman_config_files_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 4001 } TASK [Run the role with user config] ******************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.612) 0:00:08.890 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.068) 0:00:08.959 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.082) 0:00:09.042 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.031) 0:00:09.074 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.023) 0:00:09.098 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.026) 0:00:09.124 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.024) 0:00:09.148 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.025) 0:00:09.174 ******** [WARNING]: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.062) 0:00:09.236 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.021) 0:00:09.258 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.022) 0:00:09.280 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 March 2026 11:45:05 -0500 (0:00:00.021) 0:00:09.302 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 March 2026 11:45:07 -0500 (0:00:01.416) 0:00:10.718 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.022) 0:00:10.740 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.028) 0:00:10.769 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.022) 0:00:10.791 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.020) 0:00:10.812 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.020) 0:00:10.833 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028533", "end": "2026-03-07 11:45:07.821021", "rc": 0, "start": "2026-03-07 11:45:07.792488" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.372) 0:00:11.206 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.025) 0:00:11.231 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.051) 0:00:11.283 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 March 2026 11:45:07 -0500 (0:00:00.033) 0:00:11.317 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 March 2026 11:45:08 -0500 (0:00:00.054) 0:00:11.371 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:08 -0500 (0:00:00.040) 0:00:11.411 ******** ok: [managed-node1] => { "ansible_facts": { "getent_passwd": { "podman_config_files_user": [ "x", "4001", "4001", "", "/home/podman_config_files_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:08 -0500 (0:00:00.374) 0:00:11.786 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:08 -0500 (0:00:00.047) 0:00:11.833 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:08 -0500 (0:00:00.050) 0:00:11.883 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:08 -0500 (0:00:00.378) 0:00:12.261 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003925", "end": "2026-03-07 11:45:09.254389", "rc": 0, "start": "2026-03-07 11:45:09.250464" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.398) 0:00:12.660 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.003489", "end": "2026-03-07 11:45:09.658866", "rc": 0, "start": "2026-03-07 11:45:09.655377" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.382) 0:00:13.042 ******** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.045) 0:00:13.088 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.035) 0:00:13.123 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.034) 0:00:13.158 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.038) 0:00:13.196 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.034) 0:00:13.230 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 March 2026 11:45:09 -0500 (0:00:00.035) 0:00:13.266 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0700", "__podman_parent_path": "/home/podman_config_files_user/.config/containers", "__podman_policy_json_file": "/home/podman_config_files_user/.config/containers/policy.json", "__podman_registries_conf_file": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/podman_config_files_user/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 07 March 2026 11:45:10 -0500 (0:00:00.103) 0:00:13.369 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 March 2026 11:45:10 -0500 (0:00:00.061) 0:00:13.431 ******** changed: [managed-node1] => { "changed": true, "gid": 4001, "group": "podman_config_files_user", "mode": "0755", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 March 2026 11:45:10 -0500 (0:00:00.587) 0:00:14.018 ******** changed: [managed-node1] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "podman_config_files_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1772901910.8774443-20086-21428268658583/source", "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 07 March 2026 11:45:11 -0500 (0:00:01.016) 0:00:15.035 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 March 2026 11:45:11 -0500 (0:00:00.040) 0:00:15.076 ******** changed: [managed-node1] => { "changed": true, "gid": 4001, "group": "podman_config_files_user", "mode": "0755", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 March 2026 11:45:12 -0500 (0:00:00.383) 0:00:15.459 ******** changed: [managed-node1] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "podman_config_files_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1772901912.2308676-20170-188119648918830/source", "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 07 March 2026 11:45:12 -0500 (0:00:00.742) 0:00:16.202 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 07 March 2026 11:45:12 -0500 (0:00:00.040) 0:00:16.243 ******** changed: [managed-node1] => { "changed": true, "gid": 4001, "group": "podman_config_files_user", "mode": "0700", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 56, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 07 March 2026 11:45:13 -0500 (0:00:00.391) 0:00:16.634 ******** changed: [managed-node1] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/home/podman_config_files_user/.config/containers/storage.conf", "gid": 4001, "group": "podman_config_files_user", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "podman_config_files_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1772901913.4523866-20240-224047900862738/source", "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 07 March 2026 11:45:14 -0500 (0:00:00.818) 0:00:17.453 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 07 March 2026 11:45:14 -0500 (0:00:00.044) 0:00:17.497 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "mode": "0700", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 76, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 07 March 2026 11:45:14 -0500 (0:00:00.399) 0:00:17.896 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 07 March 2026 11:45:14 -0500 (0:00:00.366) 0:00:18.263 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 07 March 2026 11:45:14 -0500 (0:00:00.023) 0:00:18.287 ******** changed: [managed-node1] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/home/podman_config_files_user/.config/containers/policy.json", "gid": 4001, "group": "podman_config_files_user", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "podman_config_files_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1772901915.0095942-20325-279876284308866/source", "state": "file", "uid": 4001 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.704) 0:00:18.992 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.027) 0:00:19.020 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.023) 0:00:19.043 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.037) 0:00:19.081 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.029) 0:00:19.111 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.070) 0:00:19.181 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.030) 0:00:19.212 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.046) 0:00:19.258 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.029) 0:00:19.287 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:15 -0500 (0:00:00.030) 0:00:19.318 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:16 -0500 (0:00:00.034) 0:00:19.352 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:16 -0500 (0:00:00.363) 0:00:19.715 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003486", "end": "2026-03-07 11:45:16.704478", "rc": 0, "start": "2026-03-07 11:45:16.700992" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:16 -0500 (0:00:00.395) 0:00:20.111 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.004026", "end": "2026-03-07 11:45:17.128142", "rc": 0, "start": "2026-03-07 11:45:17.124116" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.413) 0:00:20.524 ******** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.042) 0:00:20.566 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.023) 0:00:20.590 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.022) 0:00:20.613 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.023) 0:00:20.636 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.021) 0:00:20.658 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.061) 0:00:20.719 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.050) 0:00:20.770 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "mode": "0700", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 95, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.416) 0:00:21.186 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:45:17 -0500 (0:00:00.030) 0:00:21.217 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.745) 0:00:21.962 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.022) 0:00:21.985 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.022) 0:00:22.007 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.021) 0:00:22.029 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.019) 0:00:22.049 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.018) 0:00:22.067 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.023) 0:00:22.091 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.023) 0:00:22.115 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.092) 0:00:22.207 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.037) 0:00:22.245 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:18 -0500 (0:00:00.062) 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:19 -0500 (0:00:00.034) 0:00:22.342 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:19 -0500 (0:00:00.033) 0:00:22.376 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:19 -0500 (0:00:00.041) 0:00:22.418 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:19 -0500 (0:00:00.366) 0:00:22.784 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003481", "end": "2026-03-07 11:45:19.761123", "rc": 0, "start": "2026-03-07 11:45:19.757642" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:19 -0500 (0:00:00.361) 0:00:23.145 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.003649", "end": "2026-03-07 11:45:20.122511", "rc": 0, "start": "2026-03-07 11:45:20.118862" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.394) 0:00:23.540 ******** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.046) 0:00:23.587 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.028) 0:00:23.615 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.024) 0:00:23.640 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.023) 0:00:23.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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.024) 0:00:23.688 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.023) 0:00:23.711 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.041) 0:00:23.753 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.029) 0:00:23.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 : Ensure credential file content is present] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.027) 0:00:23.809 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.047) 0:00:23.857 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.027) 0:00:23.884 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.028) 0:00:23.913 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.030) 0:00:23.944 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:113 Saturday 07 March 2026 11:45:20 -0500 (0:00:00.021) 0:00:23.966 ******** ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1772901911.6417272, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772901911.649727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 117440724, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901911.2267256, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 348, "uid": 4001, "version": "1646869039", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1772901912.808731, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772901912.8167312, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 130023683, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901912.5517304, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 632, "uid": 4001, "version": "2709705060", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/storage.conf", "stat": { "atime": 1772901914.0567355, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772901914.0647357, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 140509399, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901913.7667346, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/storage.conf", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 4001, "version": "1053045940", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/policy.json", "stat": { "atime": 1772901915.597741, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772901915.605741, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 155189443, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901915.31074, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/policy.json", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 4001, "version": "3655089674", "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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:120 Saturday 07 March 2026 11:45:22 -0500 (0:00:01.524) 0:00:25.491 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "container_name_as_hostname[ ]*=[ ]*true", "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf" ], "delta": "0:00:00.002883", "end": "2026-03-07 11:45:22.480557", "rc": 0, "start": "2026-03-07 11:45:22.477674" } STDOUT: container_name_as_hostname = true TASK [Run the role again with user config] ************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:124 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.385) 0:00:25.876 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.105) 0:00:25.981 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.065) 0:00:26.047 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.045) 0:00:26.092 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.034) 0:00:26.127 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.035) 0:00:26.162 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.083) 0:00:26.245 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 March 2026 11:45:22 -0500 (0:00:00.028) 0:00:26.274 ******** [WARNING]: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 07 March 2026 11:45:23 -0500 (0:00:00.073) 0:00:26.347 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 07 March 2026 11:45:23 -0500 (0:00:00.025) 0:00:26.373 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 07 March 2026 11:45:23 -0500 (0:00:00.028) 0:00:26.401 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 March 2026 11:45:23 -0500 (0:00:00.022) 0:00:26.423 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 March 2026 11:45:24 -0500 (0:00:01.463) 0:00:27.887 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 March 2026 11:45:24 -0500 (0:00:00.025) 0:00:27.912 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 March 2026 11:45:24 -0500 (0:00:00.031) 0:00:27.943 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 March 2026 11:45:24 -0500 (0:00:00.027) 0:00:27.971 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 March 2026 11:45:24 -0500 (0:00:00.027) 0:00:27.999 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 March 2026 11:45:24 -0500 (0:00:00.024) 0:00:28.023 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028390", "end": "2026-03-07 11:45:25.021064", "rc": 0, "start": "2026-03-07 11:45:24.992674" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.389) 0:00:28.413 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.024) 0:00:28.437 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.020) 0:00:28.458 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.032) 0:00:28.491 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.082) 0:00:28.573 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.039) 0:00:28.612 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.032) 0:00:28.645 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.030) 0:00:28.676 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.038) 0:00:28.714 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:25 -0500 (0:00:00.384) 0:00:29.098 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.004027", "end": "2026-03-07 11:45:26.122040", "rc": 0, "start": "2026-03-07 11:45:26.118013" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.417) 0:00:29.516 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.003706", "end": "2026-03-07 11:45:26.502105", "rc": 0, "start": "2026-03-07 11:45:26.498399" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.384) 0:00:29.901 ******** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.063) 0:00:29.964 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.026) 0:00:29.991 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.026) 0:00:30.017 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.031) 0:00:30.049 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.028) 0:00:30.077 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.028) 0:00:30.106 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_container_conf_file": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0700", "__podman_parent_path": "/home/podman_config_files_user/.config/containers", "__podman_policy_json_file": "/home/podman_config_files_user/.config/containers/policy.json", "__podman_registries_conf_file": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/home/podman_config_files_user/.config/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.083) 0:00:30.190 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 March 2026 11:45:26 -0500 (0:00:00.041) 0:00:30.232 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "mode": "0755", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers/containers.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 March 2026 11:45:27 -0500 (0:00:00.381) 0:00:30.613 ******** ok: [managed-node1] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "mode": "0644", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 348, "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 07 March 2026 11:45:27 -0500 (0:00:00.680) 0:00:31.294 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 March 2026 11:45:28 -0500 (0:00:00.086) 0:00:31.381 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "mode": "0755", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers/registries.conf.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 33, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 March 2026 11:45:28 -0500 (0:00:00.375) 0:00:31.756 ******** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "mode": "0644", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 632, "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 07 March 2026 11:45:29 -0500 (0:00:00.690) 0:00:32.446 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 07 March 2026 11:45:29 -0500 (0:00:00.065) 0:00:32.512 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "mode": "0700", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 07 March 2026 11:45:29 -0500 (0:00:00.407) 0:00:32.919 ******** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/home/podman_config_files_user/.config/containers/storage.conf", "gid": 4001, "group": "podman_config_files_user", "mode": "0644", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers/storage.conf", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 07 March 2026 11:45:30 -0500 (0:00:00.687) 0:00:33.607 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 07 March 2026 11:45:30 -0500 (0:00:00.047) 0:00:33.654 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "mode": "0700", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 07 March 2026 11:45:30 -0500 (0:00:00.374) 0:00:34.029 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901922.0897639, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772901915.605741, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 155189443, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901915.31074, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/policy.json", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 4001, "version": "3655089674", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.368) 0:00:34.398 ******** ok: [managed-node1] => { "changed": false, "content": "ewogICAgImRlZmF1bHQiOiB7CiAgICAgICAgInR5cGUiOiAiaW5zZWN1cmVBY2NlcHRBbnl0aGluZyIKICAgIH0KfQ==", "encoding": "base64", "source": "/home/podman_config_files_user/.config/containers/policy.json" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.472) 0:00:34.870 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.025) 0:00:34.896 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.027) 0:00:34.923 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.023) 0:00:34.946 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.078) 0:00:35.024 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.024) 0:00:35.049 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.066) 0:00:35.116 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.035) 0:00:35.151 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.040) 0:00:35.192 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.030) 0:00:35.223 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.030) 0:00:35.253 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:31 -0500 (0:00:00.046) 0:00:35.299 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:32 -0500 (0:00:00.393) 0:00:35.693 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003499", "end": "2026-03-07 11:45:32.720699", "rc": 0, "start": "2026-03-07 11:45:32.717200" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:32 -0500 (0:00:00.416) 0:00:36.110 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.003830", "end": "2026-03-07 11:45:33.087976", "rc": 0, "start": "2026-03-07 11:45:33.084146" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.362) 0:00:36.472 ******** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.039) 0:00:36.512 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.023) 0:00:36.535 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.025) 0:00:36.560 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.024) 0:00:36.585 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.023) 0:00:36.608 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.023) 0:00:36.631 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.039) 0:00:36.671 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "mode": "0700", "owner": "podman_config_files_user", "path": "/home/podman_config_files_user/.config/containers", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 112, "state": "directory", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.366) 0:00:37.037 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:45:33 -0500 (0:00:00.026) 0:00:37.064 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.680) 0:00:37.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 : Find files in credentials directory] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.022) 0:00:37.767 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.021) 0:00:37.788 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.023) 0:00:37.812 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.019) 0:00:37.832 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.019) 0:00:37.851 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.021) 0:00:37.873 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.021) 0:00:37.894 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.068) 0:00:37.963 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.041) 0:00:38.004 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.055) 0:00:38.060 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.049) 0:00:38.109 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.047) 0:00:38.157 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:34 -0500 (0:00:00.051) 0:00:38.208 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:35 -0500 (0:00:00.388) 0:00:38.597 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003506", "end": "2026-03-07 11:45:35.607050", "rc": 0, "start": "2026-03-07 11:45:35.603544" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:35 -0500 (0:00:00.393) 0:00:38.991 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.003517", "end": "2026-03-07 11:45:35.999810", "rc": 0, "start": "2026-03-07 11:45:35.996293" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.418) 0:00:39.409 ******** ok: [managed-node1] => { "ansible_facts": { "podman_subgid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } }, "podman_subuid_info": { "podman_config_files_user": { "range": 65536, "start": 100000 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.060) 0:00:39.469 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.036) 0:00:39.506 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.035) 0:00:39.541 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.036) 0:00:39.578 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.037) 0:00:39.615 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.034) 0:00:39.650 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.056) 0:00:39.707 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.035) 0:00:39.742 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.036) 0:00:39.779 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.036) 0:00:39.815 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.033) 0:00:39.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 the credentials directory is absent if empty] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.036) 0:00:39.886 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.036) 0:00:39.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 [Check that files still exist and are non-null] *************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:133 Saturday 07 March 2026 11:45:36 -0500 (0:00:00.082) 0:00:40.005 ******** ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "stat": { "atime": 1772901920.9477599, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772901911.649727, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 117440724, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901911.2267256, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 348, "uid": 4001, "version": "1646869039", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "stat": { "atime": 1772901921.332761, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772901912.8167312, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 130023683, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901912.5517304, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 632, "uid": 4001, "version": "2709705060", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/storage.conf", "stat": { "atime": 1772901921.7067623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772901914.0647357, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 140509399, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901913.7667346, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/storage.conf", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 4001, "version": "1053045940", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/home/podman_config_files_user/.config/containers/policy.json", "stat": { "atime": 1772901922.0897639, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772901915.605741, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 155189443, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901915.31074, "nlink": 1, "path": "/home/podman_config_files_user/.config/containers/policy.json", "pw_name": "podman_config_files_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 4001, "version": "3655089674", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:140 Saturday 07 March 2026 11:45:38 -0500 (0:00:01.533) 0:00:41.539 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run the role with root config] ******************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:147 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.028) 0:00:41.567 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.126) 0:00:41.693 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.044) 0:00:41.738 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.033) 0:00:41.771 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.027) 0:00:41.799 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.024) 0:00:41.823 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.030) 0:00:41.854 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.021) 0:00:41.876 ******** [WARNING]: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.059) 0:00:41.935 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.023) 0:00:41.958 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.023) 0:00:41.981 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 March 2026 11:45:38 -0500 (0:00:00.024) 0:00:42.006 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 March 2026 11:45:40 -0500 (0:00:01.461) 0:00:43.468 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.022) 0:00:43.490 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.032) 0:00:43.523 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.022) 0:00:43.546 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.022) 0:00:43.568 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.027) 0:00:43.595 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027972", "end": "2026-03-07 11:45:40.607732", "rc": 0, "start": "2026-03-07 11:45:40.579760" } STDOUT: podman version 4.9.4-dev TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.398) 0:00:43.994 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.031) 0:00:44.026 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.031) 0:00:44.058 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.053) 0:00:44.111 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.067) 0:00:44.179 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:40 -0500 (0:00:00.050) 0:00:44.230 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.381) 0:00:44.612 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.045) 0:00:44.657 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.052) 0:00:44.709 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.398) 0:00:45.108 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.027) 0:00:45.135 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.027) 0:00:45.163 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.026) 0:00:45.189 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.026) 0:00:45.216 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.061) 0:00:45.277 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:41 -0500 (0:00:00.027) 0:00:45.305 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:42 -0500 (0:00:00.028) 0:00:45.333 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 March 2026 11:45:42 -0500 (0:00:00.039) 0:00:45.372 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 07 March 2026 11:45:42 -0500 (0:00:00.100) 0:00:45.473 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 March 2026 11:45:42 -0500 (0:00:00.070) 0:00:45.543 ******** changed: [managed-node1] => { "changed": true, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 March 2026 11:45:42 -0500 (0:00:00.391) 0:00:45.935 ******** changed: [managed-node1] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1772901942.7499332-21959-104565664704462/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 07 March 2026 11:45:43 -0500 (0:00:00.826) 0:00:46.762 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 March 2026 11:45:43 -0500 (0:00:00.069) 0:00:46.832 ******** changed: [managed-node1] => { "changed": true, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 March 2026 11:45:43 -0500 (0:00:00.400) 0:00:47.232 ******** changed: [managed-node1] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1772901944.0066183-22035-19283249128153/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 07 March 2026 11:45:44 -0500 (0:00:00.762) 0:00:47.995 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 07 March 2026 11:45:44 -0500 (0:00:00.042) 0:00:48.037 ******** changed: [managed-node1] => { "changed": true, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 07 March 2026 11:45:45 -0500 (0:00:00.407) 0:00:48.444 ******** changed: [managed-node1] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 4001, "group": "podman_config_files_user", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1772901945.3225198-22107-238937352117772/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 07 March 2026 11:45:46 -0500 (0:00:00.890) 0:00:49.335 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 07 March 2026 11:45:46 -0500 (0:00:00.070) 0:00:49.406 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 07 March 2026 11:45:46 -0500 (0:00:00.409) 0:00:49.815 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901708.6169016, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1772901655.9196398, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 513802374, "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": "2585469020", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 07 March 2026 11:45:46 -0500 (0:00:00.362) 0:00:50.177 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 07 March 2026 11:45:47 -0500 (0:00:00.362) 0:00:50.540 ******** changed: [managed-node1] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/etc/containers/policy.json", "gid": 4001, "group": "podman_config_files_user", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1772901947.275091-22232-93071769750700/source", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 07 March 2026 11:45:47 -0500 (0:00:00.714) 0:00:51.254 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 07 March 2026 11:45:47 -0500 (0:00:00.025) 0:00:51.280 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 07 March 2026 11:45:47 -0500 (0:00:00.024) 0:00:51.305 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.036) 0:00:51.342 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.030) 0:00:51.372 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.093) 0:00:51.466 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.040) 0:00:51.507 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.057) 0:00:51.565 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.045) 0:00:51.610 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.047) 0:00:51.658 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.060) 0:00:51.718 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.437) 0:00:52.156 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.027) 0:00:52.183 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.040) 0:00:52.224 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.040) 0:00:52.264 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:48 -0500 (0:00:00.037) 0:00:52.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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:49 -0500 (0:00:00.031) 0:00:52.333 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:49 -0500 (0:00:00.032) 0:00:52.366 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:49 -0500 (0:00:00.024) 0:00:52.391 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:45:49 -0500 (0:00:00.031) 0:00:52.423 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:45:49 -0500 (0:00:00.040) 0:00:52.463 ******** changed: [managed-node1] => { "changed": true, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:45:49 -0500 (0:00:00.391) 0:00:52.855 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:45:49 -0500 (0:00:00.041) 0:00:52.896 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.713) 0:00:53.609 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.024) 0:00:53.634 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.024) 0:00:53.658 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.026) 0:00:53.684 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.032) 0:00:53.717 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.031) 0:00:53.748 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.032) 0:00:53.781 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.034) 0:00:53.815 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.109) 0:00:53.925 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.039) 0:00:53.964 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.060) 0:00:54.024 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.042) 0:00:54.067 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.044) 0:00:54.111 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:50 -0500 (0:00:00.053) 0:00:54.164 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.401) 0:00:54.566 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.024) 0:00:54.591 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.024) 0:00:54.615 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.025) 0:00:54.641 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.023) 0:00:54.664 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.023) 0:00:54.687 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.022) 0:00:54.710 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.025) 0:00:54.735 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.023) 0:00:54.759 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.036) 0:00:54.795 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.026) 0:00:54.821 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.031) 0:00:54.852 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.033) 0:00:54.886 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Find files in credentials directory] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.027) 0:00:54.913 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.023) 0:00:54.937 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.022) 0:00:54.959 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:155 Saturday 07 March 2026 11:45:51 -0500 (0:00:00.019) 0:00:54.979 ******** 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": 1772901943.3548384, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772901943.3628385, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 358613129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901943.0758374, "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": "418909713", "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": 1772901944.6008427, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772901944.6088428, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 369098888, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901944.331842, "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": "1529700228", "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": 1772901945.9258475, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772901945.9348476, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 379584660, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901945.6668465, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "3157102245", "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": 1772901947.8598542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772901947.8678544, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 398459027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901947.5868533, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3221083549", "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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:162 Saturday 07 March 2026 11:45:53 -0500 (0:00:01.496) 0:00:56.476 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.125) 0:00:56.601 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.051) 0:00:56.653 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.044) 0:00:56.697 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.034) 0:00:56.731 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.033) 0:00:56.765 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.083) 0:00:56.848 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.039) 0:00:56.888 ******** [WARNING]: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.065) 0:00:56.953 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.021) 0:00:56.974 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.022) 0:00:56.997 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 March 2026 11:45:53 -0500 (0:00:00.022) 0:00:57.019 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 March 2026 11:45:55 -0500 (0:00:01.495) 0:00:58.515 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.022) 0:00:58.537 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.030) 0:00:58.568 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.022) 0:00:58.590 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.020) 0:00:58.611 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.022) 0:00:58.634 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027770", "end": "2026-03-07 11:45:55.624687", "rc": 0, "start": "2026-03-07 11:45:55.596917" } STDOUT: podman version 4.9.4-dev STDERR: time="2026-03-07T11:45:55-05:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.377) 0:00:59.012 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.023) 0:00:59.035 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.021) 0:00:59.056 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.033) 0:00:59.090 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.054) 0:00:59.145 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.073) 0:00:59.218 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.030) 0:00:59.249 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.031) 0:00:59.280 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:45:55 -0500 (0:00:00.032) 0:00:59.313 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.368) 0:00:59.682 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.027) 0:00:59.709 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.037) 0:00:59.747 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.035) 0:00:59.783 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.035) 0:00:59.818 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.037) 0:00:59.856 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.035) 0:00:59.892 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.034) 0:00:59.927 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.045) 0:00:59.973 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.119) 0:01:00.092 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 March 2026 11:45:56 -0500 (0:00:00.050) 0:01:00.142 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 March 2026 11:45:57 -0500 (0:00:00.394) 0:01:00.536 ******** ok: [managed-node1] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 07 March 2026 11:45:57 -0500 (0:00:00.763) 0:01:01.300 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 March 2026 11:45:58 -0500 (0:00:00.046) 0:01:01.347 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 March 2026 11:45:58 -0500 (0:00:00.395) 0:01:01.742 ******** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 07 March 2026 11:45:59 -0500 (0:00:00.838) 0:01:02.580 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 07 March 2026 11:45:59 -0500 (0:00:00.065) 0:01:02.646 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 07 March 2026 11:45:59 -0500 (0:00:00.387) 0:01:03.034 ******** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 07 March 2026 11:46:00 -0500 (0:00:00.775) 0:01:03.809 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 07 March 2026 11:46:00 -0500 (0:00:00.074) 0:01:03.884 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 07 March 2026 11:46:00 -0500 (0:00:00.400) 0:01:04.285 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901953.0748725, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772901947.8678544, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 398459027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901947.5868533, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3221083549", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 07 March 2026 11:46:01 -0500 (0:00:00.377) 0:01:04.662 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 07 March 2026 11:46:01 -0500 (0:00:00.427) 0:01:05.090 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 07 March 2026 11:46:01 -0500 (0:00:00.048) 0:01:05.139 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 07 March 2026 11:46:01 -0500 (0:00:00.036) 0:01:05.175 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 07 March 2026 11:46:01 -0500 (0:00:00.035) 0:01:05.210 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 07 March 2026 11:46:01 -0500 (0:00:00.032) 0:01:05.243 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 07 March 2026 11:46:01 -0500 (0:00:00.029) 0:01:05.272 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.091) 0:01:05.364 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.039) 0:01:05.403 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.112) 0:01:05.516 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.046) 0:01:05.562 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.046) 0:01:05.609 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.058) 0:01:05.667 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.420) 0:01:06.088 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.036) 0:01:06.125 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.038) 0:01:06.163 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.061) 0:01:06.224 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.039) 0:01:06.264 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:46:02 -0500 (0:00:00.039) 0:01:06.303 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:46:03 -0500 (0:00:00.038) 0:01:06.341 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:46:03 -0500 (0:00:00.038) 0:01:06.380 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:46:03 -0500 (0:00:00.040) 0:01:06.420 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:46:03 -0500 (0:00:00.058) 0:01:06.479 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:46:03 -0500 (0:00:00.415) 0:01:06.894 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:46:03 -0500 (0:00:00.043) 0:01:06.937 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.669) 0:01:07.607 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.027) 0:01:07.634 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.032) 0:01:07.667 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.035) 0:01:07.702 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.025) 0:01:07.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 : Handle Quadlet specifications] ******** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.024) 0:01:07.751 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.029) 0:01:07.780 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.022) 0:01:07.802 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.070) 0:01:07.873 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.027) 0:01:07.900 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.035) 0:01:07.935 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.030) 0:01:07.966 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.103) 0:01:08.069 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:46:04 -0500 (0:00:00.057) 0:01:08.127 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.393) 0:01:08.521 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.025) 0:01:08.546 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.031) 0:01:08.577 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.035) 0:01:08.613 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.038) 0:01:08.652 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.033) 0:01:08.685 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.030) 0:01:08.715 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.030) 0:01:08.745 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.043) 0:01:08.788 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.061) 0:01:08.850 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.048) 0:01:08.898 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.039) 0:01:08.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 is absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.038) 0:01:08.977 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.036) 0:01:09.013 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.027) 0:01:09.040 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.030) 0:01:09.071 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:170 Saturday 07 March 2026 11:46:05 -0500 (0:00:00.024) 0:01:09.095 ******** 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": 1772901951.9508686, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772901943.3628385, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 358613129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901943.0758374, "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": "418909713", "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": 1772901952.33587, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772901944.6088428, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 369098888, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901944.331842, "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": "1529700228", "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": 1772901952.7258713, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772901945.9348476, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 379584660, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901945.6668465, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "3157102245", "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": 1772901953.0748725, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772901947.8678544, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 398459027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901947.5868533, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3221083549", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:177 Saturday 07 March 2026 11:46:07 -0500 (0:00:01.427) 0:01:10.522 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:184 Saturday 07 March 2026 11:46:07 -0500 (0:00:00.031) 0:01:10.554 ******** included: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 included: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 TASK [Get file] **************************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 07 March 2026 11:46:07 -0500 (0:00:00.110) 0:01:10.664 ******** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltjb250YWluZXJzXQpjb250YWluZXJfbmFtZV9hc19ob3N0bmFtZSA9IHRydWUKYW5ub3RhdGlvbnMgPSBbImVudmlyb25tZW50PXByb2R1Y3Rpb24iLCAic3RhdHVzPXRpZXIyIl0KCltlbmdpbmVdCnNlcnZpY2VfZGVzdGluYXRpb25zID0gWyJ0ZXN0PXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9IiwgInRlc3QyPXsndXJpJzogJ3VuaXg6Ly8vcnVuL3BvZG1hbi9wb2RtYW4uc29jaycsICdpZGVudGl0eSc6ICcvcm9vdC8uc3NoL2lkX3JzYSd9Il0K", "encoding": "base64", "source": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 07 March 2026 11:46:07 -0500 (0:00:00.368) 0:01:11.033 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 07 March 2026 11:46:07 -0500 (0:00:00.112) 0:01:11.145 ******** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCnVucXVhbGlmaWVkLXNlYXJjaC1yZWdpc3RyaWVzID0gWyJyZWdpc3RyeS0xLmV4YW1wbGUuY29tIiwgInJlZ2lzdHJ5LTIuZXhhbXBsZS5jb20iXQpjcmVkZW50aWFsLWhlbHBlcnMgPSBbImNyZWQtaGVscGVyLTEiLCAiY3JlZC1oZWxwZXItMiJdCgpbYWxpYXNlc10KbXlyZWdpc3RyeSA9ICJyZWdpc3RyeS5leGFtcGxlLmNvbSIKCltbcmVnaXN0cnldXQpwcmVmaXggPSAiZXhhbXBsZS5jb20vZm9vIgppbnNlY3VyZSA9IHRydWUKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMC5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMS5jb20iCmluc2VjdXJlID0gdHJ1ZQoKW1tyZWdpc3RyeV1dCnByZWZpeCA9ICJleGFtcGxlLmNvbS9iYXIiCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMi5jb20iCmluc2VjdXJlID0gZmFsc2UKCltbcmVnaXN0cnkubWlycm9yXV0KbG9jYXRpb24gPSAiZXhhbXBsZS1taXJyb3ItMy5jb20iCmluc2VjdXJlID0gdHJ1ZQo=", "encoding": "base64", "source": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 07 March 2026 11:46:08 -0500 (0:00:00.377) 0:01:11.523 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 07 March 2026 11:46:08 -0500 (0:00:00.128) 0:01:11.651 ******** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6cG9kbWFuCltzdG9yYWdlXQpydW5yb290ID0gIi90bXAiCmdyYXBocm9vdCA9ICIvdmFyL2xpYi9jb250YWluZXJzL3N0b3JhZ2UiCg==", "encoding": "base64", "source": "/home/podman_config_files_user/.config/containers/storage.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 07 March 2026 11:46:08 -0500 (0:00:00.358) 0:01:12.010 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 07 March 2026 11:46:08 -0500 (0:00:00.130) 0:01:12.140 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 07 March 2026 11:46:09 -0500 (0:00:00.398) 0:01:12.538 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 07 March 2026 11:46:09 -0500 (0:00:00.126) 0:01:12.665 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 07 March 2026 11:46:09 -0500 (0:00:00.397) 0:01:13.062 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 07 March 2026 11:46:09 -0500 (0:00:00.124) 0:01:13.186 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.408) 0:01:13.595 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try formatting sub-dict as TOML table with new formatter] **************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:198 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.127) 0:01:13.722 ******** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.216) 0:01:13.938 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.056) 0:01:13.995 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.047) 0:01:14.042 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.036) 0:01:14.078 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.097) 0:01:14.175 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.037) 0:01:14.213 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 07 March 2026 11:46:10 -0500 (0:00:00.033) 0:01:14.247 ******** [WARNING]: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "__vars_file": "CentOS_8.yml", "ansible_loop_var": "__vars_file", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 07 March 2026 11:46:11 -0500 (0:00:00.091) 0:01:14.339 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 07 March 2026 11:46:11 -0500 (0:00:00.036) 0:01:14.375 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 07 March 2026 11:46:11 -0500 (0:00:00.048) 0:01:14.423 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 07 March 2026 11:46:11 -0500 (0:00:00.035) 0:01:14.459 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 07 March 2026 11:46:12 -0500 (0:00:01.490) 0:01:15.949 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 07 March 2026 11:46:12 -0500 (0:00:00.031) 0:01:15.981 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 07 March 2026 11:46:12 -0500 (0:00:00.035) 0:01:16.016 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 07 March 2026 11:46:12 -0500 (0:00:00.024) 0:01:16.041 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 07 March 2026 11:46:12 -0500 (0:00:00.036) 0:01:16.078 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 07 March 2026 11:46:12 -0500 (0:00:00.039) 0:01:16.117 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025517", "end": "2026-03-07 11:46:13.157291", "rc": 0, "start": "2026-03-07 11:46:13.131774" } STDOUT: podman version 4.9.4-dev STDERR: time="2026-03-07T11:46:13-05:00" level=warning msg="The storage 'driver' option should be set in /etc/containers/storage.conf. A driver was picked automatically." TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.423) 0:01:16.541 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.024) 0:01:16.565 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.021) 0:01:16.587 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.034) 0:01:16.622 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.055) 0:01:16.677 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.074) 0:01:16.751 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.029) 0:01:16.781 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.033) 0:01:16.815 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.033) 0:01:16.848 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.378) 0:01:17.227 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.026) 0:01:17.253 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.024) 0:01:17.278 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.024) 0:01:17.303 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:46:13 -0500 (0:00:00.024) 0:01:17.327 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:46:14 -0500 (0:00:00.025) 0:01:17.353 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:46:14 -0500 (0:00:00.024) 0:01:17.377 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:46:14 -0500 (0:00:00.024) 0:01:17.401 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 07 March 2026 11:46:14 -0500 (0:00:00.025) 0:01:17.427 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 07 March 2026 11:46:14 -0500 (0:00:00.079) 0:01:17.506 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 07 March 2026 11:46:14 -0500 (0:00:00.048) 0:01:17.555 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 07 March 2026 11:46:14 -0500 (0:00:00.366) 0:01:17.921 ******** changed: [managed-node1] => { "changed": true, "checksum": "9694c1d1c700a6435eecf4066b052584f4ee94c0", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "md5sum": "73318e68b66c68cfc49b9c825425b2d9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 414, "src": "/root/.ansible/tmp/ansible-tmp-1772901974.735267-24373-159764756881983/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 07 March 2026 11:46:15 -0500 (0:00:00.833) 0:01:18.755 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 07 March 2026 11:46:15 -0500 (0:00:00.055) 0:01:18.810 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 07 March 2026 11:46:15 -0500 (0:00:00.388) 0:01:19.198 ******** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 07 March 2026 11:46:16 -0500 (0:00:00.796) 0:01:19.994 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 07 March 2026 11:46:16 -0500 (0:00:00.072) 0:01:20.067 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 07 March 2026 11:46:17 -0500 (0:00:00.382) 0:01:20.450 ******** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 07 March 2026 11:46:17 -0500 (0:00:00.681) 0:01:21.131 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 07 March 2026 11:46:17 -0500 (0:00:00.044) 0:01:21.176 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 07 March 2026 11:46:18 -0500 (0:00:00.396) 0:01:21.572 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901953.0748725, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772901947.8678544, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 398459027, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772901947.5868533, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "3221083549", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 07 March 2026 11:46:18 -0500 (0:00:00.398) 0:01:21.970 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.393) 0:01:22.364 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.038) 0:01:22.403 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.028) 0:01:22.431 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.022) 0:01:22.454 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.018) 0:01:22.473 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.022) 0:01:22.495 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.106) 0:01:22.602 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.039) 0:01:22.642 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.066) 0:01:22.709 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.046) 0:01:22.755 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.053) 0:01:22.809 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.055) 0:01:22.864 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.428) 0:01:23.292 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:46:19 -0500 (0:00:00.034) 0:01:23.327 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.030) 0:01:23.357 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.029) 0:01:23.387 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.046) 0:01:23.433 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.049) 0:01:23.482 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.043) 0:01:23.526 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.043) 0:01:23.570 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.043) 0:01:23.613 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.070) 0:01:23.683 ******** ok: [managed-node1] => { "changed": false, "gid": 4001, "group": "podman_config_files_user", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.393) 0:01:24.077 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:46:20 -0500 (0:00:00.027) 0:01:24.104 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.653) 0:01:24.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 : Find files in credentials directory] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.025) 0:01:24.783 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.022) 0:01:24.805 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.021) 0:01:24.827 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.021) 0:01:24.848 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.020) 0:01:24.869 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.020) 0:01:24.890 ******** TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.021) 0:01:24.911 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.087) 0:01:24.998 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "podman_config_files_user", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.037) 0:01:25.036 ******** included: /tmp/collections-HAP/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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.100) 0:01:25.137 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.037) 0:01:25.175 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.033) 0:01:25.208 ******** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "podman_config_files_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 07 March 2026 11:46:21 -0500 (0:00:00.036) 0:01:25.244 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772901684.1067793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "bb5b46ffbafcaa8c4021f3c8b3cb8594f48ef34b", "ctime": 1772901654.9046347, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6884013, "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": "3852284312", "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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.392) 0:01:25.637 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.030) 0:01:25.668 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.026) 0:01:25.695 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.024) 0:01:25.719 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.024) 0:01:25.744 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.023) 0:01:25.768 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.025) 0:01:25.793 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.029) 0:01:25.823 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.026) 0:01:25.850 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.054) 0:01:25.904 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.037) 0:01:25.942 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.028) 0:01:25.971 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file is absent] ***** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.028) 0:01:26.000 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.034) 0:01:26.034 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.036) 0:01:26.070 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.038) 0:01:26.109 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:204 Saturday 07 March 2026 11:46:22 -0500 (0:00:00.031) 0:01:26.140 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:209 Saturday 07 March 2026 11:46:23 -0500 (0:00:00.398) 0:01:26.539 ******** 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-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:231 Saturday 07 March 2026 11:46:23 -0500 (0:00:00.056) 0:01:26.596 ******** 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/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "path": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "path": "/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf", "state": "absent" } changed: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/storage.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/home/podman_config_files_user/.config/containers/storage.conf", "path": "/home/podman_config_files_user/.config/containers/storage.conf", "state": "absent" } changed: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/policy.json) => { "ansible_loop_var": "item", "changed": true, "item": "/home/podman_config_files_user/.config/containers/policy.json", "path": "/home/podman_config_files_user/.config/containers/policy.json", "state": "absent" } TASK [Remove credential files] ************************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:237 Saturday 07 March 2026 11:46:26 -0500 (0:00:02.968) 0:01:29.564 ******** 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" } ok: [managed-node1] => (item=/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "path": "/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf", "state": "absent" } TASK [Restore system config files] ********************************************* task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:245 Saturday 07 March 2026 11:46:27 -0500 (0:00:00.824) 0:01:30.389 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_h0rgm5of/backup.tar" ], "delta": "0:00:00.003621", "end": "2026-03-07 11:46:27.399324", "rc": 0, "start": "2026-03-07 11:46:27.395703" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:250 Saturday 07 March 2026 11:46:27 -0500 (0:00:00.396) 0:01:30.786 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_podman_config_h0rgm5of", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=257 changed=23 unreachable=0 failed=0 skipped=349 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 07 March 2026 11:46:27 -0500 (0:00:00.406) 0:01:31.192 ******** =============================================================================== Remove test config files ------------------------------------------------ 2.97s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:231 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.96s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 2.88s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.61s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.53s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:133 Check that files exist and are non-null --------------------------------- 1.52s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:113 Check that files exist and are non-null --------------------------------- 1.50s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:155 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.49s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Check that files still exist and are non-null --------------------------- 1.43s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:170 fedora.linux_system_roles.podman : Update container config file --------- 1.02s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Gathering Facts --------------------------------------------------------- 1.02s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Update storage config file ----------- 0.89s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update registries config file -------- 0.84s /tmp/collections-HAP/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-HAP/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.83s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Remove credential files ------------------------------------------------- 0.82s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:237 fedora.linux_system_roles.podman : Update storage config file ----------- 0.82s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 fedora.linux_system_roles.podman : Update registries config file -------- 0.80s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Get podman version ------------------- 0.78s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 fedora.linux_system_roles.podman : Update storage config file ----------- 0.78s /tmp/collections-HAP/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15