ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:6 Saturday 11 January 2025 07:52:07 -0500 (0:00:00.041) 0:00:00.041 ****** ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:9 Saturday 11 January 2025 07:52:08 -0500 (0:00:01.042) 0:00:01.083 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 11 January 2025 07:52:08 -0500 (0:00:00.037) 0:00:01.120 ****** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 11 January 2025 07:52:09 -0500 (0:00:00.549) 0:00:01.670 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 11 January 2025 07:52:10 -0500 (0:00:00.550) 0:00:02.220 ****** ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 11 January 2025 07:52:10 -0500 (0:00:00.070) 0:00:02.291 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 11 January 2025 07:52:10 -0500 (0:00:00.069) 0:00:02.360 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 11 January 2025 07:52:10 -0500 (0:00:00.098) 0:00:02.459 ****** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Saturday 11 January 2025 07:52:10 -0500 (0:00:00.527) 0:00:02.986 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Saturday 11 January 2025 07:52:10 -0500 (0:00:00.032) 0:00:03.019 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Saturday 11 January 2025 07:52:10 -0500 (0:00:00.020) 0:00:03.039 ****** [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.220756", "end": "2025-01-11 07:52:11.414283", "rc": 0, "start": "2025-01-11 07:52:11.193527" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Saturday 11 January 2025 07:52:11 -0500 (0:00:00.640) 0:00:03.680 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:11 Saturday 11 January 2025 07:52:11 -0500 (0:00:00.018) 0:00:03.699 ****** ok: [managed-node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:3 Saturday 11 January 2025 07:52:11 -0500 (0:00:00.033) 0:00:03.732 ****** ok: [managed-node1] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:11 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.653) 0:00:04.385 ****** ok: [managed-node1] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:22 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.030) 0:00:04.416 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can create a profile] ******************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.045) 0:00:04.461 ****** ok: [managed-node1] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.030) 0:00:04.492 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.067) 0:00:04.559 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.039) 0:00:04.599 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.036) 0:00:04.635 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002970", "end": "2025-01-11 07:52:12.748825", "rc": 0, "start": "2025-01-11 07:52:12.745855" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.431) 0:00:05.066 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.032) 0:00:05.099 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 11 January 2025 07:52:12 -0500 (0:00:00.077) 0:00:05.176 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.108) 0:00:05.285 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007771", "end": "2025-01-11 07:52:13.496967", "rc": 1, "start": "2025-01-11 07:52:13.489196" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.470) 0:00:05.755 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.025) 0:00:05.781 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.335) 0:00:06.116 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.031) 0:00:06.148 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 January 2025 07:52:13 -0500 (0:00:00.037) 0:00:06.186 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.110) 0:00:06.296 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.039) 0:00:06.335 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.020) 0:00:06.356 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.017) 0:00:06.373 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:52:14 -0500 (0:00:00.019) 0:00:06.393 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:52:15 -0500 (0:00:01.670) 0:00:08.064 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:52:17 -0500 (0:00:01.898) 0:00:09.963 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.050) 0:00:10.013 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.060) 0:00:10.074 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.066) 0:00:10.140 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:52:17 -0500 (0:00:00.050) 0:00:10.190 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:52:18 -0500 (0:00:00.055) 0:00:10.246 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:52:18 -0500 (0:00:00.045) 0:00:10.291 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:52:18 -0500 (0:00:00.065) 0:00:10.357 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:52:18 -0500 (0:00:00.110) 0:00:10.467 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:52:18 -0500 (0:00:00.058) 0:00:10.525 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:52:18 -0500 (0:00:00.060) 0:00:10.586 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:52:18 -0500 (0:00:00.078) 0:00:10.665 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.890) 0:00:11.556 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.085) 0:00:11.641 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.038) 0:00:11.680 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:52:19 -0500 (0:00:00.045) 0:00:11.725 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cfce55-0a09-44b1-bf15-8764dda2510d TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.934) 0:00:12.659 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.060) 0:00:12.720 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cfce55-0a09-44b1-bf15-8764dda2510d" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.072) 0:00:12.793 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cfce55-0a09-44b1-bf15-8764dda2510d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cfce55-0a09-44b1-bf15-8764dda2510d" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.089) 0:00:12.882 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:52:20 -0500 (0:00:00.139) 0:00:13.021 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 January 2025 07:52:21 -0500 (0:00:00.590) 0:00:13.612 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cfce55-0a09-44b1-bf15-8764dda2510d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cfce55-0a09-44b1-bf15-8764dda2510d" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 11 January 2025 07:52:21 -0500 (0:00:00.042) 0:00:13.655 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 January 2025 07:52:21 -0500 (0:00:00.085) 0:00:13.740 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 January 2025 07:52:21 -0500 (0:00:00.100) 0:00:13.841 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 January 2025 07:52:21 -0500 (0:00:00.038) 0:00:13.880 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599940.3519804, "block_size": 4096, "blocks": 8, "ctime": 1736599940.3089807, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1736599940.3089807, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.373) 0:00:14.253 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.040) 0:00:14.293 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018665", "end": "2025-01-11 07:52:22.380144", "rc": 0, "start": "2025-01-11 07:52:22.361479" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.363) 0:00:14.657 ****** ok: [managed-node1] => { "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-statebr] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.043) 0:00:14.700 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.038) 0:00:14.739 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.047) 0:00:14.786 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.060) 0:00:14.846 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.048) 0:00:14.895 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.075) 0:00:14.970 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.068) 0:00:15.039 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 11 January 2025 07:52:22 -0500 (0:00:00.062) 0:00:15.101 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 11 January 2025 07:52:23 -0500 (0:00:00.114) 0:00:15.216 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:52:23 -0500 (0:00:00.103) 0:00:15.320 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599940.3112168, "block_size": 4096, "blocks": 0, "ctime": 1736599940.3112168, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1736599940.3112168, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 11 January 2025 07:52:23 -0500 (0:00:00.363) 0:00:15.683 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 11 January 2025 07:52:23 -0500 (0:00:00.044) 0:00:15.728 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 11 January 2025 07:52:23 -0500 (0:00:00.038) 0:00:15.766 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 January 2025 07:52:23 -0500 (0:00:00.067) 0:00:15.834 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.055180", "end": "2025-01-11 07:52:23.965801", "rc": 1, "start": "2025-01-11 07:52:23.910621" } STDOUT: Connection 'statebr' (b0cfce55-0a09-44b1-bf15-8764dda2510d) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:45 Saturday 11 January 2025 07:52:24 -0500 (0:00:00.409) 0:00:16.244 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can create a profile without autoconnect] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 11 January 2025 07:52:24 -0500 (0:00:00.062) 0:00:16.306 ****** ok: [managed-node1] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 11 January 2025 07:52:24 -0500 (0:00:00.038) 0:00:16.345 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 11 January 2025 07:52:24 -0500 (0:00:00.075) 0:00:16.420 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 11 January 2025 07:52:24 -0500 (0:00:00.116) 0:00:16.537 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 January 2025 07:52:24 -0500 (0:00:00.096) 0:00:16.633 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002843", "end": "2025-01-11 07:52:24.758391", "rc": 0, "start": "2025-01-11 07:52:24.755548" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 January 2025 07:52:24 -0500 (0:00:00.485) 0:00:17.118 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 11 January 2025 07:52:25 -0500 (0:00:00.106) 0:00:17.225 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 11 January 2025 07:52:25 -0500 (0:00:00.057) 0:00:17.283 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 11 January 2025 07:52:25 -0500 (0:00:00.170) 0:00:17.454 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006050", "end": "2025-01-11 07:52:25.671743", "rc": 1, "start": "2025-01-11 07:52:25.665693" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 January 2025 07:52:25 -0500 (0:00:00.521) 0:00:17.975 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:52:25 -0500 (0:00:00.118) 0:00:18.094 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.464) 0:00:18.558 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.077) 0:00:18.636 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.142) 0:00:18.778 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.085) 0:00:18.864 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.070) 0:00:18.934 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.051) 0:00:18.986 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.055) 0:00:19.041 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:52:26 -0500 (0:00:00.062) 0:00:19.104 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:52:28 -0500 (0:00:01.690) 0:00:20.794 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:52:30 -0500 (0:00:01.466) 0:00:22.260 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.050) 0:00:22.311 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.036) 0:00:22.347 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.037) 0:00:22.385 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.037) 0:00:22.422 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.042) 0:00:22.465 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.038) 0:00:22.503 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.043) 0:00:22.547 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.073) 0:00:22.621 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.036) 0:00:22.658 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.036) 0:00:22.694 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:52:30 -0500 (0:00:00.062) 0:00:22.757 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:52:31 -0500 (0:00:00.736) 0:00:23.493 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:52:31 -0500 (0:00:00.067) 0:00:23.560 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:52:31 -0500 (0:00:00.057) 0:00:23.617 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:52:31 -0500 (0:00:00.080) 0:00:23.698 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 003fb2f1-9724-4f82-9239-8f75d344663c TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.610) 0:00:24.309 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.059) 0:00:24.368 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 003fb2f1-9724-4f82-9239-8f75d344663c" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.061) 0:00:24.430 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 003fb2f1-9724-4f82-9239-8f75d344663c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 003fb2f1-9724-4f82-9239-8f75d344663c" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.045) 0:00:24.475 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.043) 0:00:24.518 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.373) 0:00:24.892 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 003fb2f1-9724-4f82-9239-8f75d344663c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 003fb2f1-9724-4f82-9239-8f75d344663c" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.061) 0:00:24.953 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 January 2025 07:52:32 -0500 (0:00:00.165) 0:00:25.118 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:52:33 -0500 (0:00:00.106) 0:00:25.224 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 January 2025 07:52:33 -0500 (0:00:00.482) 0:00:25.707 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 January 2025 07:52:33 -0500 (0:00:00.114) 0:00:25.821 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 January 2025 07:52:33 -0500 (0:00:00.138) 0:00:25.960 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 January 2025 07:52:33 -0500 (0:00:00.071) 0:00:26.032 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599952.0119238, "block_size": 4096, "blocks": 8, "ctime": 1736599952.0119238, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301240, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1736599952.0119238, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 January 2025 07:52:34 -0500 (0:00:00.414) 0:00:26.446 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 January 2025 07:52:34 -0500 (0:00:00.071) 0:00:26.517 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018068", "end": "2025-01-11 07:52:34.701893", "rc": 0, "start": "2025-01-11 07:52:34.683825" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 January 2025 07:52:34 -0500 (0:00:00.464) 0:00:26.982 ****** ok: [managed-node1] => { "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-statebr] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 January 2025 07:52:34 -0500 (0:00:00.057) 0:00:27.040 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 January 2025 07:52:34 -0500 (0:00:00.056) 0:00:27.097 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 January 2025 07:52:34 -0500 (0:00:00.061) 0:00:27.158 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.061) 0:00:27.220 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.131) 0:00:27.351 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.052) 0:00:27.404 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.042) 0:00:27.447 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.039) 0:00:27.486 ****** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.046) 0:00:27.533 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.038) 0:00:27.571 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.080) 0:00:27.652 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.036269", "end": "2025-01-11 07:52:35.813673", "rc": 1, "start": "2025-01-11 07:52:35.777404" } STDOUT: Connection 'statebr' (003fb2f1-9724-4f82-9239-8f75d344663c) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:65 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.437) 0:00:28.090 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can activate an existing profile] ******************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.064) 0:00:28.154 ****** ok: [managed-node1] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 11 January 2025 07:52:35 -0500 (0:00:00.047) 0:00:28.202 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 11 January 2025 07:52:36 -0500 (0:00:00.127) 0:00:28.329 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 11 January 2025 07:52:36 -0500 (0:00:00.113) 0:00:28.442 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 January 2025 07:52:36 -0500 (0:00:00.188) 0:00:28.630 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002622", "end": "2025-01-11 07:52:36.713824", "rc": 0, "start": "2025-01-11 07:52:36.711202" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 January 2025 07:52:36 -0500 (0:00:00.384) 0:00:29.015 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 11 January 2025 07:52:36 -0500 (0:00:00.061) 0:00:29.076 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 11 January 2025 07:52:36 -0500 (0:00:00.061) 0:00:29.138 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 January 2025 07:52:37 -0500 (0:00:00.111) 0:00:29.249 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:52:37 -0500 (0:00:00.099) 0:00:29.349 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:52:37 -0500 (0:00:00.115) 0:00:29.464 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:52:37 -0500 (0:00:00.052) 0:00:29.517 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:52:37 -0500 (0:00:00.044) 0:00:29.561 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:52:37 -0500 (0:00:00.049) 0:00:29.611 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:52:38 -0500 (0:00:01.553) 0:00:31.164 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:52:40 -0500 (0:00:01.516) 0:00:32.681 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:52:40 -0500 (0:00:00.087) 0:00:32.769 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:52:40 -0500 (0:00:00.067) 0:00:32.836 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:52:40 -0500 (0:00:00.075) 0:00:32.912 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:52:40 -0500 (0:00:00.061) 0:00:32.973 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:52:40 -0500 (0:00:00.177) 0:00:33.151 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:52:40 -0500 (0:00:00.057) 0:00:33.208 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:52:41 -0500 (0:00:00.075) 0:00:33.284 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:52:41 -0500 (0:00:00.195) 0:00:33.480 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:52:41 -0500 (0:00:00.101) 0:00:33.581 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:52:41 -0500 (0:00:00.064) 0:00:33.645 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:52:41 -0500 (0:00:00.071) 0:00:33.717 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:52:42 -0500 (0:00:00.634) 0:00:34.351 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:52:42 -0500 (0:00:00.069) 0:00:34.420 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:52:42 -0500 (0:00:00.054) 0:00:34.475 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:52:42 -0500 (0:00:00.042) 0:00:34.517 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:52:42 -0500 (0:00:00.601) 0:00:35.119 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:52:42 -0500 (0:00:00.058) 0:00:35.178 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.089) 0:00:35.267 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.048) 0:00:35.316 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.043) 0:00:35.360 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.408) 0:00:35.768 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad" ] } } TASK [Test] ******************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.053) 0:00:35.822 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.087) 0:00:35.909 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.089) 0:00:35.999 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.071) 0:00:36.071 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.044) 0:00:36.115 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.043) 0:00:36.159 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:52:43 -0500 (0:00:00.042) 0:00:36.201 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:52:45 -0500 (0:00:01.563) 0:00:37.765 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:52:47 -0500 (0:00:01.456) 0:00:39.221 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.046) 0:00:39.268 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.044) 0:00:39.313 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.043) 0:00:39.356 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.069) 0:00:39.425 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.045) 0:00:39.471 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.057) 0:00:39.528 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.065) 0:00:39.593 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.185) 0:00:39.779 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.111) 0:00:39.890 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.064) 0:00:39.955 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:52:47 -0500 (0:00:00.066) 0:00:40.021 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:52:48 -0500 (0:00:00.700) 0:00:40.722 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:52:48 -0500 (0:00:00.072) 0:00:40.794 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:52:48 -0500 (0:00:00.055) 0:00:40.850 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:52:48 -0500 (0:00:00.049) 0:00:40.899 ****** ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:52:49 -0500 (0:00:00.568) 0:00:41.467 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:52:49 -0500 (0:00:00.067) 0:00:41.535 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:52:49 -0500 (0:00:00.062) 0:00:41.597 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 587fb095-560d-4b64-beea-bf2f642971ad skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:52:49 -0500 (0:00:00.090) 0:00:41.688 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:52:49 -0500 (0:00:00.053) 0:00:41.742 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 11 January 2025 07:52:49 -0500 (0:00:00.413) 0:00:42.155 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 11 January 2025 07:52:50 -0500 (0:00:00.133) 0:00:42.289 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:52:50 -0500 (0:00:00.191) 0:00:42.481 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599962.762166, "block_size": 4096, "blocks": 0, "ctime": 1736599962.762166, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37970, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1736599962.762166, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 11 January 2025 07:52:50 -0500 (0:00:00.416) 0:00:42.897 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 11 January 2025 07:52:50 -0500 (0:00:00.077) 0:00:42.975 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 January 2025 07:52:50 -0500 (0:00:00.120) 0:00:43.095 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 January 2025 07:52:50 -0500 (0:00:00.060) 0:00:43.156 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599962.797871, "block_size": 4096, "blocks": 8, "ctime": 1736599962.7598712, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301240, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1736599962.7598712, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 January 2025 07:52:51 -0500 (0:00:00.511) 0:00:43.667 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 January 2025 07:52:51 -0500 (0:00:00.046) 0:00:43.714 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018075", "end": "2025-01-11 07:52:51.888749", "rc": 0, "start": "2025-01-11 07:52:51.870674" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.527) 0:00:44.241 ****** ok: [managed-node1] => { "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-statebr] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.066) 0:00:44.308 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.072) 0:00:44.381 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.059) 0:00:44.440 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.075) 0:00:44.515 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.068) 0:00:44.583 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.062) 0:00:44.646 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.121) 0:00:44.767 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.074) 0:00:44.842 ****** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.072) 0:00:44.915 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.058) 0:00:44.973 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 January 2025 07:52:52 -0500 (0:00:00.089) 0:00:45.063 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.063383", "end": "2025-01-11 07:52:53.207528", "rc": 1, "start": "2025-01-11 07:52:53.144145" } STDOUT: Connection 'statebr' (587fb095-560d-4b64-beea-bf2f642971ad) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:83 Saturday 11 January 2025 07:52:53 -0500 (0:00:00.433) 0:00:45.497 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 11 January 2025 07:52:53 -0500 (0:00:00.114) 0:00:45.611 ****** ok: [managed-node1] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 11 January 2025 07:52:53 -0500 (0:00:00.043) 0:00:45.655 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 11 January 2025 07:52:53 -0500 (0:00:00.079) 0:00:45.734 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 11 January 2025 07:52:53 -0500 (0:00:00.060) 0:00:45.794 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 January 2025 07:52:53 -0500 (0:00:00.078) 0:00:45.873 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002639", "end": "2025-01-11 07:52:53.960139", "rc": 0, "start": "2025-01-11 07:52:53.957500" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.363) 0:00:46.237 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.039) 0:00:46.276 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.036) 0:00:46.313 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.089) 0:00:46.402 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.113) 0:00:46.516 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.177) 0:00:46.693 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.073) 0:00:46.766 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.040) 0:00:46.806 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:52:54 -0500 (0:00:00.036) 0:00:46.843 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:52:56 -0500 (0:00:01.581) 0:00:48.425 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:52:57 -0500 (0:00:01.567) 0:00:49.992 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:52:57 -0500 (0:00:00.047) 0:00:50.040 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:52:57 -0500 (0:00:00.054) 0:00:50.094 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:52:57 -0500 (0:00:00.077) 0:00:50.172 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.057) 0:00:50.229 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.068) 0:00:50.298 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.049) 0:00:50.348 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.056) 0:00:50.404 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.205) 0:00:50.609 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.068) 0:00:50.678 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.066) 0:00:50.744 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:52:58 -0500 (0:00:00.073) 0:00:50.818 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:52:59 -0500 (0:00:00.601) 0:00:51.419 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:52:59 -0500 (0:00:00.070) 0:00:51.489 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:52:59 -0500 (0:00:00.061) 0:00:51.550 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:52:59 -0500 (0:00:00.134) 0:00:51.685 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.654) 0:00:52.340 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.036) 0:00:52.376 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.045) 0:00:52.421 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.054) 0:00:52.476 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.057) 0:00:52.533 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.396) 0:00:52.930 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.039) 0:00:52.969 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.063) 0:00:53.032 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.085) 0:00:53.118 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:00 -0500 (0:00:00.070) 0:00:53.189 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:01 -0500 (0:00:00.061) 0:00:53.250 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:01 -0500 (0:00:00.092) 0:00:53.343 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:02 -0500 (0:00:01.621) 0:00:54.965 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:04 -0500 (0:00:01.471) 0:00:56.436 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.043) 0:00:56.480 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.082) 0:00:56.563 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.060) 0:00:56.623 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.058) 0:00:56.682 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.051) 0:00:56.733 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.044) 0:00:56.778 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.061) 0:00:56.840 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.081) 0:00:56.921 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.038) 0:00:56.959 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.036) 0:00:56.996 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:04 -0500 (0:00:00.045) 0:00:57.041 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.582) 0:00:57.624 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.093) 0:00:57.717 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.065) 0:00:57.783 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:05 -0500 (0:00:00.071) 0:00:57.854 ****** ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.708) 0:00:58.563 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.059) 0:00:58.623 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.067) 0:00:58.690 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f0cf96cc-eaed-42f4-8eaf-56fdbc74b366 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.047) 0:00:58.737 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.044) 0:00:58.782 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.359) 0:00:59.141 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 11 January 2025 07:53:06 -0500 (0:00:00.068) 0:00:59.210 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:07 -0500 (0:00:00.073) 0:00:59.283 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:07 -0500 (0:00:00.074) 0:00:59.358 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:07 -0500 (0:00:00.044) 0:00:59.403 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:07 -0500 (0:00:00.037) 0:00:59.440 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:07 -0500 (0:00:00.075) 0:00:59.516 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:08 -0500 (0:00:01.518) 0:01:01.034 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:10 -0500 (0:00:01.446) 0:01:02.481 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.043) 0:01:02.525 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.079) 0:01:02.604 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.037) 0:01:02.641 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.035) 0:01:02.677 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.046) 0:01:02.724 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.037) 0:01:02.761 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.041) 0:01:02.803 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.080) 0:01:02.883 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.048) 0:01:02.932 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.056) 0:01:02.988 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:10 -0500 (0:00:00.058) 0:01:03.046 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:11 -0500 (0:00:00.534) 0:01:03.581 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:11 -0500 (0:00:00.048) 0:01:03.629 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:11 -0500 (0:00:00.036) 0:01:03.666 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:11 -0500 (0:00:00.036) 0:01:03.703 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.687) 0:01:04.390 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.064) 0:01:04.454 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.064) 0:01:04.519 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.049) 0:01:04.568 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:12 -0500 (0:00:00.045) 0:01:04.613 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.657) 0:01:05.271 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.091) 0:01:05.362 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.090) 0:01:05.452 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1736599980.0076745, "block_size": 4096, "blocks": 0, "ctime": 1736599980.0076745, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38101, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1736599980.0076745, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.425) 0:01:05.878 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.067) 0:01:05.945 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.087) 0:01:06.033 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 January 2025 07:53:13 -0500 (0:00:00.086) 0:01:06.120 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.371) 0:01:06.492 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.054) 0:01:06.546 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017838", "end": "2025-01-11 07:53:14.677034", "rc": 1, "start": "2025-01-11 07:53:14.659196" } 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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.433) 0:01:06.980 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.052) 0:01:07.033 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.050) 0:01:07.083 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.045) 0:01:07.129 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 January 2025 07:53:14 -0500 (0:00:00.038) 0:01:07.167 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.063) 0:01:07.231 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.067) 0:01:07.298 ****** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.060) 0:01:07.359 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.064) 0:01:07.423 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.116) 0:01:07.539 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.062183", "end": "2025-01-11 07:53:15.720021", "rc": 1, "start": "2025-01-11 07:53:15.657838" } STDOUT: Connection 'statebr' (f0cf96cc-eaed-42f4-8eaf-56fdbc74b366) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:102 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.472) 0:01:08.012 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can take a profile down that is absent] ************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.095) 0:01:08.107 ****** ok: [managed-node1] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 11 January 2025 07:53:15 -0500 (0:00:00.049) 0:01:08.157 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 11 January 2025 07:53:16 -0500 (0:00:00.101) 0:01:08.259 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 11 January 2025 07:53:16 -0500 (0:00:00.087) 0:01:08.347 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 January 2025 07:53:16 -0500 (0:00:00.105) 0:01:08.452 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002553", "end": "2025-01-11 07:53:16.608194", "rc": 0, "start": "2025-01-11 07:53:16.605641" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 January 2025 07:53:16 -0500 (0:00:00.510) 0:01:08.963 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 11 January 2025 07:53:16 -0500 (0:00:00.104) 0:01:09.067 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 11 January 2025 07:53:16 -0500 (0:00:00.108) 0:01:09.176 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 January 2025 07:53:17 -0500 (0:00:00.258) 0:01:09.435 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:17 -0500 (0:00:00.185) 0:01:09.620 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:17 -0500 (0:00:00.125) 0:01:09.746 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:17 -0500 (0:00:00.055) 0:01:09.801 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:17 -0500 (0:00:00.049) 0:01:09.851 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:17 -0500 (0:00:00.044) 0:01:09.895 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:19 -0500 (0:00:01.577) 0:01:11.472 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:20 -0500 (0:00:01.647) 0:01:13.120 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:20 -0500 (0:00:00.073) 0:01:13.193 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.087) 0:01:13.280 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.068) 0:01:13.348 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.111) 0:01:13.460 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.138) 0:01:13.598 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.088) 0:01:13.686 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.081) 0:01:13.768 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.134) 0:01:13.902 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.049) 0:01:13.951 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.043) 0:01:13.995 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:21 -0500 (0:00:00.052) 0:01:14.048 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:22 -0500 (0:00:00.556) 0:01:14.604 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:22 -0500 (0:00:00.137) 0:01:14.742 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:22 -0500 (0:00:00.071) 0:01:14.814 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:22 -0500 (0:00:00.057) 0:01:14.872 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:23 -0500 (0:00:00.601) 0:01:15.473 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:23 -0500 (0:00:00.063) 0:01:15.537 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:23 -0500 (0:00:00.088) 0:01:15.625 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:23 -0500 (0:00:00.076) 0:01:15.701 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:23 -0500 (0:00:00.096) 0:01:15.798 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 January 2025 07:53:24 -0500 (0:00:00.479) 0:01:16.277 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 11 January 2025 07:53:24 -0500 (0:00:00.042) 0:01:16.320 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:24 -0500 (0:00:00.061) 0:01:16.381 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:24 -0500 (0:00:00.076) 0:01:16.458 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:24 -0500 (0:00:00.068) 0:01:16.527 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:24 -0500 (0:00:00.103) 0:01:16.630 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:24 -0500 (0:00:00.044) 0:01:16.675 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:25 -0500 (0:00:01.515) 0:01:18.190 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:27 -0500 (0:00:01.503) 0:01:19.694 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.079) 0:01:19.774 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.062) 0:01:19.836 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.059) 0:01:19.895 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.042) 0:01:19.938 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.052) 0:01:19.990 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.048) 0:01:20.038 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.044) 0:01:20.083 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.077) 0:01:20.160 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:27 -0500 (0:00:00.037) 0:01:20.198 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:28 -0500 (0:00:00.036) 0:01:20.235 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:28 -0500 (0:00:00.046) 0:01:20.281 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:28 -0500 (0:00:00.572) 0:01:20.854 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:28 -0500 (0:00:00.071) 0:01:20.925 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:28 -0500 (0:00:00.056) 0:01:20.982 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:28 -0500 (0:00:00.085) 0:01:21.067 ****** ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:29 -0500 (0:00:00.543) 0:01:21.610 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:29 -0500 (0:00:00.048) 0:01:21.659 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:29 -0500 (0:00:00.045) 0:01:21.704 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c105e1bc-11c8-48ed-a0ab-31de9481b3b6 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:29 -0500 (0:00:00.048) 0:01:21.753 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:29 -0500 (0:00:00.059) 0:01:21.813 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 11 January 2025 07:53:30 -0500 (0:00:00.413) 0:01:22.226 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:30 -0500 (0:00:00.109) 0:01:22.336 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:30 -0500 (0:00:00.128) 0:01:22.465 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:30 -0500 (0:00:00.074) 0:01:22.539 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:30 -0500 (0:00:00.058) 0:01:22.597 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:30 -0500 (0:00:00.058) 0:01:22.655 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:32 -0500 (0:00:01.623) 0:01:24.279 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:33 -0500 (0:00:01.573) 0:01:25.852 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:33 -0500 (0:00:00.099) 0:01:25.951 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:33 -0500 (0:00:00.115) 0:01:26.067 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:33 -0500 (0:00:00.125) 0:01:26.193 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.111) 0:01:26.305 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.080) 0:01:26.385 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.081) 0:01:26.466 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.124) 0:01:26.590 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.121) 0:01:26.711 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.065) 0:01:26.777 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.070) 0:01:26.848 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:34 -0500 (0:00:00.075) 0:01:26.923 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:35 -0500 (0:00:00.577) 0:01:27.500 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:35 -0500 (0:00:00.045) 0:01:27.546 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:35 -0500 (0:00:00.043) 0:01:27.590 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:35 -0500 (0:00:00.061) 0:01:27.651 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.690) 0:01:28.341 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.044) 0:01:28.386 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.049) 0:01:28.436 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.049) 0:01:28.485 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.036) 0:01:28.522 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.372) 0:01:28.895 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.103) 0:01:28.999 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:36 -0500 (0:00:00.127) 0:01:29.126 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:37 -0500 (0:00:00.094) 0:01:29.221 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:37 -0500 (0:00:00.053) 0:01:29.274 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:37 -0500 (0:00:00.041) 0:01:29.315 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:37 -0500 (0:00:00.072) 0:01:29.388 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:38 -0500 (0:00:01.552) 0:01:30.941 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:40 -0500 (0:00:01.405) 0:01:32.346 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.041) 0:01:32.388 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.069) 0:01:32.458 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.036) 0:01:32.494 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.055) 0:01:32.549 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.044) 0:01:32.594 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.038) 0:01:32.632 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.042) 0:01:32.675 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.074) 0:01:32.750 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.036) 0:01:32.786 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.038) 0:01:32.824 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:40 -0500 (0:00:00.058) 0:01:32.883 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:41 -0500 (0:00:00.599) 0:01:33.482 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:41 -0500 (0:00:00.066) 0:01:33.549 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:41 -0500 (0:00:00.053) 0:01:33.602 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:41 -0500 (0:00:00.053) 0:01:33.656 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.757) 0:01:34.413 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.045) 0:01:34.459 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.048) 0:01:34.508 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.044) 0:01:34.553 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.037) 0:01:34.591 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.355) 0:01:34.946 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.082) 0:01:35.028 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.063) 0:01:35.092 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 January 2025 07:53:42 -0500 (0:00:00.038) 0:01:35.130 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.389) 0:01:35.520 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.043) 0:01:35.563 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016907", "end": "2025-01-11 07:53:43.659117", "rc": 1, "start": "2025-01-11 07:53:43.642210" } 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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.445) 0:01:36.008 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.065) 0:01:36.074 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 January 2025 07:53:43 -0500 (0:00:00.071) 0:01:36.146 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.107) 0:01:36.253 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.088) 0:01:36.342 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.082) 0:01:36.424 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.073) 0:01:36.498 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.139) 0:01:36.638 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.095) 0:01:36.733 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.363) 0:01:37.097 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.044) 0:01:37.141 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 11 January 2025 07:53:44 -0500 (0:00:00.040) 0:01:37.182 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 January 2025 07:53:45 -0500 (0:00:00.109) 0:01:37.291 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.035721", "end": "2025-01-11 07:53:45.403435", "rc": 1, "start": "2025-01-11 07:53:45.367714" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:124 Saturday 11 January 2025 07:53:45 -0500 (0:00:00.391) 0:01:37.683 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 11 January 2025 07:53:45 -0500 (0:00:00.065) 0:01:37.749 ****** ok: [managed-node1] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 11 January 2025 07:53:45 -0500 (0:00:00.040) 0:01:37.790 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 11 January 2025 07:53:45 -0500 (0:00:00.078) 0:01:37.868 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 11 January 2025 07:53:45 -0500 (0:00:00.062) 0:01:37.930 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 11 January 2025 07:53:45 -0500 (0:00:00.059) 0:01:37.990 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002579", "end": "2025-01-11 07:53:46.064961", "rc": 0, "start": "2025-01-11 07:53:46.062382" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.355) 0:01:38.346 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.050) 0:01:38.397 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.055) 0:01:38.452 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.115) 0:01:38.568 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.065) 0:01:38.633 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.072) 0:01:38.706 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.048) 0:01:38.754 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.036) 0:01:38.791 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:46 -0500 (0:00:00.037) 0:01:38.829 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:48 -0500 (0:00:01.579) 0:01:40.408 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:49 -0500 (0:00:01.657) 0:01:42.065 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:49 -0500 (0:00:00.115) 0:01:42.181 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.122) 0:01:42.303 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.057) 0:01:42.361 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.057) 0:01:42.419 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.066) 0:01:42.485 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.069) 0:01:42.554 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.091) 0:01:42.646 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.137) 0:01:42.783 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.047) 0:01:42.831 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.042) 0:01:42.874 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:50 -0500 (0:00:00.043) 0:01:42.917 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:51 -0500 (0:00:00.682) 0:01:43.599 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:51 -0500 (0:00:00.066) 0:01:43.666 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:51 -0500 (0:00:00.061) 0:01:43.727 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:51 -0500 (0:00:00.075) 0:01:43.802 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.674) 0:01:44.476 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.071) 0:01:44.548 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.094) 0:01:44.642 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.089) 0:01:44.732 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.076) 0:01:44.808 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 11 January 2025 07:53:52 -0500 (0:00:00.399) 0:01:45.208 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.048) 0:01:45.257 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.074) 0:01:45.331 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.115) 0:01:45.446 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.047) 0:01:45.494 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.042) 0:01:45.536 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:53 -0500 (0:00:00.048) 0:01:45.585 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:53:54 -0500 (0:00:01.576) 0:01:47.161 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:53:56 -0500 (0:00:01.623) 0:01:48.784 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.048) 0:01:48.833 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.036) 0:01:48.869 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.044) 0:01:48.914 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.056) 0:01:48.970 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.070) 0:01:49.040 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.044) 0:01:49.085 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.043) 0:01:49.128 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:53:56 -0500 (0:00:00.076) 0:01:49.204 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:53:57 -0500 (0:00:00.036) 0:01:49.241 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:53:57 -0500 (0:00:00.038) 0:01:49.279 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:53:57 -0500 (0:00:00.043) 0:01:49.322 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:53:57 -0500 (0:00:00.561) 0:01:49.884 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:53:57 -0500 (0:00:00.068) 0:01:49.952 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:53:57 -0500 (0:00:00.149) 0:01:50.102 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:53:57 -0500 (0:00:00.056) 0:01:50.158 ****** ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:53:58 -0500 (0:00:00.624) 0:01:50.783 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:53:58 -0500 (0:00:00.056) 0:01:50.839 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:53:58 -0500 (0:00:00.050) 0:01:50.890 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b2c54398-e9c0-4df4-bf3e-a13dcf84abc5 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:53:58 -0500 (0:00:00.057) 0:01:50.947 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:53:58 -0500 (0:00:00.075) 0:01:51.023 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 11 January 2025 07:53:59 -0500 (0:00:00.515) 0:01:51.538 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:53:59 -0500 (0:00:00.112) 0:01:51.651 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:53:59 -0500 (0:00:00.149) 0:01:51.800 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:53:59 -0500 (0:00:00.069) 0:01:51.870 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:53:59 -0500 (0:00:00.059) 0:01:51.930 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:53:59 -0500 (0:00:00.098) 0:01:52.028 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:54:01 -0500 (0:00:01.588) 0:01:53.616 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:54:02 -0500 (0:00:01.440) 0:01:55.057 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:54:02 -0500 (0:00:00.058) 0:01:55.115 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:54:02 -0500 (0:00:00.093) 0:01:55.209 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.049) 0:01:55.258 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.046) 0:01:55.304 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.049) 0:01:55.354 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.038) 0:01:55.392 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.041) 0:01:55.434 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.075) 0:01:55.509 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.038) 0:01:55.548 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.036) 0:01:55.584 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.045) 0:01:55.630 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:54:03 -0500 (0:00:00.538) 0:01:56.169 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:54:04 -0500 (0:00:00.063) 0:01:56.233 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:54:04 -0500 (0:00:00.055) 0:01:56.288 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:54:04 -0500 (0:00:00.057) 0:01:56.345 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:54:04 -0500 (0:00:00.713) 0:01:57.058 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:54:04 -0500 (0:00:00.062) 0:01:57.120 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:54:04 -0500 (0:00:00.058) 0:01:57.179 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.050) 0:01:57.230 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.054) 0:01:57.284 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.349) 0:01:57.634 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.067) 0:01:57.701 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.061) 0:01:57.763 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.071) 0:01:57.834 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.045) 0:01:57.879 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.036) 0:01:57.916 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 11 January 2025 07:54:05 -0500 (0:00:00.074) 0:01:57.990 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 11 January 2025 07:54:07 -0500 (0:00:01.530) 0:01:59.520 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 11 January 2025 07:54:08 -0500 (0:00:01.416) 0:02:00.937 ****** ok: [managed-node1] => {} 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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 11 January 2025 07:54:08 -0500 (0:00:00.089) 0:02:01.026 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 11 January 2025 07:54:08 -0500 (0:00:00.041) 0:02:01.068 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 11 January 2025 07:54:08 -0500 (0:00:00.042) 0:02:01.111 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 11 January 2025 07:54:08 -0500 (0:00:00.041) 0:02:01.152 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 11 January 2025 07:54:08 -0500 (0:00:00.046) 0:02:01.198 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.038) 0:02:01.236 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.043) 0:02:01.280 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.116) 0:02:01.396 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.059) 0:02:01.455 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.047) 0:02:01.503 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.066) 0:02:01.569 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.538) 0:02:02.108 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.047) 0:02:02.155 ****** skipping: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 11 January 2025 07:54:09 -0500 (0:00:00.037) 0:02:02.193 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 11 January 2025 07:54:10 -0500 (0:00:00.035) 0:02:02.228 ****** ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 11 January 2025 07:54:10 -0500 (0:00:00.649) 0:02:02.878 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 11 January 2025 07:54:10 -0500 (0:00:00.036) 0:02:02.914 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 11 January 2025 07:54:10 -0500 (0:00:00.039) 0:02:02.953 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 11 January 2025 07:54:10 -0500 (0:00:00.040) 0:02:02.994 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 11 January 2025 07:54:10 -0500 (0:00:00.036) 0:02:03.030 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 11 January 2025 07:54:11 -0500 (0:00:00.347) 0:02:03.378 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 11 January 2025 07:54:11 -0500 (0:00:00.088) 0:02:03.467 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 11 January 2025 07:54:11 -0500 (0:00:00.066) 0:02:03.533 ****** ok: [managed-node1] => { "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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 11 January 2025 07:54:11 -0500 (0:00:00.037) 0:02:03.571 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 11 January 2025 07:54:11 -0500 (0:00:00.352) 0:02:03.924 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 11 January 2025 07:54:11 -0500 (0:00:00.036) 0:02:03.961 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017550", "end": "2025-01-11 07:54:12.072762", "rc": 1, "start": "2025-01-11 07:54:12.055212" } 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-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 11 January 2025 07:54:12 -0500 (0:00:00.431) 0:02:04.392 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 11 January 2025 07:54:12 -0500 (0:00:00.074) 0:02:04.467 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 11 January 2025 07:54:12 -0500 (0:00:00.059) 0:02:04.527 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 11 January 2025 07:54:12 -0500 (0:00:00.046) 0:02:04.573 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 11 January 2025 07:54:12 -0500 (0:00:00.038) 0:02:04.611 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 11 January 2025 07:54:12 -0500 (0:00:00.039) 0:02:04.651 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 11 January 2025 07:54:12 -0500 (0:00:00.041) 0:02:04.692 ****** [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node1] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.870766", "end": "2025-01-11 07:54:13.634754", "rc": 0, "start": "2025-01-11 07:54:12.763988" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 11 January 2025 07:54:13 -0500 (0:00:01.245) 0:02:05.938 ****** ok: [managed-node1] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 11 January 2025 07:54:13 -0500 (0:00:00.062) 0:02:06.001 ****** ok: [managed-node1] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 11 January 2025 07:54:13 -0500 (0:00:00.069) 0:02:06.071 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 11 January 2025 07:54:14 -0500 (0:00:00.172) 0:02:06.244 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 11 January 2025 07:54:14 -0500 (0:00:00.099) 0:02:06.343 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 11 January 2025 07:54:14 -0500 (0:00:00.407) 0:02:06.750 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 11 January 2025 07:54:14 -0500 (0:00:00.068) 0:02:06.819 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 11 January 2025 07:54:14 -0500 (0:00:00.065) 0:02:06.884 ****** included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 included: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 11 January 2025 07:54:14 -0500 (0:00:00.128) 0:02:07.013 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.033947", "end": "2025-01-11 07:54:15.133248", "rc": 1, "start": "2025-01-11 07:54:15.099301" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 11 January 2025 07:54:15 -0500 (0:00:00.400) 0:02:07.414 ****** ok: [managed-node1] => { "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.007755", "end": "2025-01-11 07:54:15.523155", "rc": 0, "start": "2025-01-11 07:54:15.515400" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:1c:6c:bb:49:a1 brd ff:ff:ff:ff:ff:ff inet 10.31.11.162/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2415sec preferred_lft 2415sec inet6 fe80::101c:6cff:febb:49a1/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.162 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.162 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 11 January 2025 07:54:15 -0500 (0:00:00.390) 0:02:07.804 ****** ok: [managed-node1] => { "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.241229", "end": "2025-01-11 07:54:16.153177", "rc": 0, "start": "2025-01-11 07:54:15.911948" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 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:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1509 0 --:--:-- --:--:-- --:--:-- 1502 % 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 17117 0 --:--:-- --:--:-- --:--:-- 17117 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=324 changed=10 unreachable=0 failed=0 skipped=307 rescued=0 ignored=11 Saturday 11 January 2025 07:54:16 -0500 (0:00:00.607) 0:02:08.411 ****** =============================================================================== fedora.linux_system_roles.network : Check which packages are installed --- 1.90s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.69s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.67s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.66s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.65s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.62s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.62s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.62s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.57s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.57s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.55s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.52s /tmp/collections-qJt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21