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.13/site-packages/ansible ansible collection location = /tmp/collections-XIT executable location = /usr/local/bin/ansible-playbook python version = 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.13) 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_mac_address_match_nm.yml *************************************** 2 plays in /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_mac_address_match_nm.yml PLAY [Run playbook 'playbooks/tests_mac_address_match.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_mac_address_match_nm.yml:6 Thursday 26 June 2025 15:16:12 -0400 (0:00:00.054) 0:00:00.054 ********* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_mac_address_match_nm.yml:9 Thursday 26 June 2025 15:16:14 -0400 (0:00:01.731) 0:00:01.785 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Thursday 26 June 2025 15:16:14 -0400 (0:00:00.025) 0:00:01.810 ********* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Thursday 26 June 2025 15:16:14 -0400 (0:00:00.695) 0:00:02.507 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Thursday 26 June 2025 15:16:15 -0400 (0:00:00.800) 0:00:03.307 ********* ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Thursday 26 June 2025 15:16:15 -0400 (0:00:00.098) 0:00:03.405 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_mac_address_match_nm.yml:11 Thursday 26 June 2025 15:16:15 -0400 (0:00:00.034) 0:00:03.440 ********* ok: [managed-node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing MAC address match on device] **************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:3 Thursday 26 June 2025 15:16:15 -0400 (0:00:00.062) 0:00:03.502 ********* ok: [managed-node1] TASK [Show playbook name] ****************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:30 Thursday 26 June 2025 15:16:16 -0400 (0:00:01.049) 0:00:04.552 ********* ok: [managed-node1] => {} MSG: this is: playbooks/tests_mac_address_match.yml TASK [Install ethtool (test dependency)] *************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:36 Thursday 26 June 2025 15:16:16 -0400 (0:00:00.056) 0:00:04.608 ********* changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: ethtool-2:6.14-2.fc41.x86_64" ] } TASK [Find interface to use] *************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:42 Thursday 26 June 2025 15:16:19 -0400 (0:00:02.703) 0:00:07.311 ********* ok: [managed-node1] => { "changed": false, "cmd": "set -euxo pipefail\nfor iface in eth1 eth1 ens4 ens6; do\n if ip addr show \"$iface\" 1>&2; then\n # interface exists, but may be an alias or altname\n # find the real name\n real_iface=\"$(ip addr show \"$iface\" | awk -F'[ :]' '/^[^ ]/ {print $3}')\"\n break\n fi\ndone\nif [ -z \"${real_iface:-}\" ]; then\n real_iface=UNKNOWN_DEVICE\nfi\necho \"$real_iface\"\n", "delta": "0:00:00.008307", "end": "2025-06-26 15:16:20.603773", "rc": 0, "start": "2025-06-26 15:16:20.595466" } STDOUT: eth1 STDERR: + for iface in eth1 eth1 ens4 ens6 + ip addr show eth1 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:32:fc:95:f0:51 brd ff:ff:ff:ff:ff:ff altname enX1 inet 10.31.11.103/22 brd 10.31.11.255 scope global dynamic noprefixroute eth1 valid_lft 3112sec preferred_lft 3112sec inet6 fe80::1032:fcff:fe95:f051/64 scope link noprefixroute valid_lft forever preferred_lft forever ++ ip addr show eth1 ++ awk '-F[ :]' '/^[^ ]/ {print $3}' + real_iface=eth1 + break + '[' -z eth1 ']' + echo eth1 TASK [Set interface to use] **************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:62 Thursday 26 June 2025 15:16:20 -0400 (0:00:01.136) 0:00:08.448 ********* ok: [managed-node1] => { "ansible_facts": { "interface": "eth1" }, "changed": false } TASK [Retrieve MAC address using ethtool] ************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:66 Thursday 26 June 2025 15:16:20 -0400 (0:00:00.125) 0:00:08.573 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "ethtool", "-P", "eth1" ], "delta": "0:00:00.003241", "end": "2025-06-26 15:16:21.313385", "failed_when_result": false, "rc": 0, "start": "2025-06-26 15:16:21.310144" } STDOUT: Permanent address: 12:32:fc:95:f0:51 TASK [Set the MAC address variable] ******************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:72 Thursday 26 June 2025 15:16:21 -0400 (0:00:00.585) 0:00:09.159 ********* ok: [managed-node1] => { "ansible_facts": { "mac": "12:32:fc:95:f0:51" }, "changed": false } TASK [Display the retrieved MAC address] *************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:76 Thursday 26 June 2025 15:16:21 -0400 (0:00:00.098) 0:00:09.258 ********* ok: [managed-node1] => {} MSG: Retrieved MAC address for eth1: 12:32:fc:95:f0:51 TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:84 Thursday 26 June 2025 15:16:21 -0400 (0:00:00.116) 0:00:09.374 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: Test MAC address match on device] ********************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Thursday 26 June 2025 15:16:21 -0400 (0:00:00.143) 0:00:09.518 ********* ok: [managed-node1] => {} MSG: ########## Test MAC address match on device ########## TASK [Show item] *************************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Thursday 26 June 2025 15:16:21 -0400 (0:00:00.123) 0:00:09.642 ********* ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "Test MAC address match on device" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/find+remove_profile.yml", "tasks/assert_profile_absent.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_mac_address_match.yml", "tasks/create_mac_address_match.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml", "tasks/assert_network_connections_succeeded.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_vlan_and_parent_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Thursday 26 June 2025 15:16:22 -0400 (0:00:00.275) 0:00:09.917 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Thursday 26 June 2025 15:16:22 -0400 (0:00:00.083) 0:00:10.001 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Thursday 26 June 2025 15:16:22 -0400 (0:00:00.100) 0:00:10.101 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003228", "end": "2025-06-26 15:16:22.830273", "rc": 0, "start": "2025-06-26 15:16:22.827045" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Thursday 26 June 2025 15:16:22 -0400 (0:00:00.573) 0:00:10.674 ********* ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Thursday 26 June 2025 15:16:23 -0400 (0:00:00.113) 0:00:10.788 ********* ok: [managed-node1] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Thursday 26 June 2025 15:16:23 -0400 (0:00:00.083) 0:00:10.871 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/find+remove_profile.yml for managed-node1 => (item=tasks/find+remove_profile.yml) included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 => (item=tasks/assert_profile_absent.yml) TASK [Get connection profile for 'eth1'] *************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/find+remove_profile.yml:3 Thursday 26 June 2025 15:16:23 -0400 (0:00:00.166) 0:00:11.037 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "nmcli", "-g", "GENERAL.CONNECTION", "device", "show", "eth1" ], "delta": "0:00:00.016593", "end": "2025-06-26 15:16:23.783743", "rc": 0, "start": "2025-06-26 15:16:23.767150" } STDOUT: cloud-init eth1 TASK [Bring down and delete the connection profile for 'eth1'] ***************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/find+remove_profile.yml:8 Thursday 26 June 2025 15:16:23 -0400 (0:00:00.601) 0:00:11.639 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 26 June 2025 15:16:24 -0400 (0:00:00.223) 0:00:11.862 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 26 June 2025 15:16:24 -0400 (0:00:00.113) 0:00:11.976 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 26 June 2025 15:16:24 -0400 (0:00:00.180) 0:00:12.156 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 26 June 2025 15:16:24 -0400 (0:00:00.129) 0:00:12.286 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 26 June 2025 15:16:24 -0400 (0:00:00.084) 0:00:12.371 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 26 June 2025 15:16:27 -0400 (0:00:03.148) 0:00:15.520 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 26 June 2025 15:16:30 -0400 (0:00:02.874) 0:00:18.394 ********* ok: [managed-node1] => {} 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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 26 June 2025 15:16:30 -0400 (0:00:00.170) 0:00:18.565 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 26 June 2025 15:16:30 -0400 (0:00:00.129) 0:00:18.695 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 26 June 2025 15:16:31 -0400 (0:00:00.155) 0:00:18.851 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 26 June 2025 15:16:31 -0400 (0:00:00.230) 0:00:19.081 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 26 June 2025 15:16:31 -0400 (0:00:00.166) 0:00:19.248 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 26 June 2025 15:16:31 -0400 (0:00:00.209) 0:00:19.457 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 26 June 2025 15:16:31 -0400 (0:00:00.103) 0:00:19.561 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 26 June 2025 15:16:32 -0400 (0:00:00.271) 0:00:19.833 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 26 June 2025 15:16:32 -0400 (0:00:00.072) 0:00:19.905 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 26 June 2025 15:16:32 -0400 (0:00:00.118) 0:00:20.024 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 26 June 2025 15:16:32 -0400 (0:00:00.147) 0:00:20.172 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 26 June 2025 15:16:34 -0400 (0:00:02.042) 0:00:22.215 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 26 June 2025 15:16:34 -0400 (0:00:00.267) 0:00:22.482 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 26 June 2025 15:16:34 -0400 (0:00:00.069) 0:00:22.552 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 26 June 2025 15:16:34 -0400 (0:00:00.102) 0:00:22.654 ********* changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "cloud-init eth1", "persistent_state": "absent", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 26 June 2025 15:16:36 -0400 (0:00:01.862) 0:00:24.517 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 26 June 2025 15:16:36 -0400 (0:00:00.174) 0:00:24.691 ********* ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 26 June 2025 15:16:37 -0400 (0:00:00.209) 0:00:24.901 ********* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "cloud-init eth1", "persistent_state": "absent", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 26 June 2025 15:16:37 -0400 (0:00:00.187) 0:00:25.088 ********* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 26 June 2025 15:16:37 -0400 (0:00:00.110) 0:00:25.198 ********* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Thursday 26 June 2025 15:16:38 -0400 (0:00:01.001) 0:00:26.199 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Thursday 26 June 2025 15:16:38 -0400 (0:00:00.299) 0:00:26.499 ********* ok: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Thursday 26 June 2025 15:16:38 -0400 (0:00:00.148) 0:00:26.648 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Thursday 26 June 2025 15:16:39 -0400 (0:00:00.628) 0:00:27.277 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Thursday 26 June 2025 15:16:39 -0400 (0:00:00.074) 0:00:27.351 ********* fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep eth1 | grep /etc", "delta": "0:00:00.019222", "end": "2025-06-26 15:16:40.034907", "rc": 1, "start": "2025-06-26 15:16:40.015685" } 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-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Thursday 26 June 2025 15:16:40 -0400 (0:00:00.666) 0:00:28.018 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-eth1] *************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Thursday 26 June 2025 15:16:40 -0400 (0:00:00.175) 0:00:28.194 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-eth1] ************************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Thursday 26 June 2025 15:16:40 -0400 (0:00:00.192) 0:00:28.386 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-eth1] ******************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Thursday 26 June 2025 15:16:40 -0400 (0:00:00.147) 0:00:28.533 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-eth1] **************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Thursday 26 June 2025 15:16:40 -0400 (0:00:00.146) 0:00:28.680 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'eth1'] ****************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Thursday 26 June 2025 15:16:41 -0400 (0:00:00.126) 0:00:28.806 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Thursday 26 June 2025 15:16:41 -0400 (0:00:00.236) 0:00:29.043 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_mac_address_match.yml for managed-node1 => (item=tasks/create_mac_address_match.yml) included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_mac_address_match.yml for managed-node1 => (item=tasks/create_mac_address_match.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_mac_address_match.yml:3 Thursday 26 June 2025 15:16:41 -0400 (0:00:00.347) 0:00:29.391 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 26 June 2025 15:16:41 -0400 (0:00:00.241) 0:00:29.633 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 26 June 2025 15:16:42 -0400 (0:00:00.369) 0:00:30.006 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 26 June 2025 15:16:42 -0400 (0:00:00.238) 0:00:30.245 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 26 June 2025 15:16:42 -0400 (0:00:00.159) 0:00:30.404 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 26 June 2025 15:16:42 -0400 (0:00:00.131) 0:00:30.536 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 26 June 2025 15:16:45 -0400 (0:00:02.853) 0:00:33.390 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 26 June 2025 15:16:47 -0400 (0:00:01.626) 0:00:35.016 ********* ok: [managed-node1] => {} 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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 26 June 2025 15:16:47 -0400 (0:00:00.222) 0:00:35.239 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 26 June 2025 15:16:47 -0400 (0:00:00.315) 0:00:35.554 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 26 June 2025 15:16:48 -0400 (0:00:00.225) 0:00:35.781 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 26 June 2025 15:16:48 -0400 (0:00:00.183) 0:00:35.964 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 26 June 2025 15:16:48 -0400 (0:00:00.311) 0:00:36.277 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 26 June 2025 15:16:48 -0400 (0:00:00.220) 0:00:36.497 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 26 June 2025 15:16:49 -0400 (0:00:00.391) 0:00:36.890 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 26 June 2025 15:16:49 -0400 (0:00:00.441) 0:00:37.332 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 26 June 2025 15:16:49 -0400 (0:00:00.103) 0:00:37.435 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 26 June 2025 15:16:49 -0400 (0:00:00.153) 0:00:37.589 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 26 June 2025 15:16:50 -0400 (0:00:00.270) 0:00:37.859 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 26 June 2025 15:16:51 -0400 (0:00:01.465) 0:00:39.325 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 26 June 2025 15:16:51 -0400 (0:00:00.390) 0:00:39.715 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 26 June 2025 15:16:52 -0400 (0:00:00.199) 0:00:39.915 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 26 June 2025 15:16:52 -0400 (0:00:00.190) 0:00:40.106 ********* changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "eth1", "ip": { "auto6": false, "dhcp4": false }, "mac": "12:32:fc:95:f0:51", "name": "eth1", "persistent_state": "present", "state": "up", "type": "ethernet" }, { "autoconnect": true, "ip": { "address": "10.10.0.6/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.0.1" }, "name": "eth1.3732", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 3732 } }, { "autoconnect": true, "ip": { "address": "10.10.120.120/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.120.1" }, "name": "120-vlan", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 120 } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [007] #0, state:up persistent_state:present, 'eth1': add connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 [008] #1, state:up persistent_state:present, 'eth1.3732': add connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff [009] #2, state:up persistent_state:present, '120-vlan': add connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 [010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 (is-modified) [011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff (is-modified) [012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 (is-modified) [013] #2, state:up persistent_state:present, '120-vlan': connection reapplied TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 26 June 2025 15:16:53 -0400 (0:00:01.288) 0:00:41.394 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 26 June 2025 15:16:53 -0400 (0:00:00.158) 0:00:41.552 ********* ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[007] #0, state:up persistent_state:present, 'eth1': add connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459", "[008] #1, state:up persistent_state:present, 'eth1.3732': add connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff", "[009] #2, state:up persistent_state:present, '120-vlan': add connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0", "[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 (is-modified)", "[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff (is-modified)", "[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 (is-modified)", "[013] #2, state:up persistent_state:present, '120-vlan': connection reapplied" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 26 June 2025 15:16:54 -0400 (0:00:00.190) 0:00:41.743 ********* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "eth1", "ip": { "auto6": false, "dhcp4": false }, "mac": "12:32:fc:95:f0:51", "name": "eth1", "persistent_state": "present", "state": "up", "type": "ethernet" }, { "autoconnect": true, "ip": { "address": "10.10.0.6/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.0.1" }, "name": "eth1.3732", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 3732 } }, { "autoconnect": true, "ip": { "address": "10.10.120.120/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.120.1" }, "name": "120-vlan", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 120 } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[007] #0, state:up persistent_state:present, 'eth1': add connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459\n[008] #1, state:up persistent_state:present, 'eth1.3732': add connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff\n[009] #2, state:up persistent_state:present, '120-vlan': add connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0\n[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 (is-modified)\n[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff (is-modified)\n[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 (is-modified)\n[013] #2, state:up persistent_state:present, '120-vlan': connection reapplied\n", "stderr_lines": [ "[007] #0, state:up persistent_state:present, 'eth1': add connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459", "[008] #1, state:up persistent_state:present, 'eth1.3732': add connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff", "[009] #2, state:up persistent_state:present, '120-vlan': add connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0", "[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 (is-modified)", "[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff (is-modified)", "[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 (is-modified)", "[013] #2, state:up persistent_state:present, '120-vlan': connection reapplied" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 26 June 2025 15:16:54 -0400 (0:00:00.188) 0:00:41.932 ********* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 26 June 2025 15:16:54 -0400 (0:00:00.204) 0:00:42.136 ********* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_mac_address_match.yml:48 Thursday 26 June 2025 15:16:55 -0400 (0:00:00.786) 0:00:42.922 ********* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "eth1", "ip": { "auto6": false, "dhcp4": false }, "mac": "12:32:fc:95:f0:51", "name": "eth1", "persistent_state": "present", "state": "up", "type": "ethernet" }, { "autoconnect": true, "ip": { "address": "10.10.0.6/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.0.1" }, "name": "eth1.3732", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 3732 } }, { "autoconnect": true, "ip": { "address": "10.10.120.120/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.120.1" }, "name": "120-vlan", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 120 } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[007] #0, state:up persistent_state:present, 'eth1': add connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459\n[008] #1, state:up persistent_state:present, 'eth1.3732': add connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff\n[009] #2, state:up persistent_state:present, '120-vlan': add connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0\n[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 (is-modified)\n[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff (is-modified)\n[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 (is-modified)\n[013] #2, state:up persistent_state:present, '120-vlan': connection reapplied\n", "stderr_lines": [ "[007] #0, state:up persistent_state:present, 'eth1': add connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459", "[008] #1, state:up persistent_state:present, 'eth1.3732': add connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff", "[009] #2, state:up persistent_state:present, '120-vlan': add connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0", "[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 (is-modified)", "[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff (is-modified)", "[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 (is-modified)", "[013] #2, state:up persistent_state:present, '120-vlan': connection reapplied" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_mac_address_match.yml:3 Thursday 26 June 2025 15:16:55 -0400 (0:00:00.154) 0:00:43.077 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 26 June 2025 15:16:55 -0400 (0:00:00.173) 0:00:43.251 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 26 June 2025 15:16:55 -0400 (0:00:00.193) 0:00:43.444 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 26 June 2025 15:16:55 -0400 (0:00:00.236) 0:00:43.680 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 26 June 2025 15:16:56 -0400 (0:00:00.178) 0:00:43.858 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 26 June 2025 15:16:56 -0400 (0:00:00.170) 0:00:44.029 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 26 June 2025 15:16:59 -0400 (0:00:02.787) 0:00:46.817 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 26 June 2025 15:17:00 -0400 (0:00:01.185) 0:00:48.003 ********* ok: [managed-node1] => {} 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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 26 June 2025 15:17:00 -0400 (0:00:00.133) 0:00:48.136 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 26 June 2025 15:17:00 -0400 (0:00:00.103) 0:00:48.240 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 26 June 2025 15:17:00 -0400 (0:00:00.133) 0:00:48.374 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 26 June 2025 15:17:00 -0400 (0:00:00.230) 0:00:48.604 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 26 June 2025 15:17:01 -0400 (0:00:00.419) 0:00:49.023 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 26 June 2025 15:17:01 -0400 (0:00:00.336) 0:00:49.360 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 26 June 2025 15:17:01 -0400 (0:00:00.359) 0:00:49.720 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 26 June 2025 15:17:02 -0400 (0:00:00.689) 0:00:50.409 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 26 June 2025 15:17:02 -0400 (0:00:00.174) 0:00:50.584 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 26 June 2025 15:17:03 -0400 (0:00:00.199) 0:00:50.784 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 26 June 2025 15:17:03 -0400 (0:00:00.247) 0:00:51.031 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 26 June 2025 15:17:04 -0400 (0:00:01.144) 0:00:52.175 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 26 June 2025 15:17:04 -0400 (0:00:00.167) 0:00:52.343 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 26 June 2025 15:17:04 -0400 (0:00:00.068) 0:00:52.412 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 26 June 2025 15:17:04 -0400 (0:00:00.083) 0:00:52.496 ********* ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "eth1", "ip": { "auto6": false, "dhcp4": false }, "mac": "12:32:fc:95:f0:51", "name": "eth1", "persistent_state": "present", "state": "up", "type": "ethernet" }, { "autoconnect": true, "ip": { "address": "10.10.0.6/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.0.1" }, "name": "eth1.3732", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 3732 } }, { "autoconnect": true, "ip": { "address": "10.10.120.120/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.120.1" }, "name": "120-vlan", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 120 } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [007] #0, state:up persistent_state:present, 'eth1': connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 already up to date [008] #1, state:up persistent_state:present, 'eth1.3732': connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff already up to date [009] #2, state:up persistent_state:present, '120-vlan': connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 already up to date [010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 skipped because already active [011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff skipped because already active [012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 26 June 2025 15:17:05 -0400 (0:00:00.965) 0:00:53.461 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 26 June 2025 15:17:05 -0400 (0:00:00.046) 0:00:53.507 ********* ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[007] #0, state:up persistent_state:present, 'eth1': connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 already up to date", "[008] #1, state:up persistent_state:present, 'eth1.3732': connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff already up to date", "[009] #2, state:up persistent_state:present, '120-vlan': connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 already up to date", "[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 skipped because already active", "[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff skipped because already active", "[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 26 June 2025 15:17:05 -0400 (0:00:00.066) 0:00:53.574 ********* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "eth1", "ip": { "auto6": false, "dhcp4": false }, "mac": "12:32:fc:95:f0:51", "name": "eth1", "persistent_state": "present", "state": "up", "type": "ethernet" }, { "autoconnect": true, "ip": { "address": "10.10.0.6/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.0.1" }, "name": "eth1.3732", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 3732 } }, { "autoconnect": true, "ip": { "address": "10.10.120.120/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.120.1" }, "name": "120-vlan", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 120 } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[007] #0, state:up persistent_state:present, 'eth1': connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 already up to date\n[008] #1, state:up persistent_state:present, 'eth1.3732': connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff already up to date\n[009] #2, state:up persistent_state:present, '120-vlan': connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 already up to date\n[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 skipped because already active\n[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff skipped because already active\n[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 skipped because already active\n", "stderr_lines": [ "[007] #0, state:up persistent_state:present, 'eth1': connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 already up to date", "[008] #1, state:up persistent_state:present, 'eth1.3732': connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff already up to date", "[009] #2, state:up persistent_state:present, '120-vlan': connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 already up to date", "[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 skipped because already active", "[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff skipped because already active", "[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 26 June 2025 15:17:05 -0400 (0:00:00.111) 0:00:53.685 ********* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 26 June 2025 15:17:06 -0400 (0:00:00.074) 0:00:53.760 ********* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_mac_address_match.yml:48 Thursday 26 June 2025 15:17:06 -0400 (0:00:00.683) 0:00:54.443 ********* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "eth1", "ip": { "auto6": false, "dhcp4": false }, "mac": "12:32:fc:95:f0:51", "name": "eth1", "persistent_state": "present", "state": "up", "type": "ethernet" }, { "autoconnect": true, "ip": { "address": "10.10.0.6/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.0.1" }, "name": "eth1.3732", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 3732 } }, { "autoconnect": true, "ip": { "address": "10.10.120.120/24", "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "10.10.120.1" }, "name": "120-vlan", "parent": "eth1", "persistent_state": "present", "state": "up", "type": "vlan", "vlan": { "id": 120 } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[007] #0, state:up persistent_state:present, 'eth1': connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 already up to date\n[008] #1, state:up persistent_state:present, 'eth1.3732': connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff already up to date\n[009] #2, state:up persistent_state:present, '120-vlan': connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 already up to date\n[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 skipped because already active\n[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff skipped because already active\n[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 skipped because already active\n", "stderr_lines": [ "[007] #0, state:up persistent_state:present, 'eth1': connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 already up to date", "[008] #1, state:up persistent_state:present, 'eth1.3732': connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff already up to date", "[009] #2, state:up persistent_state:present, '120-vlan': connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 already up to date", "[010] #0, state:up persistent_state:present, 'eth1': up connection eth1, d7067d7e-da89-40e6-95e1-4acdfadda459 skipped because already active", "[011] #1, state:up persistent_state:present, 'eth1.3732': up connection eth1.3732, dd4d57da-ddb6-4765-a4b5-b3560578bfff skipped because already active", "[012] #2, state:up persistent_state:present, '120-vlan': up connection 120-vlan, 8725a417-5470-4879-9742-702064fc20f0 skipped because already active" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Thursday 26 June 2025 15:17:06 -0400 (0:00:00.094) 0:00:54.537 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 => (item=tasks/assert_profile_present.yml) included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_network_connections_succeeded.yml for managed-node1 => (item=tasks/assert_network_connections_succeeded.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Thursday 26 June 2025 15:17:06 -0400 (0:00:00.124) 0:00:54.662 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Thursday 26 June 2025 15:17:07 -0400 (0:00:00.076) 0:00:54.738 ********* ok: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Thursday 26 June 2025 15:17:07 -0400 (0:00:00.050) 0:00:54.789 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Thursday 26 June 2025 15:17:07 -0400 (0:00:00.506) 0:00:55.296 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Thursday 26 June 2025 15:17:07 -0400 (0:00:00.189) 0:00:55.485 ********* ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep eth1 | grep /etc", "delta": "0:00:00.027155", "end": "2025-06-26 15:17:08.296057", "rc": 0, "start": "2025-06-26 15:17:08.268902" } STDOUT: eth1.3732 /etc/NetworkManager/system-connections/eth1.3732.nmconnection eth1 /etc/NetworkManager/system-connections/eth1.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Thursday 26 June 2025 15:17:08 -0400 (0:00:00.748) 0:00:56.233 ********* ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-eth1] *************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Thursday 26 June 2025 15:17:08 -0400 (0:00:00.198) 0:00:56.432 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-eth1] ************************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Thursday 26 June 2025 15:17:08 -0400 (0:00:00.201) 0:00:56.633 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-eth1] ******************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Thursday 26 June 2025 15:17:09 -0400 (0:00:00.240) 0:00:56.874 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-eth1] **************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Thursday 26 June 2025 15:17:09 -0400 (0:00:00.192) 0:00:57.066 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'eth1'] ***************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Thursday 26 June 2025 15:17:09 -0400 (0:00:00.240) 0:00:57.306 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'eth1'] ************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Thursday 26 June 2025 15:17:09 -0400 (0:00:00.181) 0:00:57.488 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in eth1] ****************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Thursday 26 June 2025 15:17:09 -0400 (0:00:00.213) 0:00:57.701 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that configuring network connections is succeeded] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_network_connections_succeeded.yml:3 Thursday 26 June 2025 15:17:10 -0400 (0:00:00.212) 0:00:57.914 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Thursday 26 June 2025 15:17:10 -0400 (0:00:00.215) 0:00:58.130 ********* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'Test MAC address match on device'] ********************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Thursday 26 June 2025 15:17:10 -0400 (0:00:00.170) 0:00:58.300 ********* ok: [managed-node1] => {} MSG: +++++ Success in test 'Test MAC address match on device' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Thursday 26 June 2025 15:17:10 -0400 (0:00:00.214) 0:00:58.515 ********* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_vlan_and_parent_profile+device.yml for managed-node1 => (item=tasks/cleanup_vlan_and_parent_profile+device.yml) included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node1 => (item=tasks/check_network_dns.yml) TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 26 June 2025 15:17:11 -0400 (0:00:00.469) 0:00:58.985 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 26 June 2025 15:17:11 -0400 (0:00:00.377) 0:00:59.362 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 26 June 2025 15:17:11 -0400 (0:00:00.158) 0:00:59.521 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 26 June 2025 15:17:11 -0400 (0:00:00.128) 0:00:59.649 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 26 June 2025 15:17:12 -0400 (0:00:00.179) 0:00:59.829 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 26 June 2025 15:17:15 -0400 (0:00:02.989) 0:01:02.818 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 26 June 2025 15:17:16 -0400 (0:00:01.512) 0:01:04.331 ********* ok: [managed-node1] => {} 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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 26 June 2025 15:17:16 -0400 (0:00:00.265) 0:01:04.596 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 26 June 2025 15:17:17 -0400 (0:00:00.333) 0:01:04.930 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 26 June 2025 15:17:17 -0400 (0:00:00.147) 0:01:05.077 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 26 June 2025 15:17:17 -0400 (0:00:00.169) 0:01:05.247 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 26 June 2025 15:17:17 -0400 (0:00:00.323) 0:01:05.570 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 26 June 2025 15:17:18 -0400 (0:00:00.281) 0:01:05.855 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 26 June 2025 15:17:18 -0400 (0:00:00.296) 0:01:06.151 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 26 June 2025 15:17:18 -0400 (0:00:00.577) 0:01:06.729 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 26 June 2025 15:17:19 -0400 (0:00:00.193) 0:01:06.924 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 26 June 2025 15:17:19 -0400 (0:00:00.151) 0:01:07.075 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 26 June 2025 15:17:19 -0400 (0:00:00.372) 0:01:07.448 ********* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 26 June 2025 15:17:20 -0400 (0:00:01.084) 0:01:08.532 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 26 June 2025 15:17:20 -0400 (0:00:00.139) 0:01:08.673 ********* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 26 June 2025 15:17:21 -0400 (0:00:00.123) 0:01:08.797 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 26 June 2025 15:17:21 -0400 (0:00:00.119) 0:01:08.916 ********* changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "eth1", "persistent_state": "absent", "state": "down" }, { "name": "eth1.3732", "persistent_state": "absent", "state": "down" }, { "name": "120-vlan", "persistent_state": "absent", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 26 June 2025 15:17:22 -0400 (0:00:01.445) 0:01:10.362 ********* skipping: [managed-node1] => { "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 26 June 2025 15:17:22 -0400 (0:00:00.198) 0:01:10.560 ********* ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 26 June 2025 15:17:23 -0400 (0:00:00.190) 0:01:10.750 ********* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "eth1", "persistent_state": "absent", "state": "down" }, { "name": "eth1.3732", "persistent_state": "absent", "state": "down" }, { "name": "120-vlan", "persistent_state": "absent", "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-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 26 June 2025 15:17:23 -0400 (0:00:00.120) 0:01:10.870 ********* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 26 June 2025 15:17:23 -0400 (0:00:00.098) 0:01:10.969 ********* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Delete the device 'eth1'] ************************************************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_vlan_and_parent_profile+device.yml:22 Thursday 26 June 2025 15:17:23 -0400 (0:00:00.637) 0:01:11.607 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "ip", "link", "del", "eth1" ], "delta": "0:00:00.004220", "end": "2025-06-26 15:17:24.415879", "failed_when_result": false, "rc": 2, "start": "2025-06-26 15:17:24.411659" } STDERR: RTNETLINK answers: Operation not supported MSG: non-zero return code TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Thursday 26 June 2025 15:17:24 -0400 (0:00:00.696) 0:01:12.304 ********* ok: [managed-node1] => { "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.009256", "end": "2025-06-26 15:17:25.038297", "rc": 0, "start": "2025-06-26 15:17:25.029041" } 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 12:b3:56:da:5f:25 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.10.42/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 3048sec preferred_lft 3048sec inet6 fe80::10b3:56ff:feda:5f25/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 12:32:fc:95:f0:51 brd ff:ff:ff:ff:ff:ff altname enX1 IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.10.42 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.10.42 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search testing-farm.us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Thursday 26 June 2025 15:17:25 -0400 (0:00:00.679) 0:01:12.984 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=89 changed=4 unreachable=0 failed=0 skipped=86 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 26 June 2025 15:17:25 -0400 (0:00:00.095) 0:01:13.079 ********* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 3.15s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.99s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 2.87s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 2.85s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.79s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install ethtool (test dependency) --------------------------------------- 2.70s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:36 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.04s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.86s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 1.73s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_mac_address_match_nm.yml:6 fedora.linux_system_roles.network : Check which packages are installed --- 1.63s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.51s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.47s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.45s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.29s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which packages are installed --- 1.19s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.14s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Find interface to use --------------------------------------------------- 1.14s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:42 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.08s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 1.05s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_mac_address_match.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.00s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192