ansible-playbook [core 2.17.14rc1] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-IzK executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_bridge_nm.yml ************************************************** 2 plays in /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_bridge_nm.yml PLAY [Run playbook 'playbooks/tests_bridge.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_bridge_nm.yml:6 Saturday 06 September 2025 08:42:27 -0400 (0:00:00.019) 0:00:00.019 **** [WARNING]: Platform linux on host managed-node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node3] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_bridge_nm.yml:9 Saturday 06 September 2025 08:42:30 -0400 (0:00:02.049) 0:00:02.069 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 06 September 2025 08:42:30 -0400 (0:00:00.113) 0:00:02.182 **** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 06 September 2025 08:42:31 -0400 (0:00:00.909) 0:00:03.094 **** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 06 September 2025 08:42:32 -0400 (0:00:01.105) 0:00:04.199 **** ok: [managed-node3] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 06 September 2025 08:42:32 -0400 (0:00:00.145) 0:00:04.344 **** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_bridge_nm.yml:11 Saturday 06 September 2025 08:42:32 -0400 (0:00:00.069) 0:00:04.414 **** ok: [managed-node3] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test configuring bridges] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:3 Saturday 06 September 2025 08:42:32 -0400 (0:00:00.074) 0:00:04.489 **** ok: [managed-node3] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:8 Saturday 06 September 2025 08:42:33 -0400 (0:00:01.142) 0:00:05.632 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node3 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 06 September 2025 08:42:33 -0400 (0:00:00.084) 0:00:05.716 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node3 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 September 2025 08:42:33 -0400 (0:00:00.092) 0:00:05.809 **** ok: [managed-node3] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003896", "end": "2025-09-06 08:42:34.821222", "rc": 0, "start": "2025-09-06 08:42:34.817326" } STDOUT: bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 September 2025 08:42:34 -0400 (0:00:01.190) 0:00:07.000 **** ok: [managed-node3] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 06 September 2025 08:42:35 -0400 (0:00:00.082) 0:00:07.082 **** ok: [managed-node3] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'eth1', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:11 Saturday 06 September 2025 08:42:35 -0400 (0:00:00.111) 0:00:07.193 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node3 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 06 September 2025 08:42:35 -0400 (0:00:00.139) 0:00:07.333 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node3 TASK [Get stat for interface LSR-TST-br31] ************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 September 2025 08:42:35 -0400 (0:00:00.132) 0:00:07.466 **** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'LSR-TST-br31'] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 06 September 2025 08:42:36 -0400 (0:00:00.625) 0:00:08.092 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Add test bridge] ********************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:14 Saturday 06 September 2025 08:42:36 -0400 (0:00:00.106) 0:00:08.199 **** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 06 September 2025 08:42:36 -0400 (0:00:00.203) 0:00:08.402 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 06 September 2025 08:42:36 -0400 (0:00:00.140) 0:00:08.542 **** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 06 September 2025 08:42:36 -0400 (0:00:00.180) 0:00:08.722 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 06 September 2025 08:42:36 -0400 (0:00:00.064) 0:00:08.787 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 06 September 2025 08:42:36 -0400 (0:00:00.080) 0:00:08.868 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 06 September 2025 08:42:39 -0400 (0:00:02.785) 0:00:11.653 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 06 September 2025 08:42:42 -0400 (0:00:02.449) 0:00:14.102 **** ok: [managed-node3] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 06 September 2025 08:42:42 -0400 (0:00:00.108) 0:00:14.211 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 06 September 2025 08:42:42 -0400 (0:00:00.134) 0:00:14.345 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 06 September 2025 08:42:42 -0400 (0:00:00.121) 0:00:14.467 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 06 September 2025 08:42:42 -0400 (0:00:00.216) 0:00:14.684 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 06 September 2025 08:42:42 -0400 (0:00:00.290) 0:00:14.975 **** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 06 September 2025 08:42:43 -0400 (0:00:00.326) 0:00:15.301 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 06 September 2025 08:42:43 -0400 (0:00:00.401) 0:00:15.703 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 06 September 2025 08:42:44 -0400 (0:00:00.544) 0:00:16.247 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 06 September 2025 08:42:44 -0400 (0:00:00.188) 0:00:16.435 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 06 September 2025 08:42:44 -0400 (0:00:00.402) 0:00:16.838 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 06 September 2025 08:42:45 -0400 (0:00:00.375) 0:00:17.213 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 06 September 2025 08:42:47 -0400 (0:00:02.173) 0:00:19.387 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 06 September 2025 08:42:47 -0400 (0:00:00.129) 0:00:19.516 **** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 06 September 2025 08:42:47 -0400 (0:00:00.109) 0:00:19.625 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 06 September 2025 08:42:47 -0400 (0:00:00.086) 0:00:19.712 **** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "interface_name": "LSR-TST-br31", "ip": { "auto6": true, "dhcp4": false }, "name": "LSR-TST-br31", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LSR-TST-br31': add connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410 [004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 06 September 2025 08:42:49 -0400 (0:00:01.525) 0:00:21.238 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 06 September 2025 08:42:49 -0400 (0:00:00.165) 0:00:21.404 **** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LSR-TST-br31': add connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410", "[004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 06 September 2025 08:42:49 -0400 (0:00:00.207) 0:00:21.611 **** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "interface_name": "LSR-TST-br31", "ip": { "auto6": true, "dhcp4": false }, "name": "LSR-TST-br31", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LSR-TST-br31': add connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410\n[004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LSR-TST-br31': add connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410", "[004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31, 2cf593b9-4343-4ccc-b96e-e149e681e410 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 06 September 2025 08:42:49 -0400 (0:00:00.187) 0:00:21.799 **** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 06 September 2025 08:42:49 -0400 (0:00:00.151) 0:00:21.950 **** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Assert device present] *************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:27 Saturday 06 September 2025 08:42:51 -0400 (0:00:01.356) 0:00:23.307 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node3 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 06 September 2025 08:42:51 -0400 (0:00:00.120) 0:00:23.428 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node3 TASK [Get stat for interface LSR-TST-br31] ************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 September 2025 08:42:51 -0400 (0:00:00.334) 0:00:23.762 **** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1757162568.9333808, "block_size": 4096, "blocks": 0, "ctime": 1757162568.9333808, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27442, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/LSR-TST-br31", "lnk_target": "../../devices/virtual/net/LSR-TST-br31", "mode": "0777", "mtime": 1757162568.9333808, "nlink": 1, "path": "/sys/class/net/LSR-TST-br31", "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 - 'LSR-TST-br31'] ******************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 06 September 2025 08:42:52 -0400 (0:00:00.776) 0:00:24.538 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Assert profile present] ************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:30 Saturday 06 September 2025 08:42:52 -0400 (0:00:00.177) 0:00:24.716 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node3 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 06 September 2025 08:42:53 -0400 (0:00:00.411) 0:00:25.128 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node3 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 06 September 2025 08:42:53 -0400 (0:00:00.348) 0:00:25.476 **** ok: [managed-node3] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 06 September 2025 08:42:53 -0400 (0:00:00.198) 0:00:25.675 **** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 06 September 2025 08:42:54 -0400 (0:00:00.704) 0:00:26.379 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 06 September 2025 08:42:54 -0400 (0:00:00.161) 0:00:26.541 **** ok: [managed-node3] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep LSR-TST-br31 | grep /etc", "delta": "0:00:00.020059", "end": "2025-09-06 08:42:55.056627", "rc": 0, "start": "2025-09-06 08:42:55.036568" } STDOUT: LSR-TST-br31 /etc/NetworkManager/system-connections/LSR-TST-br31.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 06 September 2025 08:42:55 -0400 (0:00:00.723) 0:00:27.265 **** ok: [managed-node3] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-LSR-TST-br31] ******************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 06 September 2025 08:42:55 -0400 (0:00:00.117) 0:00:27.382 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-LSR-TST-br31] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 06 September 2025 08:42:55 -0400 (0:00:00.125) 0:00:27.508 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-LSR-TST-br31] *********************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 06 September 2025 08:42:55 -0400 (0:00:00.125) 0:00:27.633 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-LSR-TST-br31] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 06 September 2025 08:42:55 -0400 (0:00:00.137) 0:00:27.771 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'LSR-TST-br31'] ********************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 06 September 2025 08:42:55 -0400 (0:00:00.155) 0:00:27.926 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'LSR-TST-br31'] **** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 06 September 2025 08:42:56 -0400 (0:00:00.202) 0:00:28.131 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in LSR-TST-br31] ********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 06 September 2025 08:42:56 -0400 (0:00:00.206) 0:00:28.338 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Include the task 'down_profile+delete_interface.yml'] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:35 Saturday 06 September 2025 08:42:56 -0400 (0:00:00.086) 0:00:28.425 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml for managed-node3 TASK [Include the task 'down_profile.yml'] ************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml:3 Saturday 06 September 2025 08:42:56 -0400 (0:00:00.188) 0:00:28.613 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile.yml for managed-node3 TASK [Set down LSR-TST-br31] *************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile.yml:3 Saturday 06 September 2025 08:42:56 -0400 (0:00:00.168) 0:00:28.782 **** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 06 September 2025 08:42:56 -0400 (0:00:00.141) 0:00:28.923 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 06 September 2025 08:42:57 -0400 (0:00:00.180) 0:00:29.104 **** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 06 September 2025 08:42:57 -0400 (0:00:00.289) 0:00:29.393 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 06 September 2025 08:42:57 -0400 (0:00:00.244) 0:00:29.637 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 06 September 2025 08:42:57 -0400 (0:00:00.190) 0:00:29.828 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 06 September 2025 08:43:00 -0400 (0:00:02.424) 0:00:32.252 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 06 September 2025 08:43:02 -0400 (0:00:02.025) 0:00:34.278 **** ok: [managed-node3] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 06 September 2025 08:43:02 -0400 (0:00:00.221) 0:00:34.499 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 06 September 2025 08:43:02 -0400 (0:00:00.189) 0:00:34.690 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 06 September 2025 08:43:02 -0400 (0:00:00.109) 0:00:34.799 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 06 September 2025 08:43:02 -0400 (0:00:00.151) 0:00:34.951 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 06 September 2025 08:43:03 -0400 (0:00:00.135) 0:00:35.087 **** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 06 September 2025 08:43:03 -0400 (0:00:00.205) 0:00:35.292 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 06 September 2025 08:43:03 -0400 (0:00:00.286) 0:00:35.579 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 06 September 2025 08:43:04 -0400 (0:00:00.556) 0:00:36.135 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 06 September 2025 08:43:04 -0400 (0:00:00.129) 0:00:36.265 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 06 September 2025 08:43:04 -0400 (0:00:00.066) 0:00:36.332 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 06 September 2025 08:43:04 -0400 (0:00:00.221) 0:00:36.553 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 06 September 2025 08:43:05 -0400 (0:00:01.213) 0:00:37.767 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 06 September 2025 08:43:05 -0400 (0:00:00.283) 0:00:38.050 **** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 06 September 2025 08:43:06 -0400 (0:00:00.179) 0:00:38.230 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 06 September 2025 08:43:06 -0400 (0:00:00.127) 0:00:38.360 **** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 06 September 2025 08:43:07 -0400 (0:00:01.666) 0:00:40.026 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 06 September 2025 08:43:08 -0400 (0:00:00.164) 0:00:40.191 **** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 06 September 2025 08:43:08 -0400 (0:00:00.216) 0:00:40.407 **** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 06 September 2025 08:43:08 -0400 (0:00:00.121) 0:00:40.528 **** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 06 September 2025 08:43:08 -0400 (0:00:00.057) 0:00:40.586 **** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/down_profile+delete_interface.yml:6 Saturday 06 September 2025 08:43:09 -0400 (0:00:00.683) 0:00:41.269 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node3 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 06 September 2025 08:43:09 -0400 (0:00:00.263) 0:00:41.533 **** fatal: [managed-node3]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "LSR-TST-br31" ], "delta": "0:00:00.008798", "end": "2025-09-06 08:43:10.017437", "rc": 1, "start": "2025-09-06 08:43:10.008639" } STDERR: Cannot find device "LSR-TST-br31" MSG: non-zero return code ...ignoring TASK [Include the task 'remove_profile.yml'] *********************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:41 Saturday 06 September 2025 08:43:10 -0400 (0:00:00.725) 0:00:42.258 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node3 TASK [Remove LSR-TST-br31] ***************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 06 September 2025 08:43:10 -0400 (0:00:00.341) 0:00:42.599 **** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 06 September 2025 08:43:10 -0400 (0:00:00.349) 0:00:42.949 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 06 September 2025 08:43:11 -0400 (0:00:00.424) 0:00:43.373 **** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 06 September 2025 08:43:11 -0400 (0:00:00.401) 0:00:43.775 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 06 September 2025 08:43:11 -0400 (0:00:00.119) 0:00:43.894 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 06 September 2025 08:43:11 -0400 (0:00:00.146) 0:00:44.041 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 06 September 2025 08:43:14 -0400 (0:00:02.260) 0:00:46.301 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 06 September 2025 08:43:15 -0400 (0:00:01.305) 0:00:47.607 **** ok: [managed-node3] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 06 September 2025 08:43:15 -0400 (0:00:00.105) 0:00:47.712 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 06 September 2025 08:43:15 -0400 (0:00:00.100) 0:00:47.813 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 06 September 2025 08:43:15 -0400 (0:00:00.129) 0:00:47.942 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 06 September 2025 08:43:16 -0400 (0:00:00.239) 0:00:48.182 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 06 September 2025 08:43:16 -0400 (0:00:00.311) 0:00:48.493 **** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 06 September 2025 08:43:16 -0400 (0:00:00.277) 0:00:48.771 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 06 September 2025 08:43:17 -0400 (0:00:00.449) 0:00:49.220 **** skipping: [managed-node3] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 06 September 2025 08:43:17 -0400 (0:00:00.539) 0:00:49.759 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 06 September 2025 08:43:17 -0400 (0:00:00.178) 0:00:49.937 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 06 September 2025 08:43:18 -0400 (0:00:00.386) 0:00:50.324 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 06 September 2025 08:43:18 -0400 (0:00:00.349) 0:00:50.673 **** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 06 September 2025 08:43:19 -0400 (0:00:01.145) 0:00:51.819 **** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 06 September 2025 08:43:20 -0400 (0:00:00.410) 0:00:52.229 **** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 06 September 2025 08:43:20 -0400 (0:00:00.182) 0:00:52.412 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 06 September 2025 08:43:20 -0400 (0:00:00.120) 0:00:52.533 **** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 06 September 2025 08:43:21 -0400 (0:00:01.141) 0:00:53.674 **** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 06 September 2025 08:43:21 -0400 (0:00:00.083) 0:00:53.758 **** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 06 September 2025 08:43:21 -0400 (0:00:00.076) 0:00:53.834 **** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 06 September 2025 08:43:21 -0400 (0:00:00.086) 0:00:53.921 **** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 06 September 2025 08:43:21 -0400 (0:00:00.084) 0:00:54.006 **** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Assert profile absent] *************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:46 Saturday 06 September 2025 08:43:22 -0400 (0:00:00.813) 0:00:54.820 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node3 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 06 September 2025 08:43:23 -0400 (0:00:00.322) 0:00:55.142 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node3 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 06 September 2025 08:43:23 -0400 (0:00:00.364) 0:00:55.507 **** ok: [managed-node3] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 06 September 2025 08:43:23 -0400 (0:00:00.181) 0:00:55.688 **** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 06 September 2025 08:43:24 -0400 (0:00:00.770) 0:00:56.458 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 06 September 2025 08:43:24 -0400 (0:00:00.174) 0:00:56.633 **** fatal: [managed-node3]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep LSR-TST-br31 | grep /etc", "delta": "0:00:00.018408", "end": "2025-09-06 08:43:25.037601", "rc": 1, "start": "2025-09-06 08:43:25.019193" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 06 September 2025 08:43:25 -0400 (0:00:00.618) 0:00:57.252 **** skipping: [managed-node3] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-LSR-TST-br31] ******************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 06 September 2025 08:43:25 -0400 (0:00:00.183) 0:00:57.435 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-LSR-TST-br31] **************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 06 September 2025 08:43:25 -0400 (0:00:00.227) 0:00:57.663 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-LSR-TST-br31] *********************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 06 September 2025 08:43:25 -0400 (0:00:00.189) 0:00:57.854 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-LSR-TST-br31] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 06 September 2025 08:43:25 -0400 (0:00:00.165) 0:00:58.019 **** skipping: [managed-node3] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'LSR-TST-br31'] ********************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 06 September 2025 08:43:26 -0400 (0:00:00.212) 0:00:58.232 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Assert device absent] **************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:51 Saturday 06 September 2025 08:43:26 -0400 (0:00:00.224) 0:00:58.457 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node3 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 06 September 2025 08:43:26 -0400 (0:00:00.304) 0:00:58.762 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node3 TASK [Get stat for interface LSR-TST-br31] ************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 September 2025 08:43:26 -0400 (0:00:00.270) 0:00:59.032 **** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'LSR-TST-br31'] ******************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 06 September 2025 08:43:27 -0400 (0:00:00.615) 0:00:59.647 **** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:54 Saturday 06 September 2025 08:43:27 -0400 (0:00:00.133) 0:00:59.781 **** included: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node3 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 06 September 2025 08:43:28 -0400 (0:00:00.402) 0:01:00.183 **** ok: [managed-node3] => { "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.009997", "end": "2025-09-06 08:43:28.620691", "rc": 0, "start": "2025-09-06 08:43:28.610694" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:07:44:23:b1:ed brd ff:ff:ff:ff:ff:ff altname enX0 altname enx02074423b1ed inet 10.31.45.150/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3192sec preferred_lft 3192sec inet6 fe80::7:44ff:fe23:b1ed/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:1a:58:d7:27:5d brd ff:ff:ff:ff:ff:ff altname enX1 altname enx021a58d7275d inet 10.31.45.103/22 brd 10.31.47.255 scope global dynamic noprefixroute eth1 valid_lft 3192sec preferred_lft 3192sec inet6 fe80::1a:58ff:fed7:275d/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.150 metric 100 default via 10.31.44.1 dev eth1 proto dhcp src 10.31.45.103 metric 101 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.150 metric 100 10.31.44.0/22 dev eth1 proto kernel scope link src 10.31.45.103 metric 101 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev eth1 proto kernel metric 1024 pref medium RESOLV # Generated by NetworkManager search testing-farm.us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 06 September 2025 08:43:28 -0400 (0:00:00.722) 0:01:00.906 **** ok: [managed-node3] => { "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.452514", "end": "2025-09-06 08:43:29.776436", "rc": 0, "start": "2025-09-06 08:43:29.323922" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 1412 0 --:--:-- --:--:-- --:--:-- 1418 % 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 1367 0 --:--:-- --:--:-- --:--:-- 1372 PLAY RECAP ********************************************************************* managed-node3 : ok=77 changed=3 unreachable=0 failed=0 skipped=66 rescued=0 ignored=2 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 06 September 2025 08:43:29 -0400 (0:00:01.023) 0:01:01.930 **** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.79s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 2.45s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 2.42s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.26s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.17s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 2.05s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tests_bridge_nm.yml:6 fedora.linux_system_roles.network : Check which packages are installed --- 2.03s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.67s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.53s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.36s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 fedora.linux_system_roles.network : Check which packages are installed --- 1.31s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.21s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gather current interface info ------------------------------------------- 1.19s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.15s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 1.14s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_bridge.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.14s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Check if system is ostree ----------------------------------------------- 1.11s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Verify DNS and network connectivity ------------------------------------- 1.02s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Gather the minimum subset of ansible_facts required by the network role test --- 0.91s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.81s /tmp/collections-IzK/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192