ansible-playbook [core 2.17.12] 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-PO3 executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, May 9 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] (/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_default.yml **************************************************** 2 plays in /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/tests/podman/tests_default.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/tests/podman/tests_default.yml:5 Saturday 24 May 2025 12:31:32 -0400 (0:00:00.054) 0:00:00.054 ********** 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-Ogi/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 24 May 2025 12:31:32 -0400 (0:00:00.031) 0:00:00.086 ********** included: /tmp/collections-PO3/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-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 24 May 2025 12:31:32 -0400 (0:00:00.016) 0:00:00.102 ********** [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 [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 24 May 2025 12:31:33 -0400 (0:00:00.779) 0:00:00.882 ********** 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-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 24 May 2025 12:31:34 -0400 (0:00:00.421) 0:00:01.304 ********** 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-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 24 May 2025 12:31:34 -0400 (0:00:00.019) 0:00:01.324 ********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 24 May 2025 12:31:34 -0400 (0:00:00.360) 0:00:01.684 ********** 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-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 24 May 2025 12:31:34 -0400 (0:00:00.029) 0:00:01.714 ********** ok: [managed-node1] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 24 May 2025 12:31:34 -0400 (0:00:00.067) 0:00:01.782 ********** 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-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 24 May 2025 12:31:35 -0400 (0:00:01.096) 0:00:02.878 ********** 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-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 24 May 2025 12:31:35 -0400 (0:00:00.042) 0:00:02.921 ********** fatal: [managed-node1]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried PLAY RECAP ********************************************************************* managed-node1 : ok=9 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.12", "end_time": "2025-05-24T16:31:40.041639+00:00Z", "host": "managed-node1", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-05-24T16:31:35.810098+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 12:31:40 -0400 (0:00:04.233) 0:00:07.154 ********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed --- 4.23s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.10s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure ansible_facts used by role ---- 0.78s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 fedora.linux_system_roles.podman : Check if system is ostree ------------ 0.42s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin --- 0.36s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 fedora.linux_system_roles.podman : Set platform/version specific variables --- 0.07s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 fedora.linux_system_roles.podman : Enable copr if requested ------------- 0.04s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Include vault variables ------------------------------------------------- 0.03s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/tests/podman/tests_default.yml:5 fedora.linux_system_roles.podman : Set flag if transactional-update exists --- 0.03s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 fedora.linux_system_roles.podman : Set flag to indicate system is ostree --- 0.02s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 fedora.linux_system_roles.podman : Set platform/version specific variables --- 0.02s /tmp/collections-PO3/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3