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-50j 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_provider_nm.yml ************************************************ 2 plays in /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml PLAY [Run playbook 'playbooks/tests_provider.yml' with nm as provider] ********* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:6 Saturday 24 May 2025 08:47:29 -0400 (0:00:00.018) 0:00:00.018 ********** [WARNING]: Platform linux on host managed-node7 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-node7] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:9 Saturday 24 May 2025 08:47:30 -0400 (0:00:01.081) 0:00:01.100 ********** included: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node7 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 24 May 2025 08:47:30 -0400 (0:00:00.034) 0:00:01.134 ********** ok: [managed-node7] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 24 May 2025 08:47:30 -0400 (0:00:00.512) 0:00:01.646 ********** ok: [managed-node7] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 24 May 2025 08:47:31 -0400 (0:00:00.548) 0:00:02.194 ********** ok: [managed-node7] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 24 May 2025 08:47:31 -0400 (0:00:00.037) 0:00:02.232 ********** skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:11 Saturday 24 May 2025 08:47:31 -0400 (0:00:00.025) 0:00:02.258 ********** ok: [managed-node7] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:23 Saturday 24 May 2025 08:47:31 -0400 (0:00:00.026) 0:00:02.284 ********** fatal: [managed-node7]: 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-node7 : ok=6 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-24T12:47:35.292657+00:00Z", "host": "managed-node7", "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-24T12:47:31.606515+00:00Z", "task_name": "Install NetworkManager", "task_path": "/tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:23" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 08:47:35 -0400 (0:00:03.690) 0:00:05.975 ********** =============================================================================== Install NetworkManager -------------------------------------------------- 3.69s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:23 Gathering Facts --------------------------------------------------------- 1.08s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:6 Check if system is ostree ----------------------------------------------- 0.55s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Gather the minimum subset of ansible_facts required by the network role test --- 0.51s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Include the task 'el_repo_setup.yml' ------------------------------------ 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:9 Set network provider to 'nm' -------------------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_provider_nm.yml:11 Fix CentOS6 Base repo --------------------------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26