ansible-playbook [core 2.17.14rc1] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-IzK executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ethernet_nm.yml ************************************************ 2 plays in /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethernet_nm.yml PLAY [Run playbook 'playbooks/tests_ethernet.yml' with nm as provider] ********* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethernet_nm.yml:6 Saturday 06 September 2025 08:43:30 -0400 (0:00:00.080) 0:00:00.080 **** [WARNING]: Platform linux on host managed-node4 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node4] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethernet_nm.yml:9 Saturday 06 September 2025 08:43:33 -0400 (0:00:02.563) 0:00:02.643 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node4 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 06 September 2025 08:43:33 -0400 (0:00:00.127) 0:00:02.770 **** skipping: [managed-node4] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 06 September 2025 08:43:33 -0400 (0:00:00.169) 0:00:02.940 **** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 06 September 2025 08:43:34 -0400 (0:00:01.156) 0:00:04.096 **** ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 06 September 2025 08:43:34 -0400 (0:00:00.149) 0:00:04.246 **** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethernet_nm.yml:11 Saturday 06 September 2025 08:43:35 -0400 (0:00:00.071) 0:00:04.318 **** ok: [managed-node4] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test configuring ethernet devices] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:3 Saturday 06 September 2025 08:43:35 -0400 (0:00:00.096) 0:00:04.414 **** ok: [managed-node4] TASK [Show inside ethernet tests] ********************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:9 Saturday 06 September 2025 08:43:36 -0400 (0:00:01.154) 0:00:05.568 **** ok: [managed-node4] => {} MSG: Inside ethernet tests TASK [Show network_provider] *************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:13 Saturday 06 September 2025 08:43:36 -0400 (0:00:00.125) 0:00:05.693 **** ok: [managed-node4] => { "network_provider": "nm" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:17 Saturday 06 September 2025 08:43:36 -0400 (0:00:00.106) 0:00:05.800 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 06 September 2025 08:43:36 -0400 (0:00:00.129) 0:00:05.930 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 September 2025 08:43:36 -0400 (0:00:00.110) 0:00:06.040 **** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004294", "end": "2025-09-06 08:43:38.688893", "rc": 0, "start": "2025-09-06 08:43:37.684599" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 September 2025 08:43:38 -0400 (0:00:02.062) 0:00:08.102 **** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 06 September 2025 08:43:38 -0400 (0:00:00.109) 0:00:08.212 **** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:20 Saturday 06 September 2025 08:43:39 -0400 (0:00:00.092) 0:00:08.305 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node4 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 September 2025 08:43:39 -0400 (0:00:00.145) 0:00:08.450 **** skipping: [managed-node4] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 September 2025 08:43:39 -0400 (0:00:00.059) 0:00:08.510 **** skipping: [managed-node4] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 September 2025 08:43:39 -0400 (0:00:00.060) 0:00:08.570 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node4 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 06 September 2025 08:43:39 -0400 (0:00:00.086) 0:00:08.656 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node4 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 September 2025 08:43:39 -0400 (0:00:00.113) 0:00:08.770 **** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003234", "end": "2025-09-06 08:43:39.944056", "rc": 0, "start": "2025-09-06 08:43:39.940822" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 September 2025 08:43:40 -0400 (0:00:00.558) 0:00:09.329 **** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 06 September 2025 08:43:40 -0400 (0:00:00.065) 0:00:09.394 **** ok: [managed-node4] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 September 2025 08:43:40 -0400 (0:00:00.073) 0:00:09.468 **** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface lsr27] ********************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Saturday 06 September 2025 08:43:41 -0400 (0:00:01.468) 0:00:10.936 **** ok: [managed-node4] => (item=ip link add lsr27 type veth peer name peerlsr27) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "lsr27", "type", "veth", "peer", "name", "peerlsr27" ], "delta": "0:00:00.006893", "end": "2025-09-06 08:43:42.062691", "item": "ip link add lsr27 type veth peer name peerlsr27", "rc": 0, "start": "2025-09-06 08:43:42.055798" } ok: [managed-node4] => (item=ip link set peerlsr27 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerlsr27", "up" ], "delta": "0:00:00.003559", "end": "2025-09-06 08:43:42.568955", "item": "ip link set peerlsr27 up", "rc": 0, "start": "2025-09-06 08:43:42.565396" } ok: [managed-node4] => (item=ip link set lsr27 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "lsr27", "up" ], "delta": "0:00:00.003542", "end": "2025-09-06 08:43:43.062916", "item": "ip link set lsr27 up", "rc": 0, "start": "2025-09-06 08:43:43.059374" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Saturday 06 September 2025 08:43:43 -0400 (0:00:01.545) 0:00:12.482 **** ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "d", "set", "lsr27", "managed", "true" ], "delta": "0:00:00.020484", "end": "2025-09-06 08:43:43.656672", "rc": 0, "start": "2025-09-06 08:43:43.636188" } TASK [Delete veth interface lsr27] ********************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Saturday 06 September 2025 08:43:43 -0400 (0:00:00.595) 0:00:13.078 **** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface lsr27] ******************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Saturday 06 September 2025 08:43:43 -0400 (0:00:00.071) 0:00:13.150 **** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface lsr27] ******************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Saturday 06 September 2025 08:43:43 -0400 (0:00:00.067) 0:00:13.217 **** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface lsr27] ********************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Saturday 06 September 2025 08:43:44 -0400 (0:00:00.090) 0:00:13.308 **** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface lsr27] ********************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Saturday 06 September 2025 08:43:44 -0400 (0:00:00.083) 0:00:13.392 **** skipping: [managed-node4] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:25 Saturday 06 September 2025 08:43:44 -0400 (0:00:00.068) 0:00:13.460 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 06 September 2025 08:43:44 -0400 (0:00:00.132) 0:00:13.592 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface lsr27] ******************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 September 2025 08:43:44 -0400 (0:00:00.108) 0:00:13.700 **** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1757162622.0594141, "block_size": 4096, "blocks": 0, "ctime": 1757162622.0594141, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27121, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/lsr27", "lnk_target": "../../devices/virtual/net/lsr27", "mode": "0777", "mtime": 1757162622.0594141, "nlink": 1, "path": "/sys/class/net/lsr27", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'lsr27'] ************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 06 September 2025 08:43:44 -0400 (0:00:00.559) 0:00:14.260 **** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Test static interface up] ************************************************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:28 Saturday 06 September 2025 08:43:45 -0400 (0:00:00.128) 0:00:14.388 **** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 06 September 2025 08:43:45 -0400 (0:00:00.327) 0:00:14.716 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 06 September 2025 08:43:45 -0400 (0:00:00.184) 0:00:14.900 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 06 September 2025 08:43:45 -0400 (0:00:00.139) 0:00:15.039 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 06 September 2025 08:43:45 -0400 (0:00:00.088) 0:00:15.129 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 06 September 2025 08:43:45 -0400 (0:00:00.099) 0:00:15.228 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 06 September 2025 08:43:48 -0400 (0:00:02.554) 0:00:17.782 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 06 September 2025 08:43:50 -0400 (0:00:02.492) 0:00:20.275 **** ok: [managed-node4] => {} 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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 06 September 2025 08:43:51 -0400 (0:00:00.217) 0:00:20.493 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 06 September 2025 08:43:51 -0400 (0:00:00.161) 0:00:20.654 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 06 September 2025 08:43:51 -0400 (0:00:00.267) 0:00:20.922 **** skipping: [managed-node4] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 06 September 2025 08:43:51 -0400 (0:00:00.346) 0:00:21.268 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 06 September 2025 08:43:52 -0400 (0:00:00.215) 0:00:21.484 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 06 September 2025 08:43:52 -0400 (0:00:00.148) 0:00:21.633 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 06 September 2025 08:43:52 -0400 (0:00:00.359) 0:00:21.993 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 06 September 2025 08:43:53 -0400 (0:00:00.839) 0:00:22.832 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 06 September 2025 08:43:53 -0400 (0:00:00.182) 0:00:23.015 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 06 September 2025 08:43:53 -0400 (0:00:00.219) 0:00:23.235 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 06 September 2025 08:43:54 -0400 (0:00:00.449) 0:00:23.684 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 06 September 2025 08:43:56 -0400 (0:00:02.315) 0:00:26.000 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 06 September 2025 08:43:57 -0400 (0:00:00.358) 0:00:26.358 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 06 September 2025 08:43:57 -0400 (0:00:00.164) 0:00:26.523 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 06 September 2025 08:43:57 -0400 (0:00:00.161) 0:00:26.685 **** changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "lsr27", "ip": { "address": "192.0.2.1/24" }, "name": "lsr27", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'lsr27': add connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f [004] #0, state:up persistent_state:present, 'lsr27': up connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 06 September 2025 08:43:59 -0400 (0:00:02.220) 0:00:28.905 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 06 September 2025 08:43:59 -0400 (0:00:00.236) 0:00:29.141 **** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'lsr27': add connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f", "[004] #0, state:up persistent_state:present, 'lsr27': up connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 06 September 2025 08:44:00 -0400 (0:00:00.170) 0:00:29.312 **** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "lsr27", "ip": { "address": "192.0.2.1/24" }, "name": "lsr27", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'lsr27': add connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f\n[004] #0, state:up persistent_state:present, 'lsr27': up connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'lsr27': add connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f", "[004] #0, state:up persistent_state:present, 'lsr27': up connection lsr27, 6d479365-d485-44ee-a33a-bf0d0701a81f (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 06 September 2025 08:44:00 -0400 (0:00:00.173) 0:00:29.486 **** skipping: [managed-node4] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 06 September 2025 08:44:00 -0400 (0:00:00.168) 0:00:29.655 **** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_output_in_stderr_without_warnings.yml'] ********* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:41 Saturday 06 September 2025 08:44:01 -0400 (0:00:01.149) 0:00:30.805 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_output_in_stderr_without_warnings.yml for managed-node4 TASK [Assert that warnings is empty] ******************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_output_in_stderr_without_warnings.yml:4 Saturday 06 September 2025 08:44:01 -0400 (0:00:00.448) 0:00:31.253 **** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Assert that there is output in stderr] *********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_output_in_stderr_without_warnings.yml:13 Saturday 06 September 2025 08:44:02 -0400 (0:00:00.679) 0:00:31.933 **** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Show network_provider after running role] ******************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:44 Saturday 06 September 2025 08:44:02 -0400 (0:00:00.273) 0:00:32.206 **** ok: [managed-node4] => { "network_provider": "nm" } TASK [Get NM connection file] ************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:48 Saturday 06 September 2025 08:44:03 -0400 (0:00:00.255) 0:00:32.462 **** ok: [managed-node4] => { "changed": false, "content": "W2Nvbm5lY3Rpb25dCmlkPWxzcjI3CnV1aWQ9NmQ0NzkzNjUtZDQ4NS00NGVlLWEzM2EtYmYwZDA3MDFhODFmCnR5cGU9ZXRoZXJuZXQKaW50ZXJmYWNlLW5hbWU9bHNyMjcKCltldGhlcm5ldF0KCltpcHY0XQphZGRyZXNzMT0xOTIuMC4yLjEvMjQKbWV0aG9kPW1hbnVhbAoKW2lwdjZdCmFkZHItZ2VuLW1vZGU9ZGVmYXVsdAptZXRob2Q9YXV0bwoKW3Byb3h5XQo=", "encoding": "base64", "source": "/etc/NetworkManager/system-connections/lsr27.nmconnection" } TASK [Assert settings in NM connection file] *********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:57 Saturday 06 September 2025 08:44:04 -0400 (0:00:01.377) 0:00:33.839 **** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Get NM connection status] ************************************************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:69 Saturday 06 September 2025 08:44:04 -0400 (0:00:00.346) 0:00:34.186 **** ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "connection", "show", "lsr27" ], "delta": "0:00:00.018326", "end": "2025-09-06 08:44:05.379680", "rc": 0, "start": "2025-09-06 08:44:05.361354" } STDOUT: connection.id: lsr27 connection.uuid: 6d479365-d485-44ee-a33a-bf0d0701a81f connection.stable-id: -- connection.type: 802-3-ethernet connection.interface-name: lsr27 connection.autoconnect: yes connection.autoconnect-priority: 0 connection.autoconnect-retries: -1 (default) connection.multi-connect: 0 (default) connection.auth-retries: -1 connection.timestamp: 1757162639 connection.permissions: -- connection.zone: -- connection.controller: -- connection.master: -- connection.slave-type: -- connection.port-type: -- connection.autoconnect-slaves: -1 (default) connection.autoconnect-ports: -1 (default) connection.down-on-poweroff: -1 (default) connection.secondaries: -- connection.gateway-ping-timeout: 0 connection.ip-ping-timeout: 0 connection.ip-ping-addresses: -- connection.ip-ping-addresses-require-all:-1 (default) connection.metered: unknown connection.lldp: default connection.mdns: -1 (default) connection.llmnr: -1 (default) connection.dns-over-tls: -1 (default) connection.mptcp-flags: 0x0 (default) connection.wait-device-timeout: -1 connection.wait-activation-delay: -1 802-3-ethernet.port: -- 802-3-ethernet.speed: 0 802-3-ethernet.duplex: -- 802-3-ethernet.auto-negotiate: no 802-3-ethernet.mac-address: -- 802-3-ethernet.cloned-mac-address: -- 802-3-ethernet.generate-mac-address-mask:-- 802-3-ethernet.mac-address-denylist: -- 802-3-ethernet.mtu: auto 802-3-ethernet.s390-subchannels: -- 802-3-ethernet.s390-nettype: -- 802-3-ethernet.s390-options: -- 802-3-ethernet.wake-on-lan: default 802-3-ethernet.wake-on-lan-password: -- 802-3-ethernet.accept-all-mac-addresses:-1 (default) ipv4.method: manual ipv4.dns: -- ipv4.dns-search: -- ipv4.dns-options: -- ipv4.dns-priority: 0 ipv4.addresses: 192.0.2.1/24 ipv4.gateway: -- ipv4.routes: -- ipv4.route-metric: -1 ipv4.route-table: 0 (unspec) ipv4.routing-rules: -- ipv4.replace-local-rule: -1 (default) ipv4.dhcp-send-release: -1 (default) ipv4.routed-dns: -1 (default) ipv4.ignore-auto-routes: no ipv4.ignore-auto-dns: no ipv4.dhcp-client-id: -- ipv4.dhcp-iaid: -- ipv4.dhcp-dscp: -- ipv4.dhcp-timeout: 0 (default) ipv4.dhcp-send-hostname-deprecated: yes ipv4.dhcp-send-hostname: -1 (default) ipv4.forwarding: -1 (default) ipv4.dhcp-hostname: -- ipv4.dhcp-fqdn: -- ipv4.dhcp-hostname-flags: 0x0 (none) ipv4.never-default: no ipv4.may-fail: yes ipv4.required-timeout: -1 (default) ipv4.dad-timeout: -1 (default) ipv4.dhcp-vendor-class-identifier: -- ipv4.dhcp-ipv6-only-preferred: -1 (default) ipv4.link-local: 0 (default) ipv4.dhcp-reject-servers: -- ipv4.auto-route-ext-gw: -1 (default) ipv4.shared-dhcp-range: -- ipv4.shared-dhcp-lease-time: 0 (default) ipv6.method: auto ipv6.dns: -- ipv6.dns-search: -- ipv6.dns-options: -- ipv6.dns-priority: 0 ipv6.addresses: -- ipv6.gateway: -- ipv6.routes: -- ipv6.route-metric: -1 ipv6.route-table: 0 (unspec) ipv6.routing-rules: -- ipv6.replace-local-rule: -1 (default) ipv6.dhcp-send-release: -1 (default) ipv6.routed-dns: -1 (default) ipv6.ignore-auto-routes: no ipv6.ignore-auto-dns: no ipv6.never-default: no ipv6.may-fail: yes ipv6.required-timeout: -1 (default) ipv6.ip6-privacy: -1 (default) ipv6.temp-valid-lifetime: 0 (default) ipv6.temp-preferred-lifetime: 0 (default) ipv6.addr-gen-mode: default ipv6.ra-timeout: 0 (default) ipv6.mtu: auto ipv6.dhcp-pd-hint: -- ipv6.dhcp-duid: -- ipv6.dhcp-iaid: -- ipv6.dhcp-timeout: 0 (default) ipv6.dhcp-send-hostname-deprecated: yes ipv6.dhcp-send-hostname: -1 (default) ipv6.dhcp-hostname: -- ipv6.dhcp-hostname-flags: 0x0 (none) ipv6.auto-route-ext-gw: -1 (default) ipv6.token: -- proxy.method: none proxy.browser-only: no proxy.pac-url: -- proxy.pac-script: -- GENERAL.NAME: lsr27 GENERAL.UUID: 6d479365-d485-44ee-a33a-bf0d0701a81f GENERAL.DEVICES: lsr27 GENERAL.IP-IFACE: lsr27 GENERAL.STATE: activated GENERAL.DEFAULT: no GENERAL.DEFAULT6: no GENERAL.SPEC-OBJECT: -- GENERAL.VPN: no GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/13 GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/11 GENERAL.ZONE: -- GENERAL.MASTER-PATH: -- IP4.ADDRESS[1]: 192.0.2.1/24 IP4.GATEWAY: -- IP4.ROUTE[1]: dst = 192.0.2.0/24, nh = 0.0.0.0, mt = 102 IP6.ADDRESS[1]: fe80::d8a4:13ff:fed2:261a/64 IP6.GATEWAY: -- IP6.ROUTE[1]: dst = fe80::/64, nh = ::, mt = 1024 TASK [Assert NM connection status] ********************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:75 Saturday 06 September 2025 08:44:05 -0400 (0:00:00.670) 0:00:34.859 **** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Get initscripts connection file] ***************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:81 Saturday 06 September 2025 08:44:05 -0400 (0:00:00.238) 0:00:35.097 **** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == 'initscripts' or ansible_distribution_major_version | int < 9", "skip_reason": "Conditional result was False" } TASK [Assert settings in initscripts connection file] ************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:87 Saturday 06 September 2025 08:44:06 -0400 (0:00:00.223) 0:00:35.321 **** skipping: [managed-node4] => { "changed": false, "false_condition": "network_provider == 'initscripts' or ansible_distribution_major_version | int < 9", "skip_reason": "Conditional result was False" } TASK [Include the tasks 'down_profile+delete_interface.yml'] ******************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:96 Saturday 06 September 2025 08:44:06 -0400 (0:00:00.259) 0:00:35.580 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml for managed-node4 TASK [Include the task 'down_profile.yml'] ************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml:3 Saturday 06 September 2025 08:44:06 -0400 (0:00:00.372) 0:00:35.953 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile.yml for managed-node4 TASK [Set down lsr27] ********************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile.yml:3 Saturday 06 September 2025 08:44:06 -0400 (0:00:00.241) 0:00:36.194 **** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 06 September 2025 08:44:07 -0400 (0:00:00.190) 0:00:36.385 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 06 September 2025 08:44:07 -0400 (0:00:00.294) 0:00:36.680 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 06 September 2025 08:44:07 -0400 (0:00:00.141) 0:00:36.821 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 06 September 2025 08:44:07 -0400 (0:00:00.206) 0:00:37.028 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 06 September 2025 08:44:07 -0400 (0:00:00.135) 0:00:37.164 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 06 September 2025 08:44:10 -0400 (0:00:02.205) 0:00:39.370 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 06 September 2025 08:44:11 -0400 (0:00:01.573) 0:00:40.943 **** ok: [managed-node4] => {} 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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 06 September 2025 08:44:11 -0400 (0:00:00.317) 0:00:41.261 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 06 September 2025 08:44:12 -0400 (0:00:00.240) 0:00:41.502 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 06 September 2025 08:44:12 -0400 (0:00:00.196) 0:00:41.698 **** skipping: [managed-node4] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 06 September 2025 08:44:12 -0400 (0:00:00.469) 0:00:42.168 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 06 September 2025 08:44:13 -0400 (0:00:00.433) 0:00:42.602 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 06 September 2025 08:44:13 -0400 (0:00:00.294) 0:00:42.896 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 06 September 2025 08:44:13 -0400 (0:00:00.186) 0:00:43.083 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 06 September 2025 08:44:14 -0400 (0:00:00.488) 0:00:43.575 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 06 September 2025 08:44:14 -0400 (0:00:00.473) 0:00:44.049 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 06 September 2025 08:44:14 -0400 (0:00:00.240) 0:00:44.289 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 06 September 2025 08:44:15 -0400 (0:00:00.361) 0:00:44.650 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 06 September 2025 08:44:16 -0400 (0:00:01.202) 0:00:45.852 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 06 September 2025 08:44:16 -0400 (0:00:00.307) 0:00:46.160 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 06 September 2025 08:44:17 -0400 (0:00:00.158) 0:00:46.318 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 06 September 2025 08:44:17 -0400 (0:00:00.191) 0:00:46.510 **** changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr27", "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 06 September 2025 08:44:18 -0400 (0:00:01.320) 0:00:47.830 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 06 September 2025 08:44:18 -0400 (0:00:00.184) 0:00:48.014 **** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 06 September 2025 08:44:18 -0400 (0:00:00.164) 0:00:48.179 **** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr27", "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 06 September 2025 08:44:19 -0400 (0:00:00.276) 0:00:48.456 **** skipping: [managed-node4] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 06 September 2025 08:44:19 -0400 (0:00:00.211) 0:00:48.668 **** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml:6 Saturday 06 September 2025 08:44:20 -0400 (0:00:00.868) 0:00:49.536 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node4 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 06 September 2025 08:44:20 -0400 (0:00:00.386) 0:00:49.922 **** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "lsr27" ], "delta": "0:00:00.009436", "end": "2025-09-06 08:44:21.222854", "rc": 0, "start": "2025-09-06 08:44:21.213418" } TASK [Include the task 'remove_profile.yml'] *********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:102 Saturday 06 September 2025 08:44:21 -0400 (0:00:00.961) 0:00:50.884 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node4 TASK [Remove lsr27] ************************************************************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 06 September 2025 08:44:21 -0400 (0:00:00.238) 0:00:51.123 **** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 06 September 2025 08:44:22 -0400 (0:00:00.214) 0:00:51.337 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node4 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 06 September 2025 08:44:22 -0400 (0:00:00.235) 0:00:51.574 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 06 September 2025 08:44:22 -0400 (0:00:00.276) 0:00:51.850 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 06 September 2025 08:44:22 -0400 (0:00:00.158) 0:00:52.008 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 06 September 2025 08:44:22 -0400 (0:00:00.172) 0:00:52.181 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 06 September 2025 08:44:25 -0400 (0:00:02.207) 0:00:54.390 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 06 September 2025 08:44:26 -0400 (0:00:01.290) 0:00:55.680 **** ok: [managed-node4] => {} 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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 06 September 2025 08:44:26 -0400 (0:00:00.191) 0:00:55.872 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 06 September 2025 08:44:26 -0400 (0:00:00.199) 0:00:56.073 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 06 September 2025 08:44:27 -0400 (0:00:00.434) 0:00:56.507 **** skipping: [managed-node4] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 06 September 2025 08:44:27 -0400 (0:00:00.313) 0:00:56.820 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 06 September 2025 08:44:27 -0400 (0:00:00.207) 0:00:57.028 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 06 September 2025 08:44:27 -0400 (0:00:00.208) 0:00:57.236 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 06 September 2025 08:44:28 -0400 (0:00:00.299) 0:00:57.536 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 06 September 2025 08:44:28 -0400 (0:00:00.467) 0:00:58.003 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 06 September 2025 08:44:28 -0400 (0:00:00.194) 0:00:58.198 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 06 September 2025 08:44:29 -0400 (0:00:00.224) 0:00:58.422 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 06 September 2025 08:44:29 -0400 (0:00:00.424) 0:00:58.847 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 06 September 2025 08:44:30 -0400 (0:00:01.252) 0:01:00.099 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 06 September 2025 08:44:31 -0400 (0:00:00.436) 0:01:00.536 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 06 September 2025 08:44:31 -0400 (0:00:00.185) 0:01:00.722 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 06 September 2025 08:44:31 -0400 (0:00:00.210) 0:01:00.933 **** changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr27", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 06 September 2025 08:44:32 -0400 (0:00:01.251) 0:01:02.185 **** skipping: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 06 September 2025 08:44:33 -0400 (0:00:00.199) 0:01:02.384 **** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 06 September 2025 08:44:33 -0400 (0:00:00.231) 0:01:02.616 **** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr27", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 06 September 2025 08:44:33 -0400 (0:00:00.217) 0:01:02.834 **** skipping: [managed-node4] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 06 September 2025 08:44:33 -0400 (0:00:00.371) 0:01:03.206 **** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_profile_absent.yml'] **************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:107 Saturday 06 September 2025 08:44:34 -0400 (0:00:00.762) 0:01:03.969 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node4 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 06 September 2025 08:44:34 -0400 (0:00:00.291) 0:01:04.260 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node4 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 06 September 2025 08:44:35 -0400 (0:00:00.236) 0:01:04.496 **** ok: [managed-node4] => { "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-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 06 September 2025 08:44:35 -0400 (0:00:00.165) 0:01:04.662 **** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 06 September 2025 08:44:36 -0400 (0:00:00.718) 0:01:05.381 **** skipping: [managed-node4] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 06 September 2025 08:44:36 -0400 (0:00:00.244) 0:01:05.625 **** fatal: [managed-node4]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep lsr27 | grep /etc", "delta": "0:00:00.018333", "end": "2025-09-06 08:44:36.819868", "rc": 1, "start": "2025-09-06 08:44:36.801535" } 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-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 06 September 2025 08:44:37 -0400 (0:00:00.705) 0:01:06.330 **** skipping: [managed-node4] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-lsr27] ************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 06 September 2025 08:44:37 -0400 (0:00:00.198) 0:01:06.529 **** skipping: [managed-node4] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-lsr27] *********************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 06 September 2025 08:44:37 -0400 (0:00:00.171) 0:01:06.700 **** skipping: [managed-node4] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-lsr27] ****************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 06 September 2025 08:44:37 -0400 (0:00:00.175) 0:01:06.876 **** skipping: [managed-node4] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-lsr27] *************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 06 September 2025 08:44:37 -0400 (0:00:00.134) 0:01:07.011 **** skipping: [managed-node4] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'lsr27'] ***************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 06 September 2025 08:44:37 -0400 (0:00:00.138) 0:01:07.150 **** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:111 Saturday 06 September 2025 08:44:38 -0400 (0:00:00.528) 0:01:07.678 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node4 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 06 September 2025 08:44:38 -0400 (0:00:00.474) 0:01:08.152 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface lsr27] ******************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 September 2025 08:44:39 -0400 (0:00:00.267) 0:01:08.419 **** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'lsr27'] *************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 06 September 2025 08:44:39 -0400 (0:00:00.696) 0:01:09.116 **** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:114 Saturday 06 September 2025 08:44:39 -0400 (0:00:00.154) 0:01:09.271 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node4 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 06 September 2025 08:44:40 -0400 (0:00:00.159) 0:01:09.431 **** ok: [managed-node4] => { "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.009227", "end": "2025-09-06 08:44:40.514575", "rc": 0, "start": "2025-09-06 08:44:40.505348" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:ac:a6:6f:3b:ab brd ff:ff:ff:ff:ff:ff altname enX0 altname enx02aca66f3bab inet 10.31.46.219/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3112sec preferred_lft 3112sec inet6 fe80::ac:a6ff:fe6f:3bab/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:14:ce:df:72:cf brd ff:ff:ff:ff:ff:ff altname enX1 altname enx0214cedf72cf inet 10.31.47.43/22 brd 10.31.47.255 scope global dynamic noprefixroute eth1 valid_lft 3112sec preferred_lft 3112sec inet6 fe80::14:ceff:fedf:72cf/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.219 metric 100 default via 10.31.44.1 dev eth1 proto dhcp src 10.31.47.43 metric 101 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.219 metric 100 10.31.44.0/22 dev eth1 proto kernel scope link src 10.31.47.43 metric 101 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev eth1 proto kernel metric 1024 pref medium RESOLV # Generated by NetworkManager search testing-farm.us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 06 September 2025 08:44:40 -0400 (0:00:00.536) 0:01:09.967 **** ok: [managed-node4] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.313319", "end": "2025-09-06 08:44:41.420484", "rc": 0, "start": "2025-09-06 08:44:41.107165" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 4216 0 --:--:-- --:--:-- --:--:-- 4236 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1332 0 --:--:-- --:--:-- --:--:-- 1334 PLAY RECAP ********************************************************************* managed-node4 : ok=82 changed=3 unreachable=0 failed=0 skipped=71 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 06 September 2025 08:44:41 -0400 (0:00:00.830) 0:01:10.797 **** =============================================================================== Gathering Facts --------------------------------------------------------- 2.56s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethernet_nm.yml:6 fedora.linux_system_roles.network : Check which services are running ---- 2.55s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 2.49s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.31s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 2.22s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which services are running ---- 2.21s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.21s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gather current interface info ------------------------------------------- 2.06s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 fedora.linux_system_roles.network : Check which packages are installed --- 1.57s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface lsr27 --------------------------------------------- 1.55s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Install iproute --------------------------------------------------------- 1.47s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Get NM connection file -------------------------------------------------- 1.38s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:48 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.32s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which packages are installed --- 1.29s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.25s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.25s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.20s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Check if system is ostree ----------------------------------------------- 1.16s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Gathering Facts --------------------------------------------------------- 1.15s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethernet.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.15s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192