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-phW executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)] (/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_eth_dns_support_nm.yml ***************************************** 2 plays in /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_eth_dns_support_nm.yml PLAY [Run playbook 'playbooks/tests_eth_dns_support.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_eth_dns_support_nm.yml:6 Saturday 25 October 2025 08:46:08 -0400 (0:00:00.056) 0:00:00.056 ****** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, 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 [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_eth_dns_support_nm.yml:9 Saturday 25 October 2025 08:46:11 -0400 (0:00:02.604) 0:00:02.661 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node2 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 25 October 2025 08:46:11 -0400 (0:00:00.094) 0:00:02.755 ****** ok: [managed-node2] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 25 October 2025 08:46:12 -0400 (0:00:00.817) 0:00:03.573 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 25 October 2025 08:46:13 -0400 (0:00:01.066) 0:00:04.640 ****** ok: [managed-node2] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 25 October 2025 08:46:13 -0400 (0:00:00.165) 0:00:04.805 ****** skipping: [managed-node2] => { "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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_eth_dns_support_nm.yml:11 Saturday 25 October 2025 08:46:13 -0400 (0:00:00.096) 0:00:04.902 ****** ok: [managed-node2] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing dns support] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:3 Saturday 25 October 2025 08:46:13 -0400 (0:00:00.095) 0:00:04.998 ****** ok: [managed-node2] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:9 Saturday 25 October 2025 08:46:15 -0400 (0:00:01.232) 0:00:06.230 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:46:15 -0400 (0:00:00.085) 0:00:06.315 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:46:15 -0400 (0:00:00.104) 0:00:06.420 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003632", "end": "2025-10-25 08:46:16.343634", "rc": 0, "start": "2025-10-25 08:46:16.340002" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:46:16 -0400 (0:00:01.216) 0:00:07.636 ****** ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:46:16 -0400 (0:00:00.097) 0:00:07.733 ****** ok: [managed-node2] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:12 Saturday 25 October 2025 08:46:16 -0400 (0:00:00.126) 0:00:07.860 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 October 2025 08:46:16 -0400 (0:00:00.202) 0:00:08.063 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 October 2025 08:46:16 -0400 (0:00:00.079) 0:00:08.143 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 October 2025 08:46:17 -0400 (0:00:00.059) 0:00:08.202 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 25 October 2025 08:46:17 -0400 (0:00:00.087) 0:00:08.290 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 October 2025 08:46:17 -0400 (0:00:00.105) 0:00:08.395 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004066", "end": "2025-10-25 08:46:17.718244", "rc": 0, "start": "2025-10-25 08:46:17.714178" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 October 2025 08:46:17 -0400 (0:00:00.568) 0:00:08.963 ****** ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 25 October 2025 08:46:17 -0400 (0:00:00.063) 0:00:09.027 ****** ok: [managed-node2] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 October 2025 08:46:17 -0400 (0:00:00.072) 0:00:09.099 ****** ok: [managed-node2] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest0] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 25 October 2025 08:46:19 -0400 (0:00:01.639) 0:00:10.738 ****** ok: [managed-node2] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.007006", "end": "2025-10-25 08:46:20.169244", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2025-10-25 08:46:20.162238" } ok: [managed-node2] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.004011", "end": "2025-10-25 08:46:20.701642", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2025-10-25 08:46:20.697631" } ok: [managed-node2] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.003663", "end": "2025-10-25 08:46:21.266477", "item": "ip link set ethtest0 up", "rc": 0, "start": "2025-10-25 08:46:21.262814" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 25 October 2025 08:46:21 -0400 (0:00:01.802) 0:00:12.541 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.030108", "end": "2025-10-25 08:46:21.914166", "rc": 0, "start": "2025-10-25 08:46:21.884058" } TASK [Delete veth interface ethtest0] ****************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.641) 0:00:13.183 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.062) 0:00:13.246 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.081) 0:00:13.327 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.064) 0:00:13.391 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.094) 0:00:13.486 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:17 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.095) 0:00:13.581 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node2 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.106) 0:00:13.687 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:46:22 -0400 (0:00:00.063) 0:00:13.751 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1761396380.1660986, "block_size": 4096, "blocks": 0, "ctime": 1761396380.1660986, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27400, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1761396380.1660986, "nlink": 1, "path": "/sys/class/net/ethtest0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'ethtest0'] *********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 25 October 2025 08:46:23 -0400 (0:00:00.577) 0:00:14.329 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Include network role] **************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:20 Saturday 25 October 2025 08:46:23 -0400 (0:00:00.078) 0:00:14.408 ****** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:46:23 -0400 (0:00:00.333) 0:00:14.741 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:46:23 -0400 (0:00:00.131) 0:00:14.873 ****** skipping: [managed-node2] => { "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.network : Check if system is ostree] *********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:46:23 -0400 (0:00:00.189) 0:00:15.062 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:46:23 -0400 (0:00:00.083) 0:00:15.146 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:46:24 -0400 (0:00:00.102) 0:00:15.249 ****** ok: [managed-node2] => { "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.network : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:46:26 -0400 (0:00:02.781) 0:00:18.030 ****** ok: [managed-node2] => { "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.network : Print network provider] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:46:29 -0400 (0:00:02.595) 0:00:20.627 ****** ok: [managed-node2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:46:29 -0400 (0:00:00.232) 0:00:20.859 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:46:29 -0400 (0:00:00.158) 0:00:21.017 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:46:29 -0400 (0:00:00.077) 0:00:21.095 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:46:30 -0400 (0:00:00.144) 0:00:21.240 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:46:30 -0400 (0:00:00.262) 0:00:21.503 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:46:30 -0400 (0:00:00.267) 0:00:21.770 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:46:30 -0400 (0:00:00.296) 0:00:22.067 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:46:31 -0400 (0:00:00.359) 0:00:22.426 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:46:31 -0400 (0:00:00.147) 0:00:22.573 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:46:31 -0400 (0:00:00.153) 0:00:22.727 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:46:31 -0400 (0:00:00.302) 0:00:23.030 ****** ok: [managed-node2] => { "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.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:46:33 -0400 (0:00:01.955) 0:00:24.985 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:46:34 -0400 (0:00:00.337) 0:00:25.322 ****** skipping: [managed-node2] => { "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.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:46:34 -0400 (0:00:00.198) 0:00:25.521 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:46:34 -0400 (0:00:00.191) 0:00:25.713 ****** changed: [managed-node2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "192.0.2.3/24", "198.51.100.3/26", "2001:db8::80/7" ], "auto6": false, "dhcp4": false, "dns": [ "192.0.2.2", "198.51.100.5", "2001:db8::20" ], "dns_options": [ "no-aaaa", "rotate", "timeout:1" ], "dns_priority": 9999, "dns_search": [ "example.com", "example.org" ], "gateway4": "192.0.2.1", "gateway6": "2001:db8::1", "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26 }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26 } ], "route_append_only": false, "route_metric4": 100, "route_metric6": -1, "rule_append_only": true }, "name": "ethtest0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092 [004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:46:36 -0400 (0:00:02.165) 0:00:27.878 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:46:36 -0400 (0:00:00.219) 0:00:28.098 ****** ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:46:37 -0400 (0:00:00.196) 0:00:28.295 ****** ok: [managed-node2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "192.0.2.3/24", "198.51.100.3/26", "2001:db8::80/7" ], "auto6": false, "dhcp4": false, "dns": [ "192.0.2.2", "198.51.100.5", "2001:db8::20" ], "dns_options": [ "no-aaaa", "rotate", "timeout:1" ], "dns_priority": 9999, "dns_search": [ "example.com", "example.org" ], "gateway4": "192.0.2.1", "gateway6": "2001:db8::1", "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26 }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26 } ], "route_append_only": false, "route_metric4": 100, "route_metric6": -1, "rule_append_only": true }, "name": "ethtest0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092\n[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 1284fe31-bfa6-4576-b86e-59b9f732d092 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:46:37 -0400 (0:00:00.246) 0:00:28.542 ****** skipping: [managed-node2] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:46:37 -0400 (0:00:00.149) 0:00:28.691 ****** ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Verify nmcli connection DNS entry for IPv4] ****************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:68 Saturday 25 October 2025 08:46:38 -0400 (0:00:00.871) 0:00:29.562 ****** ok: [managed-node2] => { "changed": false, "cmd": "set -euxo pipefail\nnmcli connection show ethtest0 | grep ipv4.dns\n", "delta": "0:00:00.023965", "end": "2025-10-25 08:46:38.942202", "rc": 0, "start": "2025-10-25 08:46:38.918237" } STDOUT: ipv4.dns: 192.0.2.2,198.51.100.5 ipv4.dns-search: example.com,example.org ipv4.dns-options: no-aaaa,rotate,timeout:1 ipv4.dns-priority: 9999 STDERR: + nmcli connection show ethtest0 + grep ipv4.dns TASK [Verify nmcli connection DNS entry for IPv6] ****************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:76 Saturday 25 October 2025 08:46:39 -0400 (0:00:00.679) 0:00:30.242 ****** ok: [managed-node2] => { "changed": false, "cmd": "set -euxo pipefail\nnmcli connection show ethtest0 | grep ipv6.dns\n", "delta": "0:00:00.022443", "end": "2025-10-25 08:46:39.530509", "rc": 0, "start": "2025-10-25 08:46:39.508066" } STDOUT: ipv6.dns: 2001:db8::20 ipv6.dns-search: example.com,example.org ipv6.dns-options: no-aaaa,rotate,timeout:1 ipv6.dns-priority: 9999 STDERR: + nmcli connection show ethtest0 + grep ipv6.dns TASK [Assert that DNS addresses are configured correctly] ********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:84 Saturday 25 October 2025 08:46:39 -0400 (0:00:00.642) 0:00:30.885 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS search domains are configured correctly] ***************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:92 Saturday 25 October 2025 08:46:40 -0400 (0:00:00.465) 0:00:31.350 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS options are configured correctly] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:101 Saturday 25 October 2025 08:46:40 -0400 (0:00:00.198) 0:00:31.548 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS priority is configured correctly] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:112 Saturday 25 October 2025 08:46:40 -0400 (0:00:00.144) 0:00:31.693 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Include the tasks 'down_profile+delete_interface.yml'] ******************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:119 Saturday 25 October 2025 08:46:40 -0400 (0:00:00.189) 0:00:31.883 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml for managed-node2 TASK [Include the task 'down_profile.yml'] ************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml:3 Saturday 25 October 2025 08:46:41 -0400 (0:00:00.396) 0:00:32.279 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile.yml for managed-node2 TASK [Set down ethtest0] ******************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile.yml:3 Saturday 25 October 2025 08:46:41 -0400 (0:00:00.336) 0:00:32.616 ****** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:46:41 -0400 (0:00:00.490) 0:00:33.106 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:46:42 -0400 (0:00:00.411) 0:00:33.518 ****** skipping: [managed-node2] => { "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.network : Check if system is ostree] *********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:46:42 -0400 (0:00:00.366) 0:00:33.885 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:46:42 -0400 (0:00:00.235) 0:00:34.120 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:46:43 -0400 (0:00:00.247) 0:00:34.367 ****** ok: [managed-node2] => { "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.network : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:46:45 -0400 (0:00:02.542) 0:00:36.909 ****** ok: [managed-node2] => { "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.network : Print network provider] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:46:47 -0400 (0:00:01.443) 0:00:38.353 ****** ok: [managed-node2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:46:47 -0400 (0:00:00.247) 0:00:38.601 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:46:47 -0400 (0:00:00.164) 0:00:38.765 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:46:47 -0400 (0:00:00.152) 0:00:38.918 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:46:48 -0400 (0:00:00.407) 0:00:39.325 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:46:48 -0400 (0:00:00.377) 0:00:39.703 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:46:48 -0400 (0:00:00.308) 0:00:40.012 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:46:49 -0400 (0:00:00.331) 0:00:40.344 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:46:49 -0400 (0:00:00.629) 0:00:40.973 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:46:50 -0400 (0:00:00.197) 0:00:41.171 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:46:50 -0400 (0:00:00.121) 0:00:41.293 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:46:50 -0400 (0:00:00.333) 0:00:41.626 ****** ok: [managed-node2] => { "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.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:46:51 -0400 (0:00:01.219) 0:00:42.846 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:46:52 -0400 (0:00:00.611) 0:00:43.457 ****** skipping: [managed-node2] => { "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.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:46:52 -0400 (0:00:00.102) 0:00:43.559 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:46:52 -0400 (0:00:00.055) 0:00:43.615 ****** changed: [managed-node2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:46:53 -0400 (0:00:01.092) 0:00:44.707 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:46:53 -0400 (0:00:00.227) 0:00:44.935 ****** ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:46:53 -0400 (0:00:00.132) 0:00:45.068 ****** ok: [managed-node2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:46:54 -0400 (0:00:00.159) 0:00:45.227 ****** skipping: [managed-node2] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:46:54 -0400 (0:00:00.127) 0:00:45.355 ****** ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml:6 Saturday 25 October 2025 08:46:55 -0400 (0:00:00.840) 0:00:46.196 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node2 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 25 October 2025 08:46:55 -0400 (0:00:00.228) 0:00:46.424 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.006416", "end": "2025-10-25 08:46:55.721434", "rc": 0, "start": "2025-10-25 08:46:55.715018" } TASK [Include the task 'remove_profile.yml'] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:125 Saturday 25 October 2025 08:46:55 -0400 (0:00:00.609) 0:00:47.034 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node2 TASK [Remove ethtest0] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 25 October 2025 08:46:56 -0400 (0:00:00.185) 0:00:47.219 ****** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:46:56 -0400 (0:00:00.357) 0:00:47.576 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:46:56 -0400 (0:00:00.133) 0:00:47.709 ****** skipping: [managed-node2] => { "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.network : Check if system is ostree] *********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:46:56 -0400 (0:00:00.145) 0:00:47.855 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:46:56 -0400 (0:00:00.127) 0:00:47.983 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:46:56 -0400 (0:00:00.094) 0:00:48.077 ****** ok: [managed-node2] => { "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.network : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:46:59 -0400 (0:00:02.372) 0:00:50.450 ****** ok: [managed-node2] => { "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.network : Print network provider] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:47:00 -0400 (0:00:01.671) 0:00:52.121 ****** ok: [managed-node2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:47:01 -0400 (0:00:00.193) 0:00:52.315 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:47:01 -0400 (0:00:00.217) 0:00:52.532 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:47:01 -0400 (0:00:00.192) 0:00:52.725 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:47:02 -0400 (0:00:00.484) 0:00:53.209 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:47:02 -0400 (0:00:00.374) 0:00:53.584 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:47:02 -0400 (0:00:00.374) 0:00:53.958 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:47:03 -0400 (0:00:00.649) 0:00:54.615 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:47:03 -0400 (0:00:00.536) 0:00:55.152 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:47:04 -0400 (0:00:00.151) 0:00:55.303 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:47:04 -0400 (0:00:00.221) 0:00:55.524 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:47:04 -0400 (0:00:00.246) 0:00:55.771 ****** ok: [managed-node2] => { "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.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:47:05 -0400 (0:00:01.263) 0:00:57.034 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:47:06 -0400 (0:00:00.299) 0:00:57.334 ****** skipping: [managed-node2] => { "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.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:47:06 -0400 (0:00:00.180) 0:00:57.515 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:47:06 -0400 (0:00:00.090) 0:00:57.605 ****** changed: [managed-node2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:47:07 -0400 (0:00:01.291) 0:00:58.897 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:47:07 -0400 (0:00:00.213) 0:00:59.110 ****** ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:47:08 -0400 (0:00:00.281) 0:00:59.391 ****** ok: [managed-node2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:47:08 -0400 (0:00:00.202) 0:00:59.594 ****** skipping: [managed-node2] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:47:08 -0400 (0:00:00.115) 0:00:59.709 ****** ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_profile_absent.yml'] **************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:130 Saturday 25 October 2025 08:47:09 -0400 (0:00:00.769) 0:01:00.479 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node2 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 25 October 2025 08:47:09 -0400 (0:00:00.536) 0:01:01.015 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node2 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 25 October 2025 08:47:10 -0400 (0:00:00.299) 0:01:01.315 ****** ok: [managed-node2] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 25 October 2025 08:47:10 -0400 (0:00:00.197) 0:01:01.513 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 25 October 2025 08:47:11 -0400 (0:00:00.813) 0:01:02.332 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 25 October 2025 08:47:11 -0400 (0:00:00.202) 0:01:02.535 ****** fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc", "delta": "0:00:00.018722", "end": "2025-10-25 08:47:11.926690", "rc": 1, "start": "2025-10-25 08:47:11.907968" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.731) 0:01:03.266 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest0] *********************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.156) 0:01:03.422 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ******************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.110) 0:01:03.533 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest0] *************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.110) 0:01:03.643 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest0] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.064) 0:01:03.708 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest0'] ************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.116) 0:01:03.824 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:135 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.120) 0:01:03.945 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node2 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 25 October 2025 08:47:12 -0400 (0:00:00.196) 0:01:04.142 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 October 2025 08:47:13 -0400 (0:00:00.366) 0:01:04.509 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 25 October 2025 08:47:13 -0400 (0:00:00.562) 0:01:05.072 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:138 Saturday 25 October 2025 08:47:13 -0400 (0:00:00.087) 0:01:05.159 ****** included: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node2 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 25 October 2025 08:47:14 -0400 (0:00:00.132) 0:01:05.292 ****** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.009593", "end": "2025-10-25 08:47:14.516020", "rc": 0, "start": "2025-10-25 08:47:14.506427" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:8d:60:25:22:99 brd ff:ff:ff:ff:ff:ff altname enX0 altname enx028d60252299 inet 10.31.47.198/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3379sec preferred_lft 3379sec inet6 fe80::8d:60ff:fe25:2299/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:18:d9:68:77:f1 brd ff:ff:ff:ff:ff:ff altname enX1 altname enx0218d96877f1 inet 10.31.46.142/22 brd 10.31.47.255 scope global dynamic noprefixroute eth1 valid_lft 3379sec preferred_lft 3379sec inet6 fe80::18:d9ff:fe68:77f1/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.198 metric 100 default via 10.31.44.1 dev eth1 proto dhcp src 10.31.46.142 metric 101 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.198 metric 100 10.31.44.0/22 dev eth1 proto kernel scope link src 10.31.46.142 metric 101 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev eth1 proto kernel metric 1024 pref medium RESOLV # Generated by NetworkManager search testing-farm.us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 25 October 2025 08:47:14 -0400 (0:00:00.638) 0:01:05.931 ****** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.158280", "end": "2025-10-25 08:47:15.440766", "rc": 0, "start": "2025-10-25 08:47:15.282486" } STDOUT: CHECK DNS AND CONNECTIVITY 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 4442 0 --:--:-- --:--:-- --:--:-- 4485 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 4378 0 --:--:-- --:--:-- --:--:-- 4343 PLAY RECAP ********************************************************************* managed-node2 : ok=79 changed=3 unreachable=0 failed=0 skipped=68 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 08:47:15 -0400 (0:00:00.763) 0:01:06.694 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.78s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gathering Facts --------------------------------------------------------- 2.61s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_eth_dns_support_nm.yml:6 fedora.linux_system_roles.network : Check which packages are installed --- 2.60s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 2.54s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.37s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Configure networking connection profiles --- 2.17s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.96s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Create veth interface ethtest0 ------------------------------------------ 1.80s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Check which packages are installed --- 1.67s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Install iproute --------------------------------------------------------- 1.64s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.44s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.29s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.26s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 1.23s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_eth_dns_support.yml:3 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.22s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gather current interface info ------------------------------------------- 1.22s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.09s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Check if system is ostree ----------------------------------------------- 1.07s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.87s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.84s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192