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-Bzf 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_precedence.yml ************************************************* 1 plays in /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml PLAY [Test options precedence when mixing ssh dict and ssh_* variables] ******** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:2 Saturday 24 May 2025 17:16:39 -0400 (0:00:00.017) 0:00:00.017 ********** [WARNING]: Platform linux on host managed-node2 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-node2] TASK [Backup configuration files] ********************************************** task path: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:11 Saturday 24 May 2025 17:16:40 -0400 (0:00:01.014) 0:00:01.031 ********** included: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml for managed-node2 TASK [Setup] ******************************************************************* task path: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Saturday 24 May 2025 17:16:40 -0400 (0:00:00.017) 0:00:01.048 ********** included: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml for managed-node2 TASK [Ensure facts used by test] *********************************************** task path: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2 Saturday 24 May 2025 17:16:40 -0400 (0:00:00.032) 0:00:01.080 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "'os_family' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Saturday 24 May 2025 17:16:40 -0400 (0:00:00.013) 0:00:01.094 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Saturday 24 May 2025 17:16:41 -0400 (0:00:00.420) 0:00:01.514 ********** ok: [managed-node2] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Saturday 24 May 2025 17:16:41 -0400 (0:00:00.033) 0:00:01.548 ********** fatal: [managed-node2]: 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-node2 : ok=5 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-24T21:16:44.835506+00:00Z", "host": "managed-node2", "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-24T21:16:41.161001+00:00Z", "task_name": "Make sure openssh is installed before creating backup", "task_path": "/tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 17:16:44 -0400 (0:00:03.676) 0:00:05.225 ********** =============================================================================== Make sure openssh is installed before creating backup ------------------- 3.68s /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:19 Gathering Facts --------------------------------------------------------- 1.01s /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:2 Check if system is ostree ----------------------------------------------- 0.42s /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:10 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:15 Setup ------------------------------------------------------------------- 0.03s /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/backup.yml:2 Backup configuration files ---------------------------------------------- 0.02s /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tests_precedence.yml:11 Ensure facts used by test ----------------------------------------------- 0.01s /tmp/collections-Bzf/ansible_collections/fedora/linux_system_roles/tests/ssh/tasks/setup.yml:2