ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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 '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_ethtool_coalesce_initscripts.yml ******************************* 2 plays in /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_coalesce_initscripts.yml PLAY [Run playbook 'playbooks/tests_ethtool_coalesce.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_coalesce_initscripts.yml:5 Wednesday 12 March 2025 14:55:07 -0400 (0:00:00.132) 0:00:00.132 ******* ok: [managed-node4] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_coalesce_initscripts.yml:8 Wednesday 12 March 2025 14:55:08 -0400 (0:00:01.541) 0:00:01.674 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 12 March 2025 14:55:09 -0400 (0:00:00.197) 0:00:01.872 ******* ok: [managed-node4] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 12 March 2025 14:55:09 -0400 (0:00:00.885) 0:00:02.757 ******* ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 12 March 2025 14:55:11 -0400 (0:00:01.312) 0:00:04.070 ******* ok: [managed-node4] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 12 March 2025 14:55:11 -0400 (0:00:00.208) 0:00:04.278 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 12 March 2025 14:55:11 -0400 (0:00:00.162) 0:00:04.441 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node4 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 12 March 2025 14:55:11 -0400 (0:00:00.177) 0:00:04.618 ******* ok: [managed-node4] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 12 March 2025 14:55:13 -0400 (0:00:01.392) 0:00:06.010 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 12 March 2025 14:55:13 -0400 (0:00:00.108) 0:00:06.119 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 12 March 2025 14:55:13 -0400 (0:00:00.120) 0:00:06.240 ******* [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node4] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.228619", "end": "2025-03-12 14:55:14.149346", "rc": 0, "start": "2025-03-12 14:55:13.920727" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 12 March 2025 14:55:14 -0400 (0:00:00.805) 0:00:07.046 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_coalesce_initscripts.yml:10 Wednesday 12 March 2025 14:55:14 -0400 (0:00:00.048) 0:00:07.094 ******* ok: [managed-node4] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing ethtool coalesce settings] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:3 Wednesday 12 March 2025 14:55:14 -0400 (0:00:00.036) 0:00:07.130 ******* ok: [managed-node4] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:9 Wednesday 12 March 2025 14:55:15 -0400 (0:00:00.935) 0:00:08.066 ******* ok: [managed-node4] => {} MSG: this is: playbooks/tests_ethtool_coalesce.yml TASK [INIT: Ethtool coalesce tests] ******************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:15 Wednesday 12 March 2025 14:55:15 -0400 (0:00:00.098) 0:00:08.165 ******* ok: [managed-node4] => {} MSG: ################################################## TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:18 Wednesday 12 March 2025 14:55:15 -0400 (0:00:00.031) 0:00:08.196 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 14:55:15 -0400 (0:00:00.037) 0:00:08.233 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 14:55:15 -0400 (0:00:00.051) 0:00:08.284 ******* ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003094", "end": "2025-03-12 14:55:16.054737", "rc": 0, "start": "2025-03-12 14:55:16.051643" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.692) 0:00:08.977 ******* ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.098) 0:00:09.075 ******* ok: [managed-node4] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:20 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.080) 0:00:09.156 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.075) 0:00:09.232 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.031) 0:00:09.263 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.079) 0:00:09.343 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.116) 0:00:09.460 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 14:55:16 -0400 (0:00:00.132) 0:00:09.592 ******* ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002982", "end": "2025-03-12 14:55:17.433006", "rc": 0, "start": "2025-03-12 14:55:17.430024" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 14:55:17 -0400 (0:00:00.757) 0:00:10.349 ******* ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 14:55:17 -0400 (0:00:00.069) 0:00:10.419 ******* ok: [managed-node4] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 14:55:17 -0400 (0:00:00.083) 0:00:10.503 ******* ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 14:55:21 -0400 (0:00:03.785) 0:00:14.288 ******* ok: [managed-node4] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.013906", "end": "2025-03-12 14:55:22.300479", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2025-03-12 14:55:22.286573" } ok: [managed-node4] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003461", "end": "2025-03-12 14:55:22.747173", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2025-03-12 14:55:22.743712" } ok: [managed-node4] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003324", "end": "2025-03-12 14:55:23.213605", "item": "ip link set testnic1 up", "rc": 0, "start": "2025-03-12 14:55:23.210281" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 14:55:23 -0400 (0:00:01.800) 0:00:16.088 ******* ok: [managed-node4] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.022334", "end": "2025-03-12 14:55:23.840531", "rc": 0, "start": "2025-03-12 14:55:23.818197" } TASK [Delete veth interface testnic1] ****************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 14:55:23 -0400 (0:00:00.660) 0:00:16.749 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 14:55:24 -0400 (0:00:00.123) 0:00:16.873 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 14:55:24 -0400 (0:00:00.149) 0:00:17.022 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 14:55:24 -0400 (0:00:00.066) 0:00:17.089 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 14:55:24 -0400 (0:00:00.096) 0:00:17.185 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:24 Wednesday 12 March 2025 14:55:24 -0400 (0:00:00.065) 0:00:17.250 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 12 March 2025 14:55:24 -0400 (0:00:00.108) 0:00:17.359 ******* included: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node4 TASK [Get stat for interface testnic1] ***************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 12 March 2025 14:55:24 -0400 (0:00:00.070) 0:00:17.429 ******* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1741805722.289848, "block_size": 4096, "blocks": 0, "ctime": 1741805722.289848, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26774, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1741805722.289848, "nlink": 1, "path": "/sys/class/net/testnic1", "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 - 'testnic1'] *********************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Wednesday 12 March 2025 14:55:25 -0400 (0:00:00.468) 0:00:17.898 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:26 Wednesday 12 March 2025 14:55:25 -0400 (0:00:00.042) 0:00:17.941 ******* ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [TEST: I can create a profile without any coalescing option.] ************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:34 Wednesday 12 March 2025 14:55:28 -0400 (0:00:03.136) 0:00:21.078 ******* ok: [managed-node4] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 14:55:28 -0400 (0:00:00.108) 0:00:21.186 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 14:55:28 -0400 (0:00:00.109) 0:00:21.296 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 14:55:28 -0400 (0:00:00.091) 0:00:21.387 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 14:55:28 -0400 (0:00:00.045) 0:00:21.432 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 14:55:28 -0400 (0:00:00.030) 0:00:21.463 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 14:55:30 -0400 (0:00:02.269) 0:00:23.732 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 14:55:34 -0400 (0:00:03.096) 0:00:26.829 ******* ok: [managed-node4] => {} MSG: Using network provider: initscripts 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 14:55:34 -0400 (0:00:00.174) 0:00:27.003 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 14:55:34 -0400 (0:00:00.175) 0:00:27.179 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 14:55:34 -0400 (0:00:00.163) 0:00:27.343 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 14:55:34 -0400 (0:00:00.113) 0:00:27.456 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 14:55:34 -0400 (0:00:00.141) 0:00:27.597 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 14:55:34 -0400 (0:00:00.129) 0:00:27.727 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 14:55:35 -0400 (0:00:00.214) 0:00:27.941 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 14:55:35 -0400 (0:00:00.262) 0:00:28.203 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 14:55:35 -0400 (0:00:00.069) 0:00:28.272 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 14:55:35 -0400 (0:00:00.090) 0:00:28.363 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 14:55:35 -0400 (0:00:00.078) 0:00:28.442 ******* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 14:55:35 -0400 (0:00:00.074) 0:00:28.516 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 14:55:35 -0400 (0:00:00.126) 0:00:28.643 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 14:55:37 -0400 (0:00:02.020) 0:00:30.663 ******* ok: [managed-node4] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-273242s_sg8_g/tmpiq7r5_6i" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 14:55:38 -0400 (0:00:00.626) 0:00:31.290 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 14:55:40 -0400 (0:00:01.773) 0:00:33.064 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 14:55:40 -0400 (0:00:00.164) 0:00:33.228 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 14:55:40 -0400 (0:00:00.098) 0:00:33.327 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 14:55:40 -0400 (0:00:00.130) 0:00:33.458 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 14:55:40 -0400 (0:00:00.067) 0:00:33.525 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Get profile's coalescing options] **************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:50 Wednesday 12 March 2025 14:55:42 -0400 (0:00:01.322) 0:00:34.848 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain coalescing options] ***************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:56 Wednesday 12 March 2025 14:55:42 -0400 (0:00:00.116) 0:00:34.965 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's coalescing options] **************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:61 Wednesday 12 March 2025 14:55:42 -0400 (0:00:00.217) 0:00:35.183 ******* fatal: [managed-node4]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.002809", "end": "2025-03-12 14:55:42.966096", "rc": 1, "start": "2025-03-12 14:55:42.963287" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does not contain coalescing options] ***************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:68 Wednesday 12 March 2025 14:55:43 -0400 (0:00:00.786) 0:00:35.969 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [TEST: I can set rx-frames.] ********************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:74 Wednesday 12 March 2025 14:55:43 -0400 (0:00:00.166) 0:00:36.135 ******* ok: [managed-node4] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 14:55:43 -0400 (0:00:00.176) 0:00:36.311 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 14:55:43 -0400 (0:00:00.335) 0:00:36.647 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 14:55:44 -0400 (0:00:00.208) 0:00:36.855 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 14:55:44 -0400 (0:00:00.193) 0:00:37.049 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 14:55:44 -0400 (0:00:00.163) 0:00:37.213 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 14:55:46 -0400 (0:00:02.215) 0:00:39.428 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 14:55:48 -0400 (0:00:02.060) 0:00:41.488 ******* ok: [managed-node4] => {} MSG: Using network provider: initscripts 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 14:55:48 -0400 (0:00:00.079) 0:00:41.568 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 14:55:48 -0400 (0:00:00.109) 0:00:41.677 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 14:55:49 -0400 (0:00:00.126) 0:00:41.804 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 14:55:49 -0400 (0:00:00.153) 0:00:41.957 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 14:55:49 -0400 (0:00:00.156) 0:00:42.114 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 14:55:49 -0400 (0:00:00.091) 0:00:42.206 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 14:55:49 -0400 (0:00:00.127) 0:00:42.334 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 14:55:49 -0400 (0:00:00.221) 0:00:42.555 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 14:55:49 -0400 (0:00:00.208) 0:00:42.764 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 14:55:50 -0400 (0:00:00.157) 0:00:42.921 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 14:55:50 -0400 (0:00:00.198) 0:00:43.120 ******* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 14:55:50 -0400 (0:00:00.153) 0:00:43.274 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 14:55:50 -0400 (0:00:00.128) 0:00:43.402 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 14:55:51 -0400 (0:00:00.960) 0:00:44.362 ******* ok: [managed-node4] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-273242s_sg8_g/tmpizsgpzh1" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 14:55:52 -0400 (0:00:00.717) 0:00:45.080 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ethtool": { "coalesce": { "rx_frames": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\nnetlink error: Operation not supported\nRTNETLINK answers: File exists\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 14:55:53 -0400 (0:00:01.332) 0:00:46.413 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 14:55:53 -0400 (0:00:00.264) 0:00:46.677 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 14:55:53 -0400 (0:00:00.085) 0:00:46.763 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ethtool": { "coalesce": { "rx_frames": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 14:55:54 -0400 (0:00:00.074) 0:00:46.837 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 14:55:54 -0400 (0:00:00.057) 0:00:46.895 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Get profile's coalescing options] **************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:92 Wednesday 12 March 2025 14:55:54 -0400 (0:00:00.607) 0:00:47.502 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert coalesce options set in profile] ********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:98 Wednesday 12 March 2025 14:55:54 -0400 (0:00:00.228) 0:00:47.731 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's coalescing options] **************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:104 Wednesday 12 March 2025 14:55:55 -0400 (0:00:00.137) 0:00:47.868 ******* ok: [managed-node4] => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003519", "end": "2025-03-12 14:55:55.870741", "rc": 0, "start": "2025-03-12 14:55:55.867222" } STDOUT: ETHTOOL_OPTS="-C testnic1 rx-frames 128" TASK [Assert coalesce options set in profile] ********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:111 Wednesday 12 March 2025 14:55:56 -0400 (0:00:00.984) 0:00:48.853 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [TEST: I can clear coalescing options] ************************************ task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:117 Wednesday 12 March 2025 14:55:56 -0400 (0:00:00.125) 0:00:48.978 ******* ok: [managed-node4] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 14:55:56 -0400 (0:00:00.118) 0:00:49.097 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 14:55:56 -0400 (0:00:00.139) 0:00:49.236 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 14:55:56 -0400 (0:00:00.122) 0:00:49.359 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 14:55:56 -0400 (0:00:00.062) 0:00:49.422 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 14:55:56 -0400 (0:00:00.147) 0:00:49.569 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 14:55:58 -0400 (0:00:02.168) 0:00:51.738 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 14:56:01 -0400 (0:00:02.093) 0:00:53.831 ******* ok: [managed-node4] => {} MSG: Using network provider: initscripts 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 14:56:01 -0400 (0:00:00.170) 0:00:54.001 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 14:56:01 -0400 (0:00:00.255) 0:00:54.257 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 14:56:01 -0400 (0:00:00.218) 0:00:54.476 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 14:56:01 -0400 (0:00:00.169) 0:00:54.645 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 14:56:02 -0400 (0:00:00.170) 0:00:54.816 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 14:56:02 -0400 (0:00:00.151) 0:00:54.968 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 14:56:02 -0400 (0:00:00.119) 0:00:55.087 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 14:56:02 -0400 (0:00:00.180) 0:00:55.268 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 14:56:02 -0400 (0:00:00.086) 0:00:55.354 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 14:56:02 -0400 (0:00:00.103) 0:00:55.458 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 14:56:02 -0400 (0:00:00.275) 0:00:55.734 ******* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 14:56:03 -0400 (0:00:00.155) 0:00:55.889 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 14:56:03 -0400 (0:00:00.169) 0:00:56.059 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 14:56:04 -0400 (0:00:00.785) 0:00:56.844 ******* ok: [managed-node4] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-273242s_sg8_g/tmpsdj2rxrb" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 14:56:04 -0400 (0:00:00.666) 0:00:57.511 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\nRTNETLINK answers: File exists\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 14:56:05 -0400 (0:00:01.248) 0:00:58.760 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 14:56:06 -0400 (0:00:00.165) 0:00:58.926 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 14:56:06 -0400 (0:00:00.202) 0:00:59.128 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 14:56:06 -0400 (0:00:00.152) 0:00:59.280 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 14:56:06 -0400 (0:00:00.171) 0:00:59.452 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Get profile's coalescing options] **************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:132 Wednesday 12 March 2025 14:56:07 -0400 (0:00:00.776) 0:01:00.229 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset coalescing options] *********************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:138 Wednesday 12 March 2025 14:56:07 -0400 (0:00:00.174) 0:01:00.403 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's coalescing options] **************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:143 Wednesday 12 March 2025 14:56:07 -0400 (0:00:00.249) 0:01:00.653 ******* fatal: [managed-node4]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003402", "end": "2025-03-12 14:56:08.454997", "rc": 1, "start": "2025-03-12 14:56:08.451595" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does reset coalescing options] *********************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:150 Wednesday 12 March 2025 14:56:08 -0400 (0:00:00.781) 0:01:01.434 ******* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 12 March 2025 14:56:08 -0400 (0:00:00.133) 0:01:01.568 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 12 March 2025 14:56:08 -0400 (0:00:00.172) 0:01:01.740 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 12 March 2025 14:56:09 -0400 (0:00:00.130) 0:01:01.871 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 12 March 2025 14:56:09 -0400 (0:00:00.060) 0:01:01.931 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 12 March 2025 14:56:09 -0400 (0:00:00.071) 0:01:02.002 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 12 March 2025 14:56:11 -0400 (0:00:01.969) 0:01:03.972 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 12 March 2025 14:56:13 -0400 (0:00:02.106) 0:01:06.078 ******* ok: [managed-node4] => {} MSG: Using network provider: initscripts 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 12 March 2025 14:56:13 -0400 (0:00:00.090) 0:01:06.169 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 12 March 2025 14:56:13 -0400 (0:00:00.131) 0:01:06.300 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 12 March 2025 14:56:13 -0400 (0:00:00.098) 0:01:06.399 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 12 March 2025 14:56:13 -0400 (0:00:00.110) 0:01:06.510 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 12 March 2025 14:56:13 -0400 (0:00:00.149) 0:01:06.659 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 12 March 2025 14:56:14 -0400 (0:00:00.193) 0:01:06.852 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 12 March 2025 14:56:14 -0400 (0:00:00.215) 0:01:07.068 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 12 March 2025 14:56:14 -0400 (0:00:00.273) 0:01:07.342 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 12 March 2025 14:56:14 -0400 (0:00:00.105) 0:01:07.447 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 12 March 2025 14:56:14 -0400 (0:00:00.086) 0:01:07.534 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 12 March 2025 14:56:14 -0400 (0:00:00.117) 0:01:07.652 ******* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 12 March 2025 14:56:14 -0400 (0:00:00.073) 0:01:07.725 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 12 March 2025 14:56:15 -0400 (0:00:00.093) 0:01:07.819 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 12 March 2025 14:56:15 -0400 (0:00:00.959) 0:01:08.778 ******* ok: [managed-node4] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-273242s_sg8_g/tmpbch283ee" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 12 March 2025 14:56:16 -0400 (0:00:00.728) 0:01:09.506 ******* changed: [managed-node4] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 12 March 2025 14:56:17 -0400 (0:00:01.134) 0:01:10.641 ******* 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-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 12 March 2025 14:56:17 -0400 (0:00:00.120) 0:01:10.762 ******* ok: [managed-node4] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 12 March 2025 14:56:18 -0400 (0:00:00.138) 0:01:10.900 ******* ok: [managed-node4] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 12 March 2025 14:56:18 -0400 (0:00:00.157) 0:01:11.058 ******* skipping: [managed-node4] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 12 March 2025 14:56:18 -0400 (0:00:00.098) 0:01:11.157 ******* ok: [managed-node4] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:169 Wednesday 12 March 2025 14:56:19 -0400 (0:00:01.033) 0:01:12.190 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 12 March 2025 14:56:19 -0400 (0:00:00.277) 0:01:12.468 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 12 March 2025 14:56:19 -0400 (0:00:00.148) 0:01:12.617 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 12 March 2025 14:56:19 -0400 (0:00:00.131) 0:01:12.748 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 12 March 2025 14:56:20 -0400 (0:00:00.118) 0:01:12.867 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 12 March 2025 14:56:20 -0400 (0:00:00.231) 0:01:13.098 ******* ok: [managed-node4] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002965", "end": "2025-03-12 14:56:20.969458", "rc": 0, "start": "2025-03-12 14:56:20.966493" } STDOUT: bonding_masters eth0 eth1 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 12 March 2025 14:56:21 -0400 (0:00:00.789) 0:01:13.888 ******* ok: [managed-node4] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Wednesday 12 March 2025 14:56:21 -0400 (0:00:00.117) 0:01:14.005 ******* ok: [managed-node4] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Wednesday 12 March 2025 14:56:21 -0400 (0:00:00.062) 0:01:14.068 ******* ok: [managed-node4] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Wednesday 12 March 2025 14:56:24 -0400 (0:00:03.248) 0:01:17.316 ******* skipping: [managed-node4] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 12 March 2025 14:56:24 -0400 (0:00:00.238) 0:01:17.555 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Wednesday 12 March 2025 14:56:24 -0400 (0:00:00.109) 0:01:17.665 ******* ok: [managed-node4] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.012575", "end": "2025-03-12 14:56:25.759444", "rc": 0, "start": "2025-03-12 14:56:25.746869" } TASK [Create dummy interface testnic1] ***************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 12 March 2025 14:56:25 -0400 (0:00:01.087) 0:01:18.752 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Wednesday 12 March 2025 14:56:26 -0400 (0:00:00.151) 0:01:18.904 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Wednesday 12 March 2025 14:56:26 -0400 (0:00:00.145) 0:01:19.050 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Wednesday 12 March 2025 14:56:26 -0400 (0:00:00.151) 0:01:19.201 ******* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:173 Wednesday 12 March 2025 14:56:26 -0400 (0:00:00.130) 0:01:19.331 ******* included: /tmp/collections-FlC/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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Wednesday 12 March 2025 14:56:26 -0400 (0:00:00.323) 0:01:19.655 ******* 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.008517", "end": "2025-03-12 14:56:27.635561", "rc": 0, "start": "2025-03-12 14:56:27.627044" } 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 0a:ff:fc:56:0b:5f brd ff:ff:ff:ff:ff:ff inet 10.31.13.138/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2837sec preferred_lft 2837sec inet6 fe80::8ff:fcff:fe56:b5f/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:c3:52:41:49 brd ff:ff:ff:ff:ff:ff inet 10.31.12.144/22 brd 10.31.15.255 scope global dynamic noprefixroute eth1 valid_lft 2837sec preferred_lft 2837sec inet6 fe80::8ff:c3ff:fe52:4149/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.138 metric 100 default via 10.31.12.1 dev eth1 proto dhcp src 10.31.12.144 metric 101 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.138 metric 100 10.31.12.0/22 dev eth1 proto kernel scope link src 10.31.12.144 metric 101 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search 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-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Wednesday 12 March 2025 14:56:27 -0400 (0:00:00.980) 0:01:20.635 ******* 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.159976", "end": "2025-03-12 14:56:28.673955", "rc": 0, "start": "2025-03-12 14:56:28.513979" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 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 2604:1580:fe00:0:dead:beef:cafe:fed1 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 6100 0 --:--:-- --:--:-- --:--:-- 6100 % 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 3383 0 --:--:-- --:--:-- --:--:-- 3423 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node4 : ok=91 changed=4 unreachable=0 failed=0 skipped=93 rescued=0 ignored=2 Wednesday 12 March 2025 14:56:28 -0400 (0:00:00.905) 0:01:21.541 ******* =============================================================================== Install iproute --------------------------------------------------------- 3.79s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.25s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Install ethtool (test dependency) --------------------------------------- 3.14s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ethtool_coalesce.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 3.10s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 2.27s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.17s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 2.11s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 2.09s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 2.06s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.97s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Create veth interface testnic1 ------------------------------------------ 1.80s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 1.54s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tests_ethtool_coalesce_initscripts.yml:5 Create EPEL 8 ----------------------------------------------------------- 1.39s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.33s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Check if system is ostree ----------------------------------------------- 1.31s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.25s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.13s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Delete veth interface testnic1 ------------------------------------------ 1.09s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.03s /tmp/collections-FlC/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192