ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-GoA executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Jan 16 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', 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 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_config_files.yml *********************************************** 2 plays in /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:5 Saturday 28 February 2026 11:42:54 -0500 (0:00:00.018) 0:00:00.018 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-R3G/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role can manage its config files] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 Saturday 28 February 2026 11:42:54 -0500 (0:00:00.052) 0:00:00.070 ***** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Run the role with no config to get private vars] ************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:75 Saturday 28 February 2026 11:42:55 -0500 (0:00:01.028) 0:00:01.099 ***** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 28 February 2026 11:42:55 -0500 (0:00:00.043) 0:00:01.142 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 28 February 2026 11:42:55 -0500 (0:00:00.020) 0:00:01.163 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 28 February 2026 11:42:55 -0500 (0:00:00.033) 0:00:01.196 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 28 February 2026 11:42:56 -0500 (0:00:00.495) 0:00:01.691 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 28 February 2026 11:42:56 -0500 (0:00:00.031) 0:00:01.723 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 28 February 2026 11:42:56 -0500 (0:00:00.373) 0:00:02.096 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 28 February 2026 11:42:56 -0500 (0:00:00.030) 0:00:02.127 ***** [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: 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, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 28 February 2026 11:42:56 -0500 (0:00:00.044) 0:00:02.171 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009077", "end": "2026-02-28 11:42:57.241115", "failed_when_result": false, "rc": 0, "start": "2026-02-28 11:42:57.232038" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 28 February 2026 11:42:57 -0500 (0:00:00.448) 0:00:02.619 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 28 February 2026 11:42:57 -0500 (0:00:00.040) 0:00:02.660 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 28 February 2026 11:42:57 -0500 (0:00:00.021) 0:00:02.682 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 28 February 2026 11:42:58 -0500 (0:00:01.015) 0:00:03.697 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 28 February 2026 11:42:58 -0500 (0:00:00.054) 0:00:03.752 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 28 February 2026 11:42:58 -0500 (0:00:00.067) 0:00:03.819 ***** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 28 February 2026 11:42:58 -0500 (0:00:00.058) 0:00:03.877 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 28 February 2026 11:42:58 -0500 (0:00:00.058) 0:00:03.936 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 28 February 2026 11:42:58 -0500 (0:00:00.056) 0:00:03.992 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026704", "end": "2026-02-28 11:42:59.016367", "rc": 0, "start": "2026-02-28 11:42:58.989663" } STDOUT: podman version 5.8.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.398) 0:00:04.391 ***** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.8.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.020) 0:00:04.411 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.019) 0:00:04.431 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.034) 0:00:04.466 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.028) 0:00:04.494 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.030) 0:00:04.525 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.030) 0:00:04.556 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.066) 0:00:04.622 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.510) 0:00:05.133 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.026) 0:00:05.160 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:42:59 -0500 (0:00:00.039) 0:00:05.199 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.382) 0:00:05.582 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.021) 0:00:05.603 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.019) 0:00:05.622 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.023) 0:00:05.646 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.026) 0:00:05.672 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.020) 0:00:05.692 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.027) 0:00:05.719 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.023) 0:00:05.743 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.022) 0:00:05.765 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.110) 0:00:05.875 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.038) 0:00:05.913 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.019) 0:00:05.932 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.018) 0:00:05.951 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.034) 0:00:05.986 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.018) 0:00:06.004 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.017) 0:00:06.021 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.039) 0:00:06.061 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.018) 0:00:06.080 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.030) 0:00:06.110 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.065) 0:00:06.176 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.032) 0:00:06.208 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.030) 0:00:06.238 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.018) 0:00:06.257 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.022) 0:00:06.280 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 28 February 2026 11:43:00 -0500 (0:00:00.019) 0:00:06.299 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.022) 0:00:06.322 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.018) 0:00:06.340 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.022) 0:00:06.363 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.015) 0:00:06.379 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.020) 0:00:06.399 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.015) 0:00:06.414 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.015) 0:00:06.429 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.016) 0:00:06.446 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.014) 0:00:06.460 ***** skipping: [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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:86 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.019) 0:00:06.479 ***** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_podman_config_ptzsmepa", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create backup] *********************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:92 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.426) 0:00:06.905 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "--ignore-failed-read", "-c", "-P", "-v", "-p", "-f", "/tmp/lsr_podman_config_ptzsmepa/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.010505", "end": "2026-02-28 11:43:01.897087", "rc": 0, "start": "2026-02-28 11:43:01.886582" } 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:99 Saturday 28 February 2026 11:43:01 -0500 (0:00:00.373) 0:00:07.279 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:104 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.616) 0:00:07.896 ***** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.066) 0:00:07.962 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.031) 0:00:07.994 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.024) 0:00:08.018 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.020) 0:00:08.039 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.055) 0:00:08.094 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.034) 0:00:08.129 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.033) 0:00:08.162 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.050) 0:00:08.213 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.029) 0:00:08.243 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.024) 0:00:08.267 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 28 February 2026 11:43:02 -0500 (0:00:00.027) 0:00:08.294 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 28 February 2026 11:43:03 -0500 (0:00:00.804) 0:00:09.098 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 28 February 2026 11:43:03 -0500 (0:00:00.020) 0:00:09.119 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 28 February 2026 11:43:03 -0500 (0:00:00.024) 0:00:09.143 ***** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 28 February 2026 11:43:03 -0500 (0:00:00.019) 0:00:09.163 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 28 February 2026 11:43:03 -0500 (0:00:00.017) 0:00:09.180 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 28 February 2026 11:43:03 -0500 (0:00:00.017) 0:00:09.197 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024525", "end": "2026-02-28 11:43:04.211066", "rc": 0, "start": "2026-02-28 11:43:04.186541" } STDOUT: podman version 5.8.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.401) 0:00:09.598 ***** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.8.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.038) 0:00:09.637 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.034) 0:00:09.672 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.031) 0:00:09.703 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.033) 0:00:09.737 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.039) 0:00:09.776 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.030) 0:00:09.806 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.046) 0:00:09.852 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.355) 0:00:10.208 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.027) 0:00:10.235 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:04 -0500 (0:00:00.037) 0:00:10.273 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:05 -0500 (0:00:00.362) 0:00:10.636 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003829", "end": "2026-02-28 11:43:05.645319", "rc": 0, "start": "2026-02-28 11:43:05.641490" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:05 -0500 (0:00:00.387) 0:00:11.023 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.005956", "end": "2026-02-28 11:43:06.022131", "rc": 0, "start": "2026-02-28 11:43:06.016175" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.387) 0:00:11.410 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.061) 0:00:11.472 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.031) 0:00:11.503 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.033) 0:00:11.537 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.032) 0:00:11.569 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.030) 0:00:11.600 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.032) 0:00:11.633 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.089) 0:00:11.722 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 28 February 2026 11:43:06 -0500 (0:00:00.107) 0:00:11.830 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 28 February 2026 11:43:07 -0500 (0:00:00.492) 0:00:12.323 ***** 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-1772296987.109081-17665-139875869701861/.source.conf", "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 28 February 2026 11:43:07 -0500 (0:00:00.835) 0:00:13.158 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 28 February 2026 11:43:07 -0500 (0:00:00.037) 0:00:13.196 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 28 February 2026 11:43:08 -0500 (0:00:00.360) 0:00:13.556 ***** 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-1772296988.3452966-17709-10772053278246/.source.conf", "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 28 February 2026 11:43:08 -0500 (0:00:00.717) 0:00:14.274 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 28 February 2026 11:43:08 -0500 (0:00:00.037) 0:00:14.311 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 28 February 2026 11:43:09 -0500 (0:00:00.371) 0:00:14.683 ***** 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-1772296989.455389-17765-131736361625954/.source.conf", "state": "file", "uid": 4001 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 28 February 2026 11:43:10 -0500 (0:00:00.701) 0:00:15.384 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 28 February 2026 11:43:10 -0500 (0:00:00.039) 0:00:15.423 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 28 February 2026 11:43:10 -0500 (0:00:00.399) 0:00:15.823 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 28 February 2026 11:43:10 -0500 (0:00:00.380) 0:00:16.203 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_policy_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 28 February 2026 11:43:10 -0500 (0:00:00.020) 0:00:16.223 ***** 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-1772296990.956275-17843-221229142600709/.source.json", "state": "file", "uid": 4001 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.688) 0:00:16.912 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.030) 0:00:16.942 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.025) 0:00:16.968 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.021) 0:00:16.990 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.015) 0:00:17.005 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.049) 0:00:17.055 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.021) 0:00:17.076 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.031) 0:00:17.108 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.021) 0:00:17.129 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.025) 0:00:17.155 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:11 -0500 (0:00:00.042) 0:00:17.197 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:12 -0500 (0:00:00.405) 0:00:17.602 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003775", "end": "2026-02-28 11:43:12.583448", "rc": 0, "start": "2026-02-28 11:43:12.579673" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:12 -0500 (0:00:00.361) 0:00:17.964 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.006620", "end": "2026-02-28 11:43:12.962622", "rc": 0, "start": "2026-02-28 11:43:12.956002" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.385) 0:00:18.349 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.044) 0:00:18.393 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.024) 0:00:18.418 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.024) 0:00:18.442 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.019) 0:00:18.462 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.027) 0:00:18.489 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.021) 0:00:18.511 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.036) 0:00:18.547 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.357) 0:00:18.904 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:13 -0500 (0:00:00.027) 0:00:18.932 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.684) 0:00:19.616 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.021) 0:00:19.637 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.029) 0:00:19.667 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.031) 0:00:19.698 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.029) 0:00:19.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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.016) 0:00:19.743 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.019) 0:00:19.763 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.014) 0:00:19.778 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.062) 0:00:19.840 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.025) 0:00:19.866 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.035) 0:00:19.901 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.022) 0:00:19.924 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.021) 0:00:19.946 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:14 -0500 (0:00:00.034) 0:00:19.980 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.358) 0:00:20.339 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.004058", "end": "2026-02-28 11:43:15.321881", "rc": 0, "start": "2026-02-28 11:43:15.317823" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.357) 0:00:20.697 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.006523", "end": "2026-02-28 11:43:15.687164", "rc": 0, "start": "2026-02-28 11:43:15.680641" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.369) 0:00:21.066 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.037) 0:00:21.104 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.019) 0:00:21.123 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.023) 0:00:21.147 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.030) 0:00:21.178 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.034) 0:00:21.212 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.030) 0:00:21.243 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:15 -0500 (0:00:00.053) 0:00:21.297 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:16 -0500 (0:00:00.031) 0:00:21.328 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:16 -0500 (0:00:00.034) 0:00:21.363 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:16 -0500 (0:00:00.031) 0:00:21.394 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:16 -0500 (0:00:00.032) 0:00:21.427 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:16 -0500 (0:00:00.031) 0:00:21.459 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 28 February 2026 11:43:16 -0500 (0:00:00.034) 0:00:21.493 ***** skipping: [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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:113 Saturday 28 February 2026 11:43:16 -0500 (0:00:00.036) 0:00:21.529 ***** 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": 1772296987.7794945, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772296987.7844946, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 88080597, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772296987.4114938, "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": "1561224782", "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": 1772296988.895497, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772296988.9004972, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 113246422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772296988.6374965, "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": "3118548785", "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": 1772296990.0054996, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772296990.0094995, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 134217950, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772296989.748499, "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": "3487274284", "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": 1772296991.5325031, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772296991.537503, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 163578131, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1772296991.2645025, "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": "1560054294", "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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:120 Saturday 28 February 2026 11:43:17 -0500 (0:00:01.401) 0:00:22.931 ***** 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.003588", "end": "2026-02-28 11:43:17.912229", "rc": 0, "start": "2026-02-28 11:43:17.908641" } STDOUT: container_name_as_hostname = true TASK [Run the role again with user config] ************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:124 Saturday 28 February 2026 11:43:17 -0500 (0:00:00.359) 0:00:23.291 ***** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.094) 0:00:23.385 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.030) 0:00:23.416 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.052) 0:00:23.469 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.022) 0:00:23.491 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.021) 0:00:23.513 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.025) 0:00:23.538 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.024) 0:00:23.562 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.060) 0:00:23.623 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.021) 0:00:23.644 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.026) 0:00:23.671 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 28 February 2026 11:43:18 -0500 (0:00:00.028) 0:00:23.699 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.801) 0:00:24.500 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.024) 0:00:24.524 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.024) 0:00:24.549 ***** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.018) 0:00:24.567 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.018) 0:00:24.586 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.020) 0:00:24.606 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024343", "end": "2026-02-28 11:43:19.596545", "rc": 0, "start": "2026-02-28 11:43:19.572202" } STDOUT: podman version 5.8.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.364) 0:00:24.970 ***** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.8.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.021) 0:00:24.992 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.020) 0:00:25.012 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.019) 0:00:25.032 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.013) 0:00:25.045 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.027) 0:00:25.073 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.029) 0:00:25.102 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.039) 0:00:25.142 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.024) 0:00:25.166 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.025) 0:00:25.191 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:19 -0500 (0:00:00.045) 0:00:25.237 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:20 -0500 (0:00:00.402) 0:00:25.639 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003916", "end": "2026-02-28 11:43:20.650570", "rc": 0, "start": "2026-02-28 11:43:20.646654" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:20 -0500 (0:00:00.386) 0:00:26.026 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.006011", "end": "2026-02-28 11:43:21.014390", "rc": 0, "start": "2026-02-28 11:43:21.008379" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.362) 0:00:26.389 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.038) 0:00:26.427 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.024) 0:00:26.452 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.033) 0:00:26.485 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.022) 0:00:26.508 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.028) 0:00:26.536 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.036) 0:00:26.572 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.192) 0:00:26.765 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.062) 0:00:26.828 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 28 February 2026 11:43:21 -0500 (0:00:00.398) 0:00:27.226 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 28 February 2026 11:43:22 -0500 (0:00:00.683) 0:00:27.910 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 28 February 2026 11:43:22 -0500 (0:00:00.035) 0:00:27.945 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 28 February 2026 11:43:23 -0500 (0:00:00.391) 0:00:28.336 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 28 February 2026 11:43:23 -0500 (0:00:00.749) 0:00:29.085 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 28 February 2026 11:43:23 -0500 (0:00:00.064) 0:00:29.150 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 28 February 2026 11:43:24 -0500 (0:00:00.410) 0:00:29.560 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 28 February 2026 11:43:24 -0500 (0:00:00.674) 0:00:30.235 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 28 February 2026 11:43:24 -0500 (0:00:00.044) 0:00:30.279 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 28 February 2026 11:43:25 -0500 (0:00:00.400) 0:00:30.680 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296997.5455167, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772296991.537503, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 163578131, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1772296991.2645025, "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": "1560054294", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 28 February 2026 11:43:25 -0500 (0:00:00.358) 0:00:31.038 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.528) 0:00:31.566 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.026) 0:00:31.593 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.022) 0:00:31.615 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.023) 0:00:31.639 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.020) 0:00:31.659 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.023) 0:00:31.682 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.053) 0:00:31.735 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.023) 0:00:31.759 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.033) 0:00:31.792 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.022) 0:00:31.815 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.024) 0:00:31.840 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.033) 0:00:31.873 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:26 -0500 (0:00:00.363) 0:00:32.237 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.003963", "end": "2026-02-28 11:43:27.219344", "rc": 0, "start": "2026-02-28 11:43:27.215381" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.356) 0:00:32.594 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.006484", "end": "2026-02-28 11:43:27.569822", "rc": 0, "start": "2026-02-28 11:43:27.563338" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.350) 0:00:32.944 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.037) 0:00:32.982 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.019) 0:00:33.001 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.018) 0:00:33.020 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.020) 0:00:33.040 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.018) 0:00:33.059 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.019) 0:00:33.079 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:27 -0500 (0:00:00.032) 0:00:33.112 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.356) 0:00:33.468 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.057) 0:00:33.526 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.599) 0:00:34.125 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.019) 0:00:34.145 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.020) 0:00:34.166 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.020) 0:00:34.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 : Handle Kubernetes specifications] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.015) 0:00:34.201 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.014) 0:00:34.216 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.014) 0:00:34.230 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.015) 0:00:34.246 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:28 -0500 (0:00:00.051) 0:00:34.298 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:29 -0500 (0:00:00.025) 0:00:34.323 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:29 -0500 (0:00:00.039) 0:00:34.363 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:29 -0500 (0:00:00.021) 0:00:34.384 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:29 -0500 (0:00:00.024) 0:00:34.408 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:29 -0500 (0:00:00.032) 0:00:34.441 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:29 -0500 (0:00:00.353) 0:00:34.795 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "podman_config_files_user" ], "delta": "0:00:00.004468", "end": "2026-02-28 11:43:29.768497", "rc": 0, "start": "2026-02-28 11:43:29.764029" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:29 -0500 (0:00:00.349) 0:00:35.144 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_config_files_user" ], "delta": "0:00:00.005859", "end": "2026-02-28 11:43:30.123305", "rc": 0, "start": "2026-02-28 11:43:30.117446" } STDOUT: 0: podman_config_files_user 100000 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.355) 0:00:35.499 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.037) 0:00:35.536 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.020) 0:00:35.556 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.019) 0:00:35.576 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.020) 0:00:35.596 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.019) 0:00:35.616 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.018) 0:00:35.634 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.032) 0:00:35.666 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.021) 0:00:35.687 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.019) 0:00:35.707 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.019) 0:00:35.726 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.018) 0:00:35.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 : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.019) 0:00:35.764 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.018) 0:00:35.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 [Check that files still exist and are non-null] *************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:133 Saturday 28 February 2026 11:43:30 -0500 (0:00:00.020) 0:00:35.803 ***** 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": 1772296996.5245144, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772296987.7844946, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 88080597, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772296987.4114938, "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": "1561224782", "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": 1772296996.8705153, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772296988.9004972, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 113246422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772296988.6374965, "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": "3118548785", "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": 1772296997.212516, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772296990.0094995, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 134217950, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772296989.748499, "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": "3487274284", "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": 1772296997.5455167, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772296991.537503, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 4001, "gr_name": "podman_config_files_user", "inode": 163578131, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1772296991.2645025, "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": "1560054294", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:140 Saturday 28 February 2026 11:43:31 -0500 (0:00:01.358) 0:00:37.161 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run the role with root config] ******************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:147 Saturday 28 February 2026 11:43:31 -0500 (0:00:00.025) 0:00:37.187 ***** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 28 February 2026 11:43:31 -0500 (0:00:00.099) 0:00:37.287 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.062) 0:00:37.349 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.027) 0:00:37.377 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.028) 0:00:37.405 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.022) 0:00:37.428 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.021) 0:00:37.450 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.021) 0:00:37.472 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.047) 0:00:37.519 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.023) 0:00:37.543 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.020) 0:00:37.564 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 28 February 2026 11:43:32 -0500 (0:00:00.020) 0:00:37.585 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.796) 0:00:38.381 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.022) 0:00:38.404 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.031) 0:00:38.436 ***** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.018) 0:00:38.454 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.018) 0:00:38.472 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.018) 0:00:38.490 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024301", "end": "2026-02-28 11:43:33.480268", "rc": 0, "start": "2026-02-28 11:43:33.455967" } STDOUT: podman version 5.8.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.365) 0:00:38.856 ***** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.8.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.021) 0:00:38.878 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.020) 0:00:38.898 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.019) 0:00:38.918 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.014) 0:00:38.932 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.028) 0:00:38.961 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.022) 0:00:38.983 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:33 -0500 (0:00:00.036) 0:00:39.019 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.348) 0:00:39.368 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.025) 0:00:39.393 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.036) 0:00:39.430 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.351) 0:00:39.781 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.021) 0:00:39.803 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.022) 0:00:39.825 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.020) 0:00:39.846 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.020) 0:00:39.867 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.019) 0:00:39.886 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.052) 0:00:39.939 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.021) 0:00:39.960 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.020) 0:00:39.981 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.051) 0:00:40.033 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 28 February 2026 11:43:34 -0500 (0:00:00.035) 0:00:40.069 ***** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 28 February 2026 11:43:35 -0500 (0:00:00.359) 0:00:40.429 ***** changed: [managed-node1] => { "changed": true, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "e3813896f4e4d5a205f986da19297282", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 348, "src": "/root/.ansible/tmp/ansible-tmp-1772297015.2149012-18865-125109314814490/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 28 February 2026 11:43:35 -0500 (0:00:00.703) 0:00:41.132 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 28 February 2026 11:43:35 -0500 (0:00:00.038) 0:00:41.171 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 28 February 2026 11:43:36 -0500 (0:00:00.361) 0:00:41.532 ***** changed: [managed-node1] => { "changed": true, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "23b29dbce04785b679e45bc3ff8d29e8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "src": "/root/.ansible/tmp/ansible-tmp-1772297016.3092113-18903-233447347295597/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 28 February 2026 11:43:36 -0500 (0:00:00.692) 0:00:42.225 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 28 February 2026 11:43:36 -0500 (0:00:00.037) 0:00:42.263 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 28 February 2026 11:43:37 -0500 (0:00:00.363) 0:00:42.626 ***** changed: [managed-node1] => { "changed": true, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "md5sum": "b3b96456d4f86ad8584fe12c08b59f51", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "src": "/root/.ansible/tmp/ansible-tmp-1772297017.4015915-18934-250657798804549/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 28 February 2026 11:43:38 -0500 (0:00:00.719) 0:00:43.346 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 28 February 2026 11:43:38 -0500 (0:00:00.055) 0:00:43.401 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 28 February 2026 11:43:38 -0500 (0:00:00.386) 0:00:43.787 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296802.9100876, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a71b1d310c167cdc95c2fc11e7835d5636768f14", "ctime": 1772296757.3219848, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 364904651, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1771245097.0, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 663, "uid": 0, "version": "2322659099", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 28 February 2026 11:43:38 -0500 (0:00:00.371) 0:00:44.159 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 28 February 2026 11:43:39 -0500 (0:00:00.352) 0:00:44.512 ***** changed: [managed-node1] => { "changed": true, "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "dest": "/etc/containers/policy.json", "gid": 0, "group": "root", "md5sum": "443c1986d4a8657dddae55f350d122e2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 67, "src": "/root/.ansible/tmp/ansible-tmp-1772297019.2521791-19005-251501624488007/.source.json", "state": "file", "uid": 0 } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 28 February 2026 11:43:39 -0500 (0:00:00.703) 0:00:45.216 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 28 February 2026 11:43:39 -0500 (0:00:00.026) 0:00:45.242 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 28 February 2026 11:43:39 -0500 (0:00:00.022) 0:00:45.264 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 28 February 2026 11:43:39 -0500 (0:00:00.021) 0:00:45.286 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 28 February 2026 11:43:39 -0500 (0:00:00.016) 0:00:45.302 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.050) 0:00:45.352 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.022) 0:00:45.375 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.032) 0:00:45.408 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.022) 0:00:45.430 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.025) 0:00:45.456 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.043) 0:00:45.500 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.384) 0:00:45.884 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.022) 0:00:45.906 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.025) 0:00:45.932 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.022) 0:00:45.954 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.035) 0:00:45.989 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.033) 0:00:46.023 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.035) 0:00:46.058 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.034) 0:00:46.092 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.080) 0:00:46.172 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:40 -0500 (0:00:00.057) 0:00:46.230 ***** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:41 -0500 (0:00:00.410) 0:00:46.641 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Ensure credential file content is present] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:41 -0500 (0:00:00.030) 0:00:46.671 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.672) 0:00:47.343 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.020) 0:00:47.364 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.019) 0:00:47.384 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.018) 0:00:47.403 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.018) 0:00:47.421 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.016) 0:00:47.437 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.015) 0:00:47.453 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.015) 0:00:47.468 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.052) 0:00:47.521 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.022) 0:00:47.544 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.032) 0:00:47.576 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.022) 0:00:47.599 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.032) 0:00:47.632 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.034) 0:00:47.666 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.351) 0:00:48.017 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.021) 0:00:48.039 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.020) 0:00:48.060 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.021) 0:00:48.082 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.019) 0:00:48.102 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.019) 0:00:48.121 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.019) 0:00:48.141 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.021) 0:00:48.163 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.019) 0:00:48.183 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.034) 0:00:48.218 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.019) 0:00:48.237 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.021) 0:00:48.258 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.019) 0:00:48.278 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.018) 0:00:48.296 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:42 -0500 (0:00:00.018) 0:00:48.315 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 28 February 2026 11:43:43 -0500 (0:00:00.020) 0:00:48.335 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that files exist and are non-null] ********************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:155 Saturday 28 February 2026 11:43:43 -0500 (0:00:00.020) 0:00:48.356 ***** 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": 1772297015.7535582, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772297015.7575583, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 570425574, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772297015.5025578, "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": "880127892", "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": 1772297016.8475606, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772297016.8515608, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 591397075, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772297016.5995603, "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": "4213376466", "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": 1772297017.9594722, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772297017.9585633, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 612368610, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772297017.9594731, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "2770861346", "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": 1772297019.8400366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772297019.8395674, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 650117340, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1772297019.8400373, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2663965472", "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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:162 Saturday 28 February 2026 11:43:44 -0500 (0:00:01.349) 0:00:49.705 ***** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.150) 0:00:49.856 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.031) 0:00:49.887 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.026) 0:00:49.914 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.022) 0:00:49.936 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.022) 0:00:49.958 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.021) 0:00:49.980 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.023) 0:00:50.004 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.046) 0:00:50.050 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.021) 0:00:50.072 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.022) 0:00:50.094 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 28 February 2026 11:43:44 -0500 (0:00:00.022) 0:00:50.116 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 28 February 2026 11:43:45 -0500 (0:00:00.791) 0:00:50.908 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 28 February 2026 11:43:45 -0500 (0:00:00.020) 0:00:50.929 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 28 February 2026 11:43:45 -0500 (0:00:00.026) 0:00:50.956 ***** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 28 February 2026 11:43:45 -0500 (0:00:00.018) 0:00:50.974 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 28 February 2026 11:43:45 -0500 (0:00:00.019) 0:00:50.994 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 28 February 2026 11:43:45 -0500 (0:00:00.019) 0:00:51.014 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024954", "end": "2026-02-28 11:43:46.001392", "rc": 0, "start": "2026-02-28 11:43:45.976438" } STDOUT: podman version 5.8.0 STDERR: time="2026-02-28T11:43:45-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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.363) 0:00:51.377 ***** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.8.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.022) 0:00:51.399 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.020) 0:00:51.420 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.021) 0:00:51.441 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.012) 0:00:51.454 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.029) 0:00:51.484 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.023) 0:00:51.507 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.038) 0:00:51.546 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.023) 0:00:51.569 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.023) 0:00:51.593 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.033) 0:00:51.626 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.354) 0:00:51.981 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.023) 0:00:52.004 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.022) 0:00:52.026 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.020) 0:00:52.047 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.022) 0:00:52.069 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.057) 0:00:52.126 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.021) 0:00:52.148 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.020) 0:00:52.169 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.020) 0:00:52.189 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.055) 0:00:52.244 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 28 February 2026 11:43:46 -0500 (0:00:00.035) 0:00:52.279 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 28 February 2026 11:43:47 -0500 (0:00:00.360) 0:00:52.640 ***** ok: [managed-node1] => { "changed": false, "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/containers.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 348, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 28 February 2026 11:43:47 -0500 (0:00:00.644) 0:00:53.284 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 28 February 2026 11:43:47 -0500 (0:00:00.036) 0:00:53.321 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 60, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 28 February 2026 11:43:48 -0500 (0:00:00.355) 0:00:53.677 ***** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 28 February 2026 11:43:49 -0500 (0:00:00.651) 0:00:54.329 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 28 February 2026 11:43:49 -0500 (0:00:00.037) 0:00:54.366 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 28 February 2026 11:43:49 -0500 (0:00:00.362) 0:00:54.728 ***** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 28 February 2026 11:43:50 -0500 (0:00:00.648) 0:00:55.377 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 28 February 2026 11:43:50 -0500 (0:00:00.040) 0:00:55.418 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 28 February 2026 11:43:50 -0500 (0:00:00.363) 0:00:55.782 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772297024.3225768, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772297019.8395674, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 650117340, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1772297019.8400373, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2663965472", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 28 February 2026 11:43:50 -0500 (0:00:00.351) 0:00:56.133 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.343) 0:00:56.476 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.024) 0:00:56.501 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.020) 0:00:56.522 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.019) 0:00:56.541 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.018) 0:00:56.560 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.016) 0:00:56.577 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.049) 0:00:56.626 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.023) 0:00:56.649 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.032) 0:00:56.682 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.023) 0:00:56.705 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.024) 0:00:56.729 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.033) 0:00:56.763 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.348) 0:00:57.111 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.021) 0:00:57.132 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.024) 0:00:57.157 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.021) 0:00:57.178 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.020) 0:00:57.199 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.021) 0:00:57.220 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.022) 0:00:57.242 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:51 -0500 (0:00:00.059) 0:00:57.302 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:52 -0500 (0:00:00.023) 0:00:57.325 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:52 -0500 (0:00:00.035) 0:00:57.361 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:52 -0500 (0:00:00.353) 0:00:57.715 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:52 -0500 (0:00:00.034) 0:00:57.749 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.596) 0:00:58.346 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.020) 0:00:58.366 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.020) 0:00:58.387 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.021) 0:00:58.408 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.015) 0:00:58.424 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.015) 0:00:58.440 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.015) 0:00:58.455 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.021) 0:00:58.477 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml for managed-node1 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set user and group] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:3 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.078) 0:00:58.555 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_credential_group": "", "__podman_credential_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:9 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.027) 0:00:58.582 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.035) 0:00:58.618 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.028) 0:00:58.647 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.035) 0:00:58.682 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.038) 0:00:58.720 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.357) 0:00:59.078 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.027) 0:00:59.105 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.023) 0:00:59.128 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.029) 0:00:59.158 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.020) 0:00:59.179 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.024) 0:00:59.203 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.021) 0:00:59.224 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.020) 0:00:59.244 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set credential variables] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:15 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.019) 0:00:59.264 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:30 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.034) 0:00:59.298 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_state == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure credential file is copied] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:41 Saturday 28 February 2026 11:43:53 -0500 (0:00:00.021) 0:00:59.320 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:53 Saturday 28 February 2026 11:43:54 -0500 (0:00:00.020) 0:00:59.341 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:71 Saturday 28 February 2026 11:43:54 -0500 (0:00:00.024) 0:00:59.366 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:77 Saturday 28 February 2026 11:43:54 -0500 (0:00:00.020) 0:00:59.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 [fedora.linux_system_roles.podman : Ensure the credentials directory is absent if empty] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_credential_files.yml:85 Saturday 28 February 2026 11:43:54 -0500 (0:00:00.033) 0:00:59.420 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_credential_item[\"state\"] | d(\"present\") == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 28 February 2026 11:43:54 -0500 (0:00:00.033) 0:00:59.453 ***** skipping: [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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:170 Saturday 28 February 2026 11:43:54 -0500 (0:00:00.036) 0:00:59.490 ***** 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": 1772297023.3285747, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b1776092f2908d76e11fd6af87267469b2c17d5a", "ctime": 1772297015.7575583, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 570425574, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772297015.5025578, "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": "880127892", "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": 1772297023.6605754, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "ctime": 1772297016.8515608, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 591397075, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772297016.5995603, "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": "4213376466", "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": 1772297023.990576, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "ctime": 1772297017.9585633, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 612368610, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772297017.9594731, "nlink": 1, "path": "/etc/containers/storage.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "2770861346", "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": 1772297024.3225768, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772297019.8395674, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 650117340, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1772297019.8400373, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2663965472", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check that nothing changed] ********************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:177 Saturday 28 February 2026 11:43:55 -0500 (0:00:01.483) 0:01:00.974 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:184 Saturday 28 February 2026 11:43:55 -0500 (0:00:00.030) 0:01:01.005 ***** included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/home/podman_config_files_user/.config/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/home/podman_config_files_user/.config/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/home/podman_config_files_user/.config/containers/storage.conf) included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/etc/containers/containers.conf.d/50-systemroles.conf) included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/etc/containers/registries.conf.d/50-systemroles.conf) included: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml for managed-node1 => (item=/etc/containers/storage.conf) TASK [Get file] **************************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 28 February 2026 11:43:55 -0500 (0:00:00.143) 0:01:01.148 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 28 February 2026 11:43:56 -0500 (0:00:00.361) 0:01:01.510 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 28 February 2026 11:43:56 -0500 (0:00:00.084) 0:01:01.595 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 28 February 2026 11:43:56 -0500 (0:00:00.347) 0:01:01.943 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 28 February 2026 11:43:56 -0500 (0:00:00.065) 0:01:02.009 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 28 February 2026 11:43:57 -0500 (0:00:00.336) 0:01:02.345 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 28 February 2026 11:43:57 -0500 (0:00:00.067) 0:01:02.413 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 28 February 2026 11:43:57 -0500 (0:00:00.345) 0:01:02.759 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 28 February 2026 11:43:57 -0500 (0:00:00.066) 0:01:02.826 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 28 February 2026 11:43:57 -0500 (0:00:00.341) 0:01:03.167 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:3 Saturday 28 February 2026 11:43:57 -0500 (0:00:00.067) 0:01:03.234 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/check_header.yml:9 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.338) 0:01:03.572 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Try formatting sub-dict as TOML table with new formatter] **************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:198 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.066) 0:01:03.639 ***** included: fedora.linux_system_roles.podman for managed-node1 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.139) 0:01:03.779 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.031) 0:01:03.810 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.025) 0:01:03.836 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.022) 0:01:03.859 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.021) 0:01:03.881 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.021) 0:01:03.902 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.020) 0:01:03.923 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.059) 0:01:03.982 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.022) 0:01:04.005 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.021) 0:01:04.026 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 28 February 2026 11:43:58 -0500 (0:00:00.020) 0:01:04.047 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 28 February 2026 11:43:59 -0500 (0:00:00.799) 0:01:04.846 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 28 February 2026 11:43:59 -0500 (0:00:00.021) 0:01:04.868 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 28 February 2026 11:43:59 -0500 (0:00:00.024) 0:01:04.892 ***** skipping: [managed-node1] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 28 February 2026 11:43:59 -0500 (0:00:00.019) 0:01:04.912 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 28 February 2026 11:43:59 -0500 (0:00:00.018) 0:01:04.930 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 28 February 2026 11:43:59 -0500 (0:00:00.019) 0:01:04.950 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025676", "end": "2026-02-28 11:43:59.950206", "rc": 0, "start": "2026-02-28 11:43:59.924530" } STDOUT: podman version 5.8.0 STDERR: time="2026-02-28T11:43:59-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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.418) 0:01:05.369 ***** ok: [managed-node1] => { "ansible_facts": { "podman_version": "5.8.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.023) 0:01:05.392 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.022) 0:01:05.415 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.020) 0:01:05.435 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.014) 0:01:05.450 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.029) 0:01:05.480 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.022) 0:01:05.502 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.036) 0:01:05.539 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.024) 0:01:05.564 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.022) 0:01:05.586 ***** ok: [managed-node1] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.033) 0:01:05.620 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772296783.898044, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "6882fe65bb96fa63df7bce0123aa49ff943f693c", "ctime": 1772296757.2649846, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 762360, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1765282333.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15496, "uid": 0, "version": "1827856275", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.354) 0:01:05.974 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.034) 0:01:06.008 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.021) 0:01:06.029 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.021) 0:01:06.050 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.020) 0:01:06.071 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.021) 0:01:06.092 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.020) 0:01:06.113 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.019) 0:01:06.132 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.018) 0:01:06.151 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.054) 0:01:06.206 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 28 February 2026 11:44:00 -0500 (0:00:00.035) 0:01:06.241 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/containers.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 33, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 28 February 2026 11:44:01 -0500 (0:00:00.363) 0:01:06.604 ***** changed: [managed-node1] => { "changed": true, "checksum": "9694c1d1c700a6435eecf4066b052584f4ee94c0", "dest": "/etc/containers/containers.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "md5sum": "73318e68b66c68cfc49b9c825425b2d9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 414, "src": "/root/.ansible/tmp/ansible-tmp-1772297041.3802097-19808-225144981785105/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 28 February 2026 11:44:01 -0500 (0:00:00.715) 0:01:07.319 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 28 February 2026 11:44:02 -0500 (0:00:00.037) 0:01:07.356 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/registries.conf.d", "secontext": "system_u:object_r:etc_t:s0", "size": 60, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 28 February 2026 11:44:02 -0500 (0:00:00.369) 0:01:07.726 ***** ok: [managed-node1] => { "changed": false, "checksum": "fde25488ce7040f1639af7bfc88ed125318cc0b0", "dest": "/etc/containers/registries.conf.d/50-systemroles.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/registries.conf.d/50-systemroles.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 632, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 28 February 2026 11:44:03 -0500 (0:00:00.657) 0:01:08.384 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 28 February 2026 11:44:03 -0500 (0:00:00.037) 0:01:08.422 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 28 February 2026 11:44:03 -0500 (0:00:00.368) 0:01:08.790 ***** ok: [managed-node1] => { "changed": false, "checksum": "38f015f4780579bd388dd955b42916199fd7fe19", "dest": "/etc/containers/storage.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/storage.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 112, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 28 February 2026 11:44:04 -0500 (0:00:00.647) 0:01:09.437 ***** included: /tmp/collections-GoA/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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 28 February 2026 11:44:04 -0500 (0:00:00.040) 0:01:09.478 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers", "secontext": "system_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 28 February 2026 11:44:04 -0500 (0:00:00.370) 0:01:09.848 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1772297024.3225768, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6746c079ad563b735fc39f73d4876654b80b0a0d", "ctime": 1772297019.8395674, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 650117340, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/json", "mode": "0644", "mtime": 1772297019.8400373, "nlink": 1, "path": "/etc/containers/policy.json", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 67, "uid": 0, "version": "2663965472", "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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 28 February 2026 11:44:04 -0500 (0:00:00.356) 0:01:10.204 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.343) 0:01:10.547 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__policy_existing != podman_policy_json", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.023) 0:01:10.571 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.064) 0:01:10.635 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.021) 0:01:10.657 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.019) 0:01:10.677 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.017) 0:01:10.694 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.018) 0:01:10.712 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.016) 0:01:10.729 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.016) 0:01:10.746 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.016) 0:01:10.763 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.017) 0:01:10.780 ***** skipping: [managed-node1] => { "censored": "the output 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-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.015) 0:01:10.796 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Get config file] ********************************************************* task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:204 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.021) 0:01:10.818 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:209 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.343) 0:01:11.162 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:231 Saturday 28 February 2026 11:44:05 -0500 (0:00:00.051) 0:01:11.213 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:237 Saturday 28 February 2026 11:44:08 -0500 (0:00:02.645) 0:01:13.859 ***** 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-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:245 Saturday 28 February 2026 11:44:09 -0500 (0:00:00.717) 0:01:14.577 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "tar", "xfvpP", "/tmp/lsr_podman_config_ptzsmepa/backup.tar" ], "delta": "0:00:00.005206", "end": "2026-02-28 11:44:09.554750", "rc": 0, "start": "2026-02-28 11:44:09.549544" } STDOUT: /etc/containers/storage.conf /etc/containers/policy.json TASK [Remove temp directory] *************************************************** task path: /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:250 Saturday 28 February 2026 11:44:09 -0500 (0:00:00.363) 0:01:14.940 ***** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_podman_config_ptzsmepa", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=249 changed=21 unreachable=0 failed=0 skipped=321 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 February 2026 11:44:09 -0500 (0:00:00.370) 0:01:15.311 ***** =============================================================================== Remove test config files ------------------------------------------------ 2.65s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:231 Check that files still exist and are non-null --------------------------- 1.48s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:170 Check that files exist and are non-null --------------------------------- 1.40s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:113 Check that files still exist and are non-null --------------------------- 1.36s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:133 Check that files exist and are non-null --------------------------------- 1.35s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:155 Gathering Facts --------------------------------------------------------- 1.03s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:9 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.02s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update container config file --------- 0.84s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.80s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.80s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.80s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.80s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.79s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Update registries config file -------- 0.75s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 fedora.linux_system_roles.podman : Update storage config file ----------- 0.72s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Remove credential files ------------------------------------------------- 0.72s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/tests/podman/tests_config_files.yml:237 fedora.linux_system_roles.podman : Update registries config file -------- 0.72s /tmp/collections-GoA/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.72s /tmp/collections-GoA/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.70s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 fedora.linux_system_roles.podman : Write new policy.json file ----------- 0.70s /tmp/collections-GoA/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27