ansible-playbook [core 2.17.14] 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-phW 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 redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf 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_ipv6_dns_search_nm.yml ***************************************** 2 plays in /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_dns_search_nm.yml PLAY [Run playbook 'playbooks/tests_ipv6_dns_search.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_dns_search_nm.yml:6 Saturday 25 October 2025 08:47:50 -0400 (0:00:00.088) 0:00:00.088 ****** [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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_dns_search_nm.yml:9 Saturday 25 October 2025 08:47:53 -0400 (0:00:02.847) 0:00:02.935 ****** included: /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 25 October 2025 08:47:53 -0400 (0:00:00.101) 0:00:03.036 ****** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 25 October 2025 08:47:54 -0400 (0:00:00.780) 0:00:03.817 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 25 October 2025 08:47:55 -0400 (0:00:01.029) 0:00:04.847 ****** ok: [managed-node3] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.092) 0:00:04.939 ****** 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-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_dns_search_nm.yml:11 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.077) 0:00:05.016 ****** ok: [managed-node3] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing DNS search setting] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:2 Saturday 25 October 2025 08:47:55 -0400 (0:00:00.074) 0:00:05.091 ****** ok: [managed-node3] TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:47:57 -0400 (0:00:01.139) 0:00:06.230 ****** included: /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.115) 0:00:06.346 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.155) 0:00:06.501 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.110) 0:00:06.612 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:47:57 -0400 (0:00:00.095) 0:00:06.708 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:48:00 -0400 (0:00:02.761) 0:00:09.469 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:48:02 -0400 (0:00:02.275) 0:00:11.745 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:48:02 -0400 (0:00:00.168) 0:00:11.914 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:48:02 -0400 (0:00:00.142) 0:00:12.056 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:48:02 -0400 (0:00:00.079) 0:00:12.136 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:48:03 -0400 (0:00:00.252) 0:00:12.388 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:48:03 -0400 (0:00:00.281) 0:00:12.670 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:48:03 -0400 (0:00:00.250) 0:00:12.921 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:48:04 -0400 (0:00:00.237) 0:00:13.159 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:48:04 -0400 (0:00:00.407) 0:00:13.566 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:48:04 -0400 (0:00:00.208) 0:00:13.774 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:48:05 -0400 (0:00:00.393) 0:00:14.168 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:48:05 -0400 (0:00:00.362) 0:00:14.530 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:48:07 -0400 (0:00:02.238) 0:00:16.770 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:48:07 -0400 (0:00:00.244) 0:00:17.015 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:48:07 -0400 (0:00:00.107) 0:00:17.122 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:48:08 -0400 (0:00:00.083) 0:00:17.205 ****** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24" ], "auto6": false, "dhcp4": false, "dns": "203.0.113.113", "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'br-example': add connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:48:09 -0400 (0:00:01.501) 0:00:18.706 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:48:09 -0400 (0:00:00.187) 0:00:18.894 ****** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': add connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:48:09 -0400 (0:00:00.151) 0:00:19.045 ****** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24" ], "auto6": false, "dhcp4": false, "dns": "203.0.113.113", "dns_search": "example.com" }, "name": "br-example", "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, 'br-example': add connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': add connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:48:10 -0400 (0:00:00.149) 0:00:19.195 ****** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:48:10 -0400 (0:00:00.174) 0:00:19.369 ****** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv4] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:22 Saturday 25 October 2025 08:48:11 -0400 (0:00:01.218) 0:00:20.588 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv4.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.017111", "end": "2025-10-25 08:48:12.426472", "rc": 0, "start": "2025-10-25 08:48:12.409361" } STDOUT: ipv4.dns-search: example.com TASK [Get DNS search entry for IPv6] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:28 Saturday 25 October 2025 08:48:12 -0400 (0:00:01.250) 0:00:21.838 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.016512", "end": "2025-10-25 08:48:13.202480", "rc": 0, "start": "2025-10-25 08:48:13.185968" } STDOUT: ipv6.dns-search: -- TASK [Assert that IPv4 DNS search entry is configured correctly] *************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:34 Saturday 25 October 2025 08:48:13 -0400 (0:00:00.783) 0:00:22.621 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS search setting for IPv6 is not configured when IPv6 address is not configured] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:40 Saturday 25 October 2025 08:48:13 -0400 (0:00:00.205) 0:00:22.826 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:48:13 -0400 (0:00:00.231) 0:00:23.058 ****** included: /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:48:14 -0400 (0:00:00.323) 0:00:23.382 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:48:14 -0400 (0:00:00.379) 0:00:23.761 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:48:14 -0400 (0:00:00.221) 0:00:23.983 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:48:15 -0400 (0:00:00.189) 0:00:24.172 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:48:17 -0400 (0:00:02.132) 0:00:26.305 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:48:18 -0400 (0:00:01.632) 0:00:27.937 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:48:18 -0400 (0:00:00.083) 0:00:28.021 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:48:18 -0400 (0:00:00.075) 0:00:28.097 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:48:19 -0400 (0:00:00.132) 0:00:28.229 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:48:19 -0400 (0:00:00.187) 0:00:28.417 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:48:19 -0400 (0:00:00.204) 0:00:28.622 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:48:19 -0400 (0:00:00.228) 0:00:28.850 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:48:19 -0400 (0:00:00.274) 0:00:29.124 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.333) 0:00:29.458 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.178) 0:00:29.637 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.157) 0:00:29.795 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:48:20 -0400 (0:00:00.263) 0:00:30.058 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:48:21 -0400 (0:00:00.900) 0:00:30.959 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:48:21 -0400 (0:00:00.071) 0:00:31.031 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:48:21 -0400 (0:00:00.033) 0:00:31.064 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:48:21 -0400 (0:00:00.033) 0:00:31.098 ****** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24", "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "203.0.113.113", "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified) [005] #0, state:up persistent_state:present, 'br-example': connection reapplied TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:48:22 -0400 (0:00:00.763) 0:00:31.861 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:48:22 -0400 (0:00:00.188) 0:00:32.050 ****** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:48:23 -0400 (0:00:00.183) 0:00:32.234 ****** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.1/24", "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "203.0.113.113", "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "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, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)\n[005] #0, state:up persistent_state:present, 'br-example': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:48:23 -0400 (0:00:00.171) 0:00:32.405 ****** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:48:23 -0400 (0:00:00.165) 0:00:32.571 ****** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv6] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:65 Saturday 25 October 2025 08:48:24 -0400 (0:00:00.700) 0:00:33.272 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.017237", "end": "2025-10-25 08:48:24.630433", "rc": 0, "start": "2025-10-25 08:48:24.613196" } STDOUT: ipv6.dns-search: example.com TASK [Assert that DNS search setting for IPv6 is configured when the static IPv6 address is configured] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:71 Saturday 25 October 2025 08:48:24 -0400 (0:00:00.749) 0:00:34.022 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:48:25 -0400 (0:00:00.488) 0:00:34.511 ****** included: /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:48:25 -0400 (0:00:00.394) 0:00:34.905 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:48:26 -0400 (0:00:00.320) 0:00:35.225 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:48:26 -0400 (0:00:00.203) 0:00:35.429 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:48:26 -0400 (0:00:00.222) 0:00:35.651 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:48:28 -0400 (0:00:02.152) 0:00:37.803 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:48:30 -0400 (0:00:01.415) 0:00:39.218 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:48:30 -0400 (0:00:00.109) 0:00:39.328 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:48:30 -0400 (0:00:00.101) 0:00:39.429 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:48:30 -0400 (0:00:00.105) 0:00:39.535 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:48:30 -0400 (0:00:00.265) 0:00:39.800 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:48:31 -0400 (0:00:00.395) 0:00:40.196 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:48:31 -0400 (0:00:00.266) 0:00:40.462 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:48:31 -0400 (0:00:00.609) 0:00:41.072 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:48:32 -0400 (0:00:00.539) 0:00:41.612 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:48:32 -0400 (0:00:00.189) 0:00:41.801 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:48:32 -0400 (0:00:00.120) 0:00:41.922 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:48:33 -0400 (0:00:00.279) 0:00:42.201 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:48:34 -0400 (0:00:01.131) 0:00:43.333 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:48:34 -0400 (0:00:00.352) 0:00:43.686 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:48:34 -0400 (0:00:00.216) 0:00:43.903 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:48:34 -0400 (0:00:00.188) 0:00:44.091 ****** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 [004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified) [005] #0, state:up persistent_state:present, 'br-example': connection reapplied TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:48:36 -0400 (0:00:01.143) 0:00:45.234 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:48:36 -0400 (0:00:00.176) 0:00:45.410 ****** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:48:36 -0400 (0:00:00.153) 0:00:45.564 ****** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/32" ], "auto6": false, "dhcp4": false, "dns": [ "2001:db8::20" ], "dns_search": "example.com" }, "name": "br-example", "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, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0\n[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)\n[005] #0, state:up persistent_state:present, 'br-example': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'br-example': update connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0", "[004] #0, state:up persistent_state:present, 'br-example': up connection br-example, 2833a4f3-d997-4b22-8da6-a2b406306fa0 (is-modified)", "[005] #0, state:up persistent_state:present, 'br-example': connection reapplied" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:48:36 -0400 (0:00:00.179) 0:00:45.743 ****** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:48:36 -0400 (0:00:00.109) 0:00:45.852 ****** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Get DNS search entry for IPv6] ******************************************* task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:94 Saturday 25 October 2025 08:48:37 -0400 (0:00:00.801) 0:00:46.654 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "nmcli", "-f", "ipv6.dns-search", "connection", "show", "br-example" ], "delta": "0:00:00.016656", "end": "2025-10-25 08:48:37.937513", "rc": 0, "start": "2025-10-25 08:48:37.920857" } STDOUT: ipv6.dns-search: example.com TASK [Assert that DNS search setting for IPv6 is configured when only the static IPv6 address is configured] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:100 Saturday 25 October 2025 08:48:38 -0400 (0:00:00.685) 0:00:47.339 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:48:38 -0400 (0:00:00.105) 0:00:47.445 ****** included: /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:48:38 -0400 (0:00:00.288) 0:00:47.735 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:48:38 -0400 (0:00:00.289) 0:00:48.025 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:48:39 -0400 (0:00:00.276) 0:00:48.301 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:48:39 -0400 (0:00:00.250) 0:00:48.552 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:48:41 -0400 (0:00:02.211) 0:00:50.764 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:48:43 -0400 (0:00:01.396) 0:00:52.160 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:48:43 -0400 (0:00:00.281) 0:00:52.442 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:48:43 -0400 (0:00:00.283) 0:00:52.725 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:48:43 -0400 (0:00:00.296) 0:00:53.022 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:48:44 -0400 (0:00:00.292) 0:00:53.314 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:48:44 -0400 (0:00:00.255) 0:00:53.570 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:48:44 -0400 (0:00:00.415) 0:00:53.985 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:48:45 -0400 (0:00:00.261) 0:00:54.247 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:48:45 -0400 (0:00:00.297) 0:00:54.545 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:48:45 -0400 (0:00:00.200) 0:00:54.745 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:48:45 -0400 (0:00:00.217) 0:00:54.963 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:48:45 -0400 (0:00:00.168) 0:00:55.131 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:48:47 -0400 (0:00:01.087) 0:00:56.219 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:48:47 -0400 (0:00:00.230) 0:00:56.449 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:48:47 -0400 (0:00:00.238) 0:00:56.687 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:48:47 -0400 (0:00:00.230) 0:00:56.918 ****** [WARNING]: [001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled. fatal: [managed-node3]: FAILED! => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "dhcp4": false, "dns_search": "example.com", "ipv6_disabled": true }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled. MSG: error: connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled. ...ignoring TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:48:49 -0400 (0:00:01.262) 0:00:58.181 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:48:49 -0400 (0:00:00.354) 0:00:58.535 ****** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled." ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:48:49 -0400 (0:00:00.334) 0:00:58.870 ****** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "dhcp4": false, "dns_search": "example.com", "ipv6_disabled": true }, "name": "br-example", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": true, "msg": "error: connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled.", "stderr": "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled.\n", "stderr_lines": [ "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled." ], "warnings": [ "[001] #0, state:up persistent_state:present, 'br-example': connection[0]: Setting 'dns_search', 'dns_options' and 'dns_priority' are not allowed when both IPv4 and IPv6 are disabled." ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:48:50 -0400 (0:00:00.292) 0:00:59.162 ****** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:48:50 -0400 (0:00:00.345) 0:00:59.508 ****** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Assert that reconfiguring network connection is failed] ****************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:122 Saturday 25 October 2025 08:48:51 -0400 (0:00:00.941) 0:01:00.449 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Assert that configuring DNS search setting is not allowed when both IPv4 and IPv6 are disabled] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:129 Saturday 25 October 2025 08:48:51 -0400 (0:00:00.448) 0:01:00.898 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 October 2025 08:48:51 -0400 (0:00:00.076) 0:01:00.974 ****** included: /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 October 2025 08:48:51 -0400 (0:00:00.074) 0:01:01.048 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 October 2025 08:48:51 -0400 (0:00:00.064) 0:01:01.113 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 October 2025 08:48:52 -0400 (0:00:00.065) 0:01:01.179 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 October 2025 08:48:52 -0400 (0:00:00.073) 0:01:01.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 : Check which packages are installed] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 October 2025 08:48:54 -0400 (0:00:02.223) 0:01:03.476 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 October 2025 08:48:55 -0400 (0:00:01.504) 0:01:04.981 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 October 2025 08:48:56 -0400 (0:00:00.276) 0:01:05.258 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 October 2025 08:48:56 -0400 (0:00:00.296) 0:01:05.555 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 October 2025 08:48:56 -0400 (0:00:00.241) 0:01:05.796 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 October 2025 08:48:57 -0400 (0:00:00.393) 0:01:06.190 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 October 2025 08:48:57 -0400 (0:00:00.342) 0:01:06.533 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 October 2025 08:48:58 -0400 (0:00:00.926) 0:01:07.459 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 October 2025 08:48:58 -0400 (0:00:00.424) 0:01:07.884 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 October 2025 08:48:59 -0400 (0:00:00.431) 0:01:08.316 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 October 2025 08:48:59 -0400 (0:00:00.178) 0:01:08.494 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 October 2025 08:48:59 -0400 (0:00:00.252) 0:01:08.747 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 October 2025 08:48:59 -0400 (0:00:00.288) 0:01:09.036 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 October 2025 08:49:01 -0400 (0:00:01.351) 0:01:10.388 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 October 2025 08:49:01 -0400 (0:00:00.382) 0:01:10.770 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 October 2025 08:49:01 -0400 (0:00:00.215) 0:01:10.986 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 October 2025 08:49:02 -0400 (0:00:00.209) 0:01:11.196 ****** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "br-example", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 October 2025 08:49:03 -0400 (0:00:01.374) 0:01:12.571 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 October 2025 08:49:03 -0400 (0:00:00.184) 0:01:12.755 ****** 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-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 October 2025 08:49:03 -0400 (0:00:00.186) 0:01:12.942 ****** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "br-example", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 October 2025 08:49:04 -0400 (0:00:00.233) 0:01:13.176 ****** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 October 2025 08:49:04 -0400 (0:00:00.206) 0:01:13.382 ****** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:150 Saturday 25 October 2025 08:49:05 -0400 (0:00:00.886) 0:01:14.269 ****** included: /tmp/collections-phW/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-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 25 October 2025 08:49:05 -0400 (0:00:00.334) 0:01:14.603 ****** 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.009554", "end": "2025-10-25 08:49:05.948717", "rc": 0, "start": "2025-10-25 08:49:05.939163" } 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 0a:ff:e6:06:80:6f brd ff:ff:ff:ff:ff:ff altname enX0 altname enx0affe606806f inet 10.31.12.228/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 3061sec preferred_lft 3061sec inet6 fe80::8ff:e6ff:fe06:806f/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:ed:11:15:85 brd ff:ff:ff:ff:ff:ff altname enX1 altname enx0affed111585 inet 10.31.15.81/22 brd 10.31.15.255 scope global dynamic noprefixroute eth1 valid_lft 3061sec preferred_lft 3061sec inet6 fe80::8ff:edff:fe11:1585/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.12.228 metric 100 default via 10.31.12.1 dev eth1 proto dhcp src 10.31.15.81 metric 101 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.12.228 metric 100 10.31.12.0/22 dev eth1 proto kernel scope link src 10.31.15.81 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-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 25 October 2025 08:49:06 -0400 (0:00:00.727) 0:01:15.330 ****** 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.205520", "end": "2025-10-25 08:49:06.986205", "rc": 0, "start": "2025-10-25 08:49:06.780685" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 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 2600:1f14:fad:5c02:5270:306c:35d6:1f81 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 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 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 4217 0 --:--:-- --:--:-- --:--:-- 4236 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 2670 0 --:--:-- --:--:-- --:--:-- 2694 PLAY RECAP ********************************************************************* managed-node3 : ok=65 changed=4 unreachable=0 failed=0 skipped=91 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 08:49:07 -0400 (0:00:00.889) 0:01:16.220 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 2.85s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_dns_search_nm.yml:6 fedora.linux_system_roles.network : Check which services are running ---- 2.76s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 2.28s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.24s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.21s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.15s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.13s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.63s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.50s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.50s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which packages are installed --- 1.42s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.40s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.37s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.35s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.26s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Get DNS search entry for IPv4 ------------------------------------------- 1.25s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:22 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.22s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.14s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 1.14s /tmp/collections-phW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6_dns_search.yml:2