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 redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf 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_ethtool_ring_nm.yml ******************************************** 2 plays in /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_nm.yml PLAY [Run playbook 'playbooks/tests_ethtool_ring.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_nm.yml:6 Saturday 24 May 2025 08:46:27 -0400 (0:00:00.032) 0:00:00.032 ********** [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_ethtool_ring_nm.yml:9 Saturday 24 May 2025 08:46:29 -0400 (0:00:01.342) 0:00:01.374 ********** 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:46:29 -0400 (0:00:00.055) 0:00:01.430 ********** 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:46:29 -0400 (0:00:00.703) 0:00:02.134 ********** 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:46:30 -0400 (0:00:00.736) 0:00:02.871 ********** 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:46:30 -0400 (0:00:00.039) 0:00:02.910 ********** 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_ethtool_ring_nm.yml:11 Saturday 24 May 2025 08:46:30 -0400 (0:00:00.026) 0:00:02.937 ********** 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_ethtool_ring_nm.yml:23 Saturday 24 May 2025 08:46:30 -0400 (0:00:00.025) 0:00:02.963 ********** 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:46:34.757579+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:46:30.730775+00:00Z", "task_name": "Install NetworkManager", "task_path": "/tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_nm.yml:23" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 08:46:34 -0400 (0:00:04.032) 0:00:06.996 ********** =============================================================================== Install NetworkManager -------------------------------------------------- 4.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_nm.yml:23 Gathering Facts --------------------------------------------------------- 1.34s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_nm.yml:6 Check if system is ostree ----------------------------------------------- 0.74s /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.70s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Include the task 'el_repo_setup.yml' ------------------------------------ 0.06s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_nm.yml:9 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 Fix CentOS6 Base repo --------------------------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Set network provider to 'nm' -------------------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_ring_nm.yml:11