ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', 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 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_nm.yml ******************************************** 2 plays in /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:6 Monday 06 October 2025 15:15:53 -0400 (0:00:00.102) 0:00:00.102 ******** ok: [managed-node4] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:9 Monday 06 October 2025 15:15:56 -0400 (0:00:02.428) 0:00:02.531 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Monday 06 October 2025 15:15:56 -0400 (0:00:00.087) 0:00:02.618 ******** ok: [managed-node4] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Monday 06 October 2025 15:15:57 -0400 (0:00:01.156) 0:00:03.775 ******** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Monday 06 October 2025 15:15:59 -0400 (0:00:01.539) 0:00:05.315 ******** ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Monday 06 October 2025 15:15:59 -0400 (0:00:00.254) 0:00:05.569 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:11 Monday 06 October 2025 15:15:59 -0400 (0:00:00.247) 0:00:05.817 ******** ok: [managed-node4] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:3 Monday 06 October 2025 15:15:59 -0400 (0:00:00.265) 0:00:06.082 ******** ok: [managed-node4] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:9 Monday 06 October 2025 15:16:01 -0400 (0:00:01.425) 0:00:07.508 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:16:01 -0400 (0:00:00.388) 0:00:07.897 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:16:02 -0400 (0:00:00.273) 0:00:08.170 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003175", "end": "2025-10-06 15:16:03.415258", "rc": 0, "start": "2025-10-06 15:16:03.412083" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:16:03 -0400 (0:00:01.589) 0:00:09.761 ******** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:16:03 -0400 (0:00:00.298) 0:00:10.060 ******** ok: [managed-node4] => {} MSG: current_interfaces: [u'eth0', u'eth1', u'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:11 Monday 06 October 2025 15:16:04 -0400 (0:00:00.205) 0:00:10.265 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Monday 06 October 2025 15:16:04 -0400 (0:00:00.348) 0:00:10.613 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Monday 06 October 2025 15:16:04 -0400 (0:00:00.132) 0:00:10.746 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Monday 06 October 2025 15:16:04 -0400 (0:00:00.305) 0:00:11.052 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:16:05 -0400 (0:00:00.259) 0:00:11.311 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:16:05 -0400 (0:00:00.268) 0:00:11.580 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003566", "end": "2025-10-06 15:16:06.292416", "rc": 0, "start": "2025-10-06 15:16:06.288850" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:16:06 -0400 (0:00:01.066) 0:00:12.646 ******** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:16:06 -0400 (0:00:00.223) 0:00:12.870 ******** ok: [managed-node4] => {} MSG: current_interfaces: [u'eth0', u'eth1', u'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Monday 06 October 2025 15:16:06 -0400 (0:00:00.235) 0:00:13.105 ******** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Monday 06 October 2025 15:16:09 -0400 (0:00:02.154) 0:00:15.260 ******** ok: [managed-node4] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.015297", "end": "2025-10-06 15:16:09.792187", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2025-10-06 15:16:09.776890" } ok: [managed-node4] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.005003", "end": "2025-10-06 15:16:10.494705", "item": "ip link set peerveth0 up", "rc": 0, "start": "2025-10-06 15:16:10.489702" } ok: [managed-node4] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004771", "end": "2025-10-06 15:16:11.185555", "item": "ip link set veth0 up", "rc": 0, "start": "2025-10-06 15:16:11.180784" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Monday 06 October 2025 15:16:11 -0400 (0:00:02.184) 0:00:17.445 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.031656", "end": "2025-10-06 15:16:11.721493", "rc": 0, "start": "2025-10-06 15:16:11.689837" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Monday 06 October 2025 15:16:11 -0400 (0:00:00.522) 0:00:17.967 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Monday 06 October 2025 15:16:11 -0400 (0:00:00.085) 0:00:18.053 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Monday 06 October 2025 15:16:11 -0400 (0:00:00.106) 0:00:18.160 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Monday 06 October 2025 15:16:12 -0400 (0:00:00.049) 0:00:18.209 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Monday 06 October 2025 15:16:12 -0400 (0:00:00.062) 0:00:18.272 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:15 Monday 06 October 2025 15:16:12 -0400 (0:00:00.061) 0:00:18.333 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Monday 06 October 2025 15:16:12 -0400 (0:00:00.232) 0:00:18.566 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Monday 06 October 2025 15:16:12 -0400 (0:00:00.081) 0:00:18.648 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1759778169.7920768, "block_size": 4096, "blocks": 0, "ctime": 1759778169.7920768, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17840, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1759778169.7920768, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Monday 06 October 2025 15:16:13 -0400 (0:00:00.609) 0:00:19.257 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:17 Monday 06 October 2025 15:16:13 -0400 (0:00:00.105) 0:00:19.363 ******** ok: [managed-node4] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 06 October 2025 15:16:13 -0400 (0:00:00.042) 0:00:19.405 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 06 October 2025 15:16:13 -0400 (0:00:00.082) 0:00:19.488 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 06 October 2025 15:16:13 -0400 (0:00:00.051) 0:00:19.540 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 06 October 2025 15:16:13 -0400 (0:00:00.036) 0:00:19.576 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 06 October 2025 15:16:13 -0400 (0:00:00.061) 0:00:19.638 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 06 October 2025 15:16:14 -0400 (0:00:01.324) 0:00:20.963 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 06 October 2025 15:16:17 -0400 (0:00:03.014) 0:00:23.977 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 06 October 2025 15:16:17 -0400 (0:00:00.146) 0:00:24.124 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 06 October 2025 15:16:18 -0400 (0:00:00.210) 0:00:24.335 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Monday 06 October 2025 15:16:18 -0400 (0:00:00.174) 0:00:24.509 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Monday 06 October 2025 15:16:18 -0400 (0:00:00.144) 0:00:24.654 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Monday 06 October 2025 15:16:18 -0400 (0:00:00.243) 0:00:24.897 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Monday 06 October 2025 15:16:18 -0400 (0:00:00.153) 0:00:25.050 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Monday 06 October 2025 15:16:19 -0400 (0:00:00.118) 0:00:25.169 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Monday 06 October 2025 15:16:19 -0400 (0:00:00.262) 0:00:25.431 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Monday 06 October 2025 15:16:19 -0400 (0:00:00.155) 0:00:25.586 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Monday 06 October 2025 15:16:19 -0400 (0:00:00.141) 0:00:25.727 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Monday 06 October 2025 15:16:19 -0400 (0:00:00.121) 0:00:25.848 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 06 October 2025 15:16:21 -0400 (0:00:01.915) 0:00:27.764 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Monday 06 October 2025 15:16:21 -0400 (0:00:00.135) 0:00:27.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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Monday 06 October 2025 15:16:21 -0400 (0:00:00.127) 0:00:28.027 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Monday 06 October 2025 15:16:22 -0400 (0:00:00.155) 0:00:28.183 ******** changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Monday 06 October 2025 15:16:23 -0400 (0:00:01.385) 0:00:29.568 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Monday 06 October 2025 15:16:23 -0400 (0:00:00.170) 0:00:29.739 ******** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Monday 06 October 2025 15:16:23 -0400 (0:00:00.128) 0:00:29.868 ******** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "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, 'veth0': add connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 01d6b46f-7ddc-4bc9-ae5e-df5c368dd846 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Monday 06 October 2025 15:16:23 -0400 (0:00:00.173) 0:00:30.042 ******** skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Monday 06 October 2025 15:16:24 -0400 (0:00:00.167) 0:00:30.209 ******** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml' again] ********************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:42 Monday 06 October 2025 15:16:24 -0400 (0:00:00.675) 0:00:30.885 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Monday 06 October 2025 15:16:25 -0400 (0:00:00.325) 0:00:31.211 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Monday 06 October 2025 15:16:25 -0400 (0:00:00.532) 0:00:31.743 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1759778173.0030956, "block_size": 4096, "blocks": 0, "ctime": 1759778169.7920768, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17840, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1759778169.7920768, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Monday 06 October 2025 15:16:26 -0400 (0:00:01.155) 0:00:32.899 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:44 Monday 06 October 2025 15:16:27 -0400 (0:00:00.361) 0:00:33.261 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node4 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Monday 06 October 2025 15:16:27 -0400 (0:00:00.732) 0:00:33.994 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Monday 06 October 2025 15:16:28 -0400 (0:00:00.656) 0:00:34.650 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Monday 06 October 2025 15:16:28 -0400 (0:00:00.359) 0:00:35.010 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1759778183.1981552, "block_size": 4096, "blocks": 8, "ctime": 1759778183.0971546, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 22441, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1759778183.0971546, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 403, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Monday 06 October 2025 15:16:30 -0400 (0:00:01.192) 0:00:36.202 ******** ok: [managed-node4] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Monday 06 October 2025 15:16:30 -0400 (0:00:00.407) 0:00:36.610 ******** ok: [managed-node4] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.027531", "end": "2025-10-06 15:16:31.268103", "rc": 0, "start": "2025-10-06 15:16:31.240572" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Monday 06 October 2025 15:16:31 -0400 (0:00:01.168) 0:00:37.778 ******** ok: [managed-node4] => { "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-veth0] ************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Monday 06 October 2025 15:16:31 -0400 (0:00:00.368) 0:00:38.147 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Monday 06 October 2025 15:16:32 -0400 (0:00:00.403) 0:00:38.550 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Monday 06 October 2025 15:16:32 -0400 (0:00:00.470) 0:00:39.021 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Monday 06 October 2025 15:16:33 -0400 (0:00:00.242) 0:00:39.263 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Monday 06 October 2025 15:16:33 -0400 (0:00:00.348) 0:00:39.612 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Monday 06 October 2025 15:16:33 -0400 (0:00:00.543) 0:00:40.155 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Monday 06 October 2025 15:16:34 -0400 (0:00:00.691) 0:00:40.847 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:48 Monday 06 October 2025 15:16:34 -0400 (0:00:00.284) 0:00:41.131 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003733", "end": "2025-10-06 15:16:35.776115", "rc": 0, "start": "2025-10-06 15:16:35.772382" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp metric 100 default via 10.31.40.1 dev eth1 proto dhcp metric 101 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.106 metric 100 10.31.40.0/22 dev eth1 proto kernel scope link src 10.31.42.26 metric 101 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:52 Monday 06 October 2025 15:16:36 -0400 (0:00:01.231) 0:00:42.363 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:57 Monday 06 October 2025 15:16:36 -0400 (0:00:00.436) 0:00:42.799 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003255", "end": "2025-10-06 15:16:37.255392", "rc": 0, "start": "2025-10-06 15:16:37.252137" } STDOUT: unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium 2001:db8::/64 dev veth0 proto kernel metric 102 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth1 proto kernel metric 101 mtu 9001 pref medium fe80::/64 dev veth0 proto kernel metric 102 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 proto static metric 102 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:61 Monday 06 October 2025 15:16:37 -0400 (0:00:01.024) 0:00:43.824 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:67 Monday 06 October 2025 15:16:38 -0400 (0:00:00.456) 0:00:44.281 ******** ok: [managed-node4] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 06 October 2025 15:16:38 -0400 (0:00:00.342) 0:00:44.623 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 06 October 2025 15:16:39 -0400 (0:00:00.641) 0:00:45.264 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 06 October 2025 15:16:39 -0400 (0:00:00.420) 0:00:45.685 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 06 October 2025 15:16:39 -0400 (0:00:00.220) 0:00:45.906 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 06 October 2025 15:16:39 -0400 (0:00:00.247) 0:00:46.154 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 06 October 2025 15:16:41 -0400 (0:00:01.914) 0:00:48.068 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 06 October 2025 15:16:44 -0400 (0:00:02.967) 0:00:51.036 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 06 October 2025 15:16:45 -0400 (0:00:00.243) 0:00:51.279 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 06 October 2025 15:16:45 -0400 (0:00:00.257) 0:00:51.536 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Monday 06 October 2025 15:16:45 -0400 (0:00:00.409) 0:00:51.946 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Monday 06 October 2025 15:16:46 -0400 (0:00:00.318) 0:00:52.265 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Monday 06 October 2025 15:16:46 -0400 (0:00:00.267) 0:00:52.533 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Monday 06 October 2025 15:16:46 -0400 (0:00:00.407) 0:00:52.941 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Monday 06 October 2025 15:16:47 -0400 (0:00:00.355) 0:00:53.296 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Monday 06 October 2025 15:16:47 -0400 (0:00:00.725) 0:00:54.022 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Monday 06 October 2025 15:16:48 -0400 (0:00:00.298) 0:00:54.321 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Monday 06 October 2025 15:16:48 -0400 (0:00:00.247) 0:00:54.568 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Monday 06 October 2025 15:16:48 -0400 (0:00:00.368) 0:00:54.937 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 06 October 2025 15:16:50 -0400 (0:00:01.491) 0:00:56.429 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Monday 06 October 2025 15:16:50 -0400 (0:00:00.384) 0:00:56.813 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Monday 06 October 2025 15:16:50 -0400 (0:00:00.300) 0:00:57.114 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Monday 06 October 2025 15:16:51 -0400 (0:00:00.260) 0:00:57.374 ******** changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Monday 06 October 2025 15:16:54 -0400 (0:00:03.241) 0:01:00.616 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Monday 06 October 2025 15:16:54 -0400 (0:00:00.465) 0:01:01.081 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Monday 06 October 2025 15:16:55 -0400 (0:00:00.366) 0:01:01.448 ******** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Monday 06 October 2025 15:16:55 -0400 (0:00:00.590) 0:01:02.038 ******** skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Monday 06 October 2025 15:16:56 -0400 (0:00:00.466) 0:01:02.505 ******** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml' to remove interface] ******** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:79 Monday 06 October 2025 15:16:57 -0400 (0:00:01.217) 0:01:03.722 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Monday 06 October 2025 15:16:58 -0400 (0:00:00.936) 0:01:04.659 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Monday 06 October 2025 15:16:58 -0400 (0:00:00.295) 0:01:04.954 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Monday 06 October 2025 15:16:59 -0400 (0:00:00.243) 0:01:05.198 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:16:59 -0400 (0:00:00.426) 0:01:05.625 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:16:59 -0400 (0:00:00.482) 0:01:06.107 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003175", "end": "2025-10-06 15:17:00.741023", "rc": 0, "start": "2025-10-06 15:17:00.737848" } STDOUT: eth0 eth1 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:17:01 -0400 (0:00:01.062) 0:01:07.170 ******** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:17:01 -0400 (0:00:00.278) 0:01:07.448 ******** ok: [managed-node4] => {} MSG: current_interfaces: [u'eth0', u'eth1', u'lo', u'peerveth0', u'veth0'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Monday 06 October 2025 15:17:01 -0400 (0:00:00.292) 0:01:07.741 ******** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Monday 06 October 2025 15:17:03 -0400 (0:00:01.459) 0:01:09.200 ******** skipping: [managed-node4] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Monday 06 October 2025 15:17:03 -0400 (0:00:00.584) 0:01:09.784 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Monday 06 October 2025 15:17:03 -0400 (0:00:00.286) 0:01:10.070 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014406", "end": "2025-10-06 15:17:04.926311", "rc": 0, "start": "2025-10-06 15:17:04.911905" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Monday 06 October 2025 15:17:05 -0400 (0:00:01.480) 0:01:11.550 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Monday 06 October 2025 15:17:05 -0400 (0:00:00.350) 0:01:11.900 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Monday 06 October 2025 15:17:06 -0400 (0:00:00.272) 0:01:12.173 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Monday 06 October 2025 15:17:06 -0400 (0:00:00.247) 0:01:12.420 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:83 Monday 06 October 2025 15:17:06 -0400 (0:00:00.294) 0:01:12.715 ******** ok: [managed-node4] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml' to disable auto_gateway] **** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:87 Monday 06 October 2025 15:17:06 -0400 (0:00:00.356) 0:01:13.071 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Monday 06 October 2025 15:17:08 -0400 (0:00:01.130) 0:01:14.202 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Monday 06 October 2025 15:17:08 -0400 (0:00:00.289) 0:01:14.491 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Monday 06 October 2025 15:17:08 -0400 (0:00:00.283) 0:01:14.774 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:17:08 -0400 (0:00:00.326) 0:01:15.101 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:17:09 -0400 (0:00:00.768) 0:01:15.869 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003058", "end": "2025-10-06 15:17:10.287159", "rc": 0, "start": "2025-10-06 15:17:10.284101" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:17:10 -0400 (0:00:00.847) 0:01:16.717 ******** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:17:10 -0400 (0:00:00.318) 0:01:17.035 ******** ok: [managed-node4] => {} MSG: current_interfaces: [u'eth0', u'eth1', u'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Monday 06 October 2025 15:17:11 -0400 (0:00:00.355) 0:01:17.391 ******** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Monday 06 October 2025 15:17:12 -0400 (0:00:01.092) 0:01:18.484 ******** ok: [managed-node4] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.013221", "end": "2025-10-06 15:17:12.878120", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2025-10-06 15:17:12.864899" } ok: [managed-node4] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004440", "end": "2025-10-06 15:17:13.712758", "item": "ip link set peerveth0 up", "rc": 0, "start": "2025-10-06 15:17:13.708318" } ok: [managed-node4] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004999", "end": "2025-10-06 15:17:14.613869", "item": "ip link set veth0 up", "rc": 0, "start": "2025-10-06 15:17:14.608870" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Monday 06 October 2025 15:17:14 -0400 (0:00:02.642) 0:01:21.126 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.038590", "end": "2025-10-06 15:17:15.759578", "rc": 0, "start": "2025-10-06 15:17:15.720988" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Monday 06 October 2025 15:17:16 -0400 (0:00:01.044) 0:01:22.170 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Monday 06 October 2025 15:17:16 -0400 (0:00:00.172) 0:01:22.343 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Monday 06 October 2025 15:17:16 -0400 (0:00:00.242) 0:01:22.586 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Monday 06 October 2025 15:17:16 -0400 (0:00:00.397) 0:01:22.983 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Monday 06 October 2025 15:17:17 -0400 (0:00:00.461) 0:01:23.445 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 06 October 2025 15:17:17 -0400 (0:00:00.241) 0:01:23.686 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 06 October 2025 15:17:17 -0400 (0:00:00.454) 0:01:24.140 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 06 October 2025 15:17:18 -0400 (0:00:00.216) 0:01:24.356 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 06 October 2025 15:17:18 -0400 (0:00:00.182) 0:01:24.539 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 06 October 2025 15:17:18 -0400 (0:00:00.564) 0:01:25.103 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 06 October 2025 15:17:20 -0400 (0:00:01.312) 0:01:26.416 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 06 October 2025 15:17:22 -0400 (0:00:01.960) 0:01:28.376 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 06 October 2025 15:17:22 -0400 (0:00:00.438) 0:01:28.815 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 06 October 2025 15:17:22 -0400 (0:00:00.306) 0:01:29.121 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Monday 06 October 2025 15:17:23 -0400 (0:00:00.362) 0:01:29.483 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Monday 06 October 2025 15:17:23 -0400 (0:00:00.377) 0:01:29.861 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Monday 06 October 2025 15:17:23 -0400 (0:00:00.237) 0:01:30.099 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Monday 06 October 2025 15:17:24 -0400 (0:00:00.321) 0:01:30.420 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Monday 06 October 2025 15:17:24 -0400 (0:00:00.357) 0:01:30.778 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Monday 06 October 2025 15:17:25 -0400 (0:00:00.492) 0:01:31.270 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Monday 06 October 2025 15:17:25 -0400 (0:00:00.349) 0:01:31.620 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Monday 06 October 2025 15:17:25 -0400 (0:00:00.273) 0:01:31.893 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Monday 06 October 2025 15:17:26 -0400 (0:00:00.916) 0:01:32.809 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 06 October 2025 15:17:27 -0400 (0:00:01.328) 0:01:34.138 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Monday 06 October 2025 15:17:28 -0400 (0:00:00.285) 0:01:34.423 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Monday 06 October 2025 15:17:28 -0400 (0:00:00.397) 0:01:34.821 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Monday 06 October 2025 15:17:28 -0400 (0:00:00.237) 0:01:35.058 ******** changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Monday 06 October 2025 15:17:30 -0400 (0:00:01.421) 0:01:36.480 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Monday 06 October 2025 15:17:30 -0400 (0:00:00.400) 0:01:36.880 ******** ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Monday 06 October 2025 15:17:31 -0400 (0:00:00.388) 0:01:37.269 ******** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "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, 'veth0': add connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 49008183-5779-4176-aea9-7e4cd4c9ca82 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Monday 06 October 2025 15:17:31 -0400 (0:00:00.380) 0:01:37.649 ******** skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Monday 06 October 2025 15:17:31 -0400 (0:00:00.425) 0:01:38.075 ******** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml' - 3] ************************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:108 Monday 06 October 2025 15:17:33 -0400 (0:00:01.158) 0:01:39.234 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Monday 06 October 2025 15:17:33 -0400 (0:00:00.465) 0:01:39.699 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Monday 06 October 2025 15:17:33 -0400 (0:00:00.461) 0:01:40.161 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1759778249.7555444, "block_size": 4096, "blocks": 0, "ctime": 1759778232.8754456, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17844, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1759778232.8754456, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Monday 06 October 2025 15:17:35 -0400 (0:00:01.361) 0:01:41.522 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml' again] ********************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:110 Monday 06 October 2025 15:17:35 -0400 (0:00:00.245) 0:01:41.768 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node4 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Monday 06 October 2025 15:17:36 -0400 (0:00:00.765) 0:01:42.534 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Monday 06 October 2025 15:17:36 -0400 (0:00:00.390) 0:01:42.924 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Monday 06 October 2025 15:17:37 -0400 (0:00:00.296) 0:01:43.221 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1759778249.877545, "block_size": 4096, "blocks": 8, "ctime": 1759778249.8015447, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 22442, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1759778249.8015447, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 330, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Monday 06 October 2025 15:17:38 -0400 (0:00:01.177) 0:01:44.399 ******** ok: [managed-node4] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Monday 06 October 2025 15:17:38 -0400 (0:00:00.187) 0:01:44.587 ******** ok: [managed-node4] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023158", "end": "2025-10-06 15:17:39.117894", "rc": 0, "start": "2025-10-06 15:17:39.094736" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Monday 06 October 2025 15:17:39 -0400 (0:00:01.049) 0:01:45.636 ******** ok: [managed-node4] => { "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-veth0] ************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Monday 06 October 2025 15:17:39 -0400 (0:00:00.324) 0:01:45.961 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Monday 06 October 2025 15:17:39 -0400 (0:00:00.188) 0:01:46.149 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Monday 06 October 2025 15:17:40 -0400 (0:00:00.141) 0:01:46.290 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Monday 06 October 2025 15:17:40 -0400 (0:00:00.281) 0:01:46.571 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Monday 06 October 2025 15:17:40 -0400 (0:00:00.215) 0:01:46.787 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Monday 06 October 2025 15:17:40 -0400 (0:00:00.288) 0:01:47.075 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Monday 06 October 2025 15:17:41 -0400 (0:00:00.170) 0:01:47.246 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes again] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:114 Monday 06 October 2025 15:17:41 -0400 (0:00:00.365) 0:01:47.611 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003109", "end": "2025-10-06 15:17:42.001479", "rc": 0, "start": "2025-10-06 15:17:41.998370" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp metric 100 default via 10.31.40.1 dev eth1 proto dhcp metric 101 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.106 metric 100 10.31.40.0/22 dev eth1 proto kernel scope link src 10.31.42.26 metric 101 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 102 TASK [Assert default ipv4 route is absent] ************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:118 Monday 06 October 2025 15:17:42 -0400 (0:00:00.869) 0:01:48.481 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes again] *************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:123 Monday 06 October 2025 15:17:42 -0400 (0:00:00.296) 0:01:48.777 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003507", "end": "2025-10-06 15:17:43.270464", "rc": 0, "start": "2025-10-06 15:17:43.266957" } STDOUT: unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium 2001:db8::/64 dev veth0 proto kernel metric 102 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth1 proto kernel metric 101 mtu 9001 pref medium fe80::/64 dev veth0 proto kernel metric 102 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:127 Monday 06 October 2025 15:17:43 -0400 (0:00:00.865) 0:01:49.642 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles. again] **************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:133 Monday 06 October 2025 15:17:43 -0400 (0:00:00.181) 0:01:49.824 ******** ok: [managed-node4] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 06 October 2025 15:17:43 -0400 (0:00:00.193) 0:01:50.018 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 06 October 2025 15:17:44 -0400 (0:00:00.389) 0:01:50.407 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 06 October 2025 15:17:44 -0400 (0:00:00.185) 0:01:50.592 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 06 October 2025 15:17:44 -0400 (0:00:00.123) 0:01:50.716 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 06 October 2025 15:17:44 -0400 (0:00:00.118) 0:01:50.834 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 06 October 2025 15:17:45 -0400 (0:00:01.294) 0:01:52.129 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 06 October 2025 15:17:48 -0400 (0:00:02.881) 0:01:55.010 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 06 October 2025 15:17:49 -0400 (0:00:00.316) 0:01:55.326 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 06 October 2025 15:17:49 -0400 (0:00:00.278) 0:01:55.605 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Monday 06 October 2025 15:17:49 -0400 (0:00:00.153) 0:01:55.758 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Monday 06 October 2025 15:17:49 -0400 (0:00:00.264) 0:01:56.022 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Monday 06 October 2025 15:17:50 -0400 (0:00:00.252) 0:01:56.274 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Monday 06 October 2025 15:17:50 -0400 (0:00:00.322) 0:01:56.597 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Monday 06 October 2025 15:17:50 -0400 (0:00:00.146) 0:01:56.743 ******** skipping: [managed-node4] => { "changed": false, "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Monday 06 October 2025 15:17:50 -0400 (0:00:00.230) 0:01:56.973 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Monday 06 October 2025 15:17:51 -0400 (0:00:00.250) 0:01:57.224 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Monday 06 October 2025 15:17:51 -0400 (0:00:00.128) 0:01:57.352 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Monday 06 October 2025 15:17:51 -0400 (0:00:00.162) 0:01:57.514 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 06 October 2025 15:17:52 -0400 (0:00:00.978) 0:01:58.493 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Monday 06 October 2025 15:17:52 -0400 (0:00:00.252) 0:01:58.746 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Monday 06 October 2025 15:17:52 -0400 (0:00:00.221) 0:01:58.967 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Monday 06 October 2025 15:17:53 -0400 (0:00:00.284) 0:01:59.251 ******** changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Monday 06 October 2025 15:17:54 -0400 (0:00:01.611) 0:02:00.863 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Monday 06 October 2025 15:17:54 -0400 (0:00:00.278) 0:02:01.141 ******** 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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Monday 06 October 2025 15:17:55 -0400 (0:00:00.176) 0:02:01.317 ******** ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Monday 06 October 2025 15:17:55 -0400 (0:00:00.252) 0:02:01.570 ******** skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Monday 06 October 2025 15:17:55 -0400 (0:00:00.146) 0:02:01.717 ******** ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml' to remove interface again] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:145 Monday 06 October 2025 15:17:56 -0400 (0:00:00.780) 0:02:02.497 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Monday 06 October 2025 15:17:56 -0400 (0:00:00.485) 0:02:02.983 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Monday 06 October 2025 15:17:57 -0400 (0:00:00.244) 0:02:03.228 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Monday 06 October 2025 15:17:57 -0400 (0:00:00.267) 0:02:03.495 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:17:57 -0400 (0:00:00.439) 0:02:03.935 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:17:58 -0400 (0:00:00.560) 0:02:04.495 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003408", "end": "2025-10-06 15:17:58.892891", "rc": 0, "start": "2025-10-06 15:17:58.889483" } STDOUT: eth0 eth1 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:17:59 -0400 (0:00:00.718) 0:02:05.214 ******** ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:17:59 -0400 (0:00:00.128) 0:02:05.343 ******** ok: [managed-node4] => {} MSG: current_interfaces: [u'eth0', u'eth1', u'lo', u'peerveth0', u'veth0'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Monday 06 October 2025 15:17:59 -0400 (0:00:00.584) 0:02:05.927 ******** ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Monday 06 October 2025 15:18:00 -0400 (0:00:01.139) 0:02:07.067 ******** skipping: [managed-node4] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Monday 06 October 2025 15:18:01 -0400 (0:00:00.157) 0:02:07.224 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Monday 06 October 2025 15:18:01 -0400 (0:00:00.109) 0:02:07.334 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012036", "end": "2025-10-06 15:18:01.733284", "rc": 0, "start": "2025-10-06 15:18:01.721248" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Monday 06 October 2025 15:18:02 -0400 (0:00:00.841) 0:02:08.175 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Monday 06 October 2025 15:18:02 -0400 (0:00:00.147) 0:02:08.323 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Monday 06 October 2025 15:18:02 -0400 (0:00:00.218) 0:02:08.542 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Monday 06 October 2025 15:18:02 -0400 (0:00:00.292) 0:02:08.835 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:149 Monday 06 October 2025 15:18:02 -0400 (0:00:00.304) 0:02:09.139 ******** included: /tmp/collections-rI2/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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Monday 06 October 2025 15:18:03 -0400 (0:00:00.772) 0:02:09.912 ******** 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.007379", "end": "2025-10-06 15:18:04.371598", "rc": 0, "start": "2025-10-06 15:18:04.364219" } 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 valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:4a:19:9f:ca:29 brd ff:ff:ff:ff:ff:ff inet 10.31.42.106/22 brd 10.31.43.255 scope global noprefixroute dynamic eth0 valid_lft 3267sec preferred_lft 3267sec inet6 fe80::c4a:19ff:fe9f:ca29/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:23:d5:a6:af:cf brd ff:ff:ff:ff:ff:ff inet 10.31.42.26/22 brd 10.31.43.255 scope global noprefixroute dynamic eth1 valid_lft 3266sec preferred_lft 3266sec inet6 fe80::8534:c18c:4afc:4761/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp metric 100 default via 10.31.40.1 dev eth1 proto dhcp metric 101 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.106 metric 100 10.31.40.0/22 dev eth1 proto kernel scope link src 10.31.42.26 metric 101 IP -6 ROUTE unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth1 proto kernel metric 101 mtu 9001 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 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-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Monday 06 October 2025 15:18:04 -0400 (0:00:00.858) 0:02:10.771 ******** 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.421561", "end": "2025-10-06 15:18:05.540498", "rc": 0, "start": "2025-10-06 15:18:05.118937" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 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 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 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.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2604:1580:fe00:0:dead:beef:cafe:fed1 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 2606:f640:6000:651::7 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 1296 0 --:--:-- --:--:-- --:--:-- 1297 % 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 1773 0 --:--:-- --:--:-- --:--:-- 1785 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node4 : ok=129 changed=4 unreachable=0 failed=0 skipped=111 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 06 October 2025 15:18:05 -0400 (0:00:01.017) 0:02:11.788 ******** =============================================================================== fedora.linux_system_roles.network : Configure networking connection profiles --- 4.85s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which packages are installed --- 3.01s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 2.97s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 2.88s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 2.64s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.47s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 2.43s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_auto_gateway_nm.yml:6 Create veth interface veth0 --------------------------------------------- 2.18s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Install iproute --------------------------------------------------------- 2.15s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Re-test connectivity ---------------- 2.00s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 fedora.linux_system_roles.network : Check which packages are installed --- 1.96s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.92s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Check which services are running ---- 1.91s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gather current interface info ------------------------------------------- 1.59s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 1.54s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Delete veth interface veth0 --------------------------------------------- 1.48s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Install iproute --------------------------------------------------------- 1.46s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.43s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_auto_gateway.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.42s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.39s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159