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/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:6 Saturday 27 July 2024 09:26:31 -0400 (0:00:00.020) 0:00:00.020 ********* ok: [managed_node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:9 Saturday 27 July 2024 09:26:32 -0400 (0:00:00.972) 0:00:00.993 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 27 July 2024 09:26:32 -0400 (0:00:00.037) 0:00:01.030 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 27 July 2024 09:26:33 -0400 (0:00:00.503) 0:00:01.534 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 27 July 2024 09:26:33 -0400 (0:00:00.460) 0:00:01.994 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 27 July 2024 09:26:33 -0400 (0:00:00.035) 0:00:02.030 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 27 July 2024 09:26:33 -0400 (0:00:00.032) 0:00:02.062 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 27 July 2024 09:26:33 -0400 (0:00:00.055) 0:00:02.118 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:24 Saturday 27 July 2024 09:26:34 -0400 (0:00:00.438) 0:00:02.556 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:30 Saturday 27 July 2024 09:26:34 -0400 (0:00:00.020) 0:00:02.576 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35 Saturday 27 July 2024 09:26:34 -0400 (0:00:00.020) 0:00:02.596 ********* [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.244563", "end": "2024-07-27 09:26:34.757561", "rc": 0, "start": "2024-07-27 09:26:34.512998" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:40 Saturday 27 July 2024 09:26:34 -0400 (0:00:00.602) 0:00:03.199 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:11 Saturday 27 July 2024 09:26:34 -0400 (0:00:00.018) 0:00:03.218 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:3 Saturday 27 July 2024 09:26:34 -0400 (0:00:00.019) 0:00:03.237 ********* ok: [managed_node1] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:11 Saturday 27 July 2024 09:26:35 -0400 (0:00:00.655) 0:00:03.893 ********* ok: [managed_node1] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:22 Saturday 27 July 2024 09:26:35 -0400 (0:00:00.019) 0:00:03.912 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:26:35 -0400 (0:00:00.031) 0:00:03.944 ********* ok: [managed_node1] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:26:35 -0400 (0:00:00.020) 0:00:03.964 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:26:35 -0400 (0:00:00.065) 0:00:04.029 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:26:35 -0400 (0:00:00.028) 0:00:04.058 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:26:35 -0400 (0:00:00.024) 0:00:04.083 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003008", "end": "2024-07-27 09:26:36.001015", "rc": 0, "start": "2024-07-27 09:26:35.998007" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.358) 0:00:04.441 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.021) 0:00:04.462 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.019) 0:00:04.482 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.037) 0:00:04.519 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006177", "end": "2024-07-27 09:26:36.439972", "rc": 1, "start": "2024-07-27 09:26:36.433795" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.359) 0:00:04.878 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.026) 0:00:04.905 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.357) 0:00:05.263 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.022) 0:00:05.286 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:26:36 -0400 (0:00:00.034) 0:00:05.320 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:26:37 -0400 (0:00:00.105) 0:00:05.426 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:26:37 -0400 (0:00:00.039) 0:00:05.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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:26:37 -0400 (0:00:00.020) 0:00:05.486 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:26:37 -0400 (0:00:00.019) 0:00:05.506 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:26:37 -0400 (0:00:00.021) 0:00:05.527 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:26:38 -0400 (0:00:01.744) 0:00:07.271 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:26:40 -0400 (0:00:01.750) 0:00:09.021 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:26:40 -0400 (0:00:00.040) 0:00:09.062 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:26:40 -0400 (0:00:00.038) 0:00:09.101 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:26:40 -0400 (0:00:00.037) 0:00:09.139 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:26:40 -0400 (0:00:00.037) 0:00:09.177 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:26:40 -0400 (0:00:00.046) 0:00:09.223 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:26:40 -0400 (0:00:00.037) 0:00:09.261 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:26:40 -0400 (0:00:00.068) 0:00:09.329 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:26:41 -0400 (0:00:00.078) 0:00:09.407 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:26:41 -0400 (0:00:00.036) 0:00:09.444 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:26:41 -0400 (0:00:00.038) 0:00:09.482 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:26:41 -0400 (0:00:00.043) 0:00:09.526 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:26:41 -0400 (0:00:00.761) 0:00:10.287 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:26:41 -0400 (0:00:00.045) 0:00:10.332 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:26:41 -0400 (0:00:00.037) 0:00:10.370 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:26:42 -0400 (0:00:00.037) 0:00:10.407 ********* 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, ee34283b-df1a-4cce-8a59-d25c8be07ba3 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:26:42 -0400 (0:00:00.786) 0:00:11.194 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:26:42 -0400 (0:00:00.036) 0:00:11.231 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ee34283b-df1a-4cce-8a59-d25c8be07ba3" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:26:42 -0400 (0:00:00.065) 0:00:11.297 ********* 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, ee34283b-df1a-4cce-8a59-d25c8be07ba3\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ee34283b-df1a-4cce-8a59-d25c8be07ba3" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:26:42 -0400 (0:00:00.042) 0:00:11.339 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:26:42 -0400 (0:00:00.037) 0:00:11.376 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:26:43 -0400 (0:00:00.457) 0:00:11.833 ********* 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, ee34283b-df1a-4cce-8a59-d25c8be07ba3\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ee34283b-df1a-4cce-8a59-d25c8be07ba3" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:26:43 -0400 (0:00:00.040) 0:00:11.873 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 09:26:43 -0400 (0:00:00.069) 0:00:11.943 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:26:43 -0400 (0:00:00.067) 0:00:12.010 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:26:43 -0400 (0:00:00.037) 0:00:12.048 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086802.7309935, "block_size": 4096, "blocks": 8, "ctime": 1722086802.6719956, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301825, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722086802.6719956, "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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.374) 0:00:12.422 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.039) 0:00:12.462 ********* ok: [managed_node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021732", "end": "2024-07-27 09:26:44.401529", "rc": 0, "start": "2024-07-27 09:26:44.379797" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.430) 0:00:12.892 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.042) 0:00:12.935 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.040) 0:00:12.976 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.041) 0:00:13.018 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.041) 0:00:13.059 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.040) 0:00:13.100 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.043) 0:00:13.143 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.041) 0:00:13.185 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.038) 0:00:13.224 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.074) 0:00:13.299 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:26:44 -0400 (0:00:00.061) 0:00:13.361 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086802.674135, "block_size": 4096, "blocks": 0, "ctime": 1722086802.674135, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 62992, "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": 1722086802.674135, "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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 09:26:45 -0400 (0:00:00.377) 0:00:13.739 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:26:45 -0400 (0:00:00.041) 0:00:13.781 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:26:45 -0400 (0:00:00.067) 0:00:13.849 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:26:45 -0400 (0:00:00.071) 0:00:13.920 ********* 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.062218", "end": "2024-07-27 09:26:45.900199", "rc": 1, "start": "2024-07-27 09:26:45.837981" } STDOUT: Connection 'statebr' (ee34283b-df1a-4cce-8a59-d25c8be07ba3) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:45 Saturday 27 July 2024 09:26:45 -0400 (0:00:00.438) 0:00:14.359 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.066) 0:00:14.425 ********* ok: [managed_node1] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.039) 0:00:14.465 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.082) 0:00:14.548 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.061) 0:00:14.609 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.059) 0:00:14.669 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003243", "end": "2024-07-27 09:26:46.589450", "rc": 0, "start": "2024-07-27 09:26:46.586207" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.378) 0:00:15.048 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.067) 0:00:15.115 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.038) 0:00:15.154 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 27 July 2024 09:26:46 -0400 (0:00:00.074) 0:00:15.228 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005875", "end": "2024-07-27 09:26:47.151519", "rc": 1, "start": "2024-07-27 09:26:47.145644" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.379) 0:00:15.608 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.061) 0:00:15.670 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.377) 0:00:16.047 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.041) 0:00:16.089 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.069) 0:00:16.158 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.075) 0:00:16.234 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.109) 0:00:16.343 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:26:47 -0400 (0:00:00.045) 0:00:16.388 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:26:48 -0400 (0:00:00.037) 0:00:16.426 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:26:48 -0400 (0:00:00.038) 0:00:16.465 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:26:49 -0400 (0:00:01.669) 0:00:18.134 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:26:51 -0400 (0:00:01.517) 0:00:19.652 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.040) 0:00:19.693 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.037) 0:00:19.730 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.038) 0:00:19.768 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.038) 0:00:19.807 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.045) 0:00:19.853 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.037) 0:00:19.891 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.044) 0:00:19.935 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.078) 0:00:20.013 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.038) 0:00:20.051 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.037) 0:00:20.089 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:26:51 -0400 (0:00:00.043) 0:00:20.132 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:26:52 -0400 (0:00:00.594) 0:00:20.727 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:26:52 -0400 (0:00:00.046) 0:00:20.773 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:26:52 -0400 (0:00:00.037) 0:00:20.811 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:26:52 -0400 (0:00:00.036) 0:00:20.848 ********* 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, 9abd59bf-4a36-4aaa-a653-86fe1bc03e3d TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.561) 0:00:21.410 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.038) 0:00:21.448 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9abd59bf-4a36-4aaa-a653-86fe1bc03e3d" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.040) 0:00:21.488 ********* 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, 9abd59bf-4a36-4aaa-a653-86fe1bc03e3d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9abd59bf-4a36-4aaa-a653-86fe1bc03e3d" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.040) 0:00:21.529 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.037) 0:00:21.567 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.374) 0:00:21.941 ********* 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, 9abd59bf-4a36-4aaa-a653-86fe1bc03e3d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9abd59bf-4a36-4aaa-a653-86fe1bc03e3d" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.040) 0:00:21.982 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.107) 0:00:22.089 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:26:53 -0400 (0:00:00.062) 0:00:22.151 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:26:54 -0400 (0:00:00.378) 0:00:22.530 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 09:26:54 -0400 (0:00:00.042) 0:00:22.573 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:26:54 -0400 (0:00:00.067) 0:00:22.641 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:26:54 -0400 (0:00:00.038) 0:00:22.679 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086812.935625, "block_size": 4096, "blocks": 8, "ctime": 1722086812.9346251, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301244, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722086812.9346251, "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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:26:54 -0400 (0:00:00.377) 0:00:23.057 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:26:54 -0400 (0:00:00.040) 0:00:23.097 ********* ok: [managed_node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021334", "end": "2024-07-27 09:26:55.039559", "rc": 0, "start": "2024-07-27 09:26:55.018225" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.400) 0:00:23.498 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.074) 0:00:23.573 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.040) 0:00:23.614 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.042) 0:00:23.656 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.042) 0:00:23.699 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.041) 0:00:23.740 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.044) 0:00:23.785 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.043) 0:00:23.828 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.040) 0:00:23.868 ********* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.036) 0:00:23.905 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.038) 0:00:23.944 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:26:55 -0400 (0:00:00.074) 0:00:24.018 ********* 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.042214", "end": "2024-07-27 09:26:55.982561", "rc": 1, "start": "2024-07-27 09:26:55.940347" } STDOUT: Connection 'statebr' (9abd59bf-4a36-4aaa-a653-86fe1bc03e3d) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:65 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.421) 0:00:24.440 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.063) 0:00:24.503 ********* ok: [managed_node1] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.067) 0:00:24.571 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.078) 0:00:24.649 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.060) 0:00:24.710 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.058) 0:00:24.769 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002644", "end": "2024-07-27 09:26:56.688489", "rc": 0, "start": "2024-07-27 09:26:56.685845" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.378) 0:00:25.148 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.039) 0:00:25.187 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.039) 0:00:25.227 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.066) 0:00:25.294 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:26:56 -0400 (0:00:00.064) 0:00:25.358 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:26:57 -0400 (0:00:00.071) 0:00:25.430 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:26:57 -0400 (0:00:00.080) 0:00:25.511 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:26:57 -0400 (0:00:00.037) 0:00:25.549 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:26:57 -0400 (0:00:00.038) 0:00:25.587 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:26:58 -0400 (0:00:01.661) 0:00:27.249 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:00 -0400 (0:00:01.513) 0:00:28.762 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.066) 0:00:28.829 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.038) 0:00:28.867 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.037) 0:00:28.905 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.038) 0:00:28.944 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.047) 0:00:28.991 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.037) 0:00:29.028 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.044) 0:00:29.073 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.079) 0:00:29.152 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.037) 0:00:29.190 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.038) 0:00:29.229 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:00 -0400 (0:00:00.045) 0:00:29.275 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:01 -0400 (0:00:00.550) 0:00:29.826 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:01 -0400 (0:00:00.044) 0:00:29.870 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:01 -0400 (0:00:00.038) 0:00:29.909 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:01 -0400 (0:00:00.070) 0:00:29.979 ********* 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, c48b446d-0bc3-460e-976b-c9e7cdec057d TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.607) 0:00:30.587 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.037) 0:00:30.625 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c48b446d-0bc3-460e-976b-c9e7cdec057d" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.041) 0:00:30.666 ********* 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, c48b446d-0bc3-460e-976b-c9e7cdec057d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c48b446d-0bc3-460e-976b-c9e7cdec057d" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.042) 0:00:30.709 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.038) 0:00:30.747 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.376) 0:00:31.123 ********* 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, c48b446d-0bc3-460e-976b-c9e7cdec057d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c48b446d-0bc3-460e-976b-c9e7cdec057d" ] } } TASK [Test] ******************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.042) 0:00:31.166 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.069) 0:00:31.236 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:02 -0400 (0:00:00.078) 0:00:31.315 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:03 -0400 (0:00:00.109) 0:00:31.424 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:03 -0400 (0:00:00.048) 0:00:31.473 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:03 -0400 (0:00:00.038) 0:00:31.511 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:03 -0400 (0:00:00.039) 0:00:31.550 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:04 -0400 (0:00:01.641) 0:00:33.192 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:06 -0400 (0:00:01.531) 0:00:34.724 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.038) 0:00:34.763 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.037) 0:00:34.800 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.036) 0:00:34.837 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.037) 0:00:34.875 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.046) 0:00:34.921 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.037) 0:00:34.958 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.044) 0:00:35.002 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.075) 0:00:35.078 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.036) 0:00:35.114 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.037) 0:00:35.152 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:06 -0400 (0:00:00.043) 0:00:35.195 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:07 -0400 (0:00:00.576) 0:00:35.772 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:07 -0400 (0:00:00.044) 0:00:35.816 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:07 -0400 (0:00:00.038) 0:00:35.855 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:07 -0400 (0:00:00.038) 0:00:35.893 ********* 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, c48b446d-0bc3-460e-976b-c9e7cdec057d skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.539) 0:00:36.433 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.036) 0:00:36.469 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c48b446d-0bc3-460e-976b-c9e7cdec057d skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.039) 0:00:36.509 ********* 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, c48b446d-0bc3-460e-976b-c9e7cdec057d skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c48b446d-0bc3-460e-976b-c9e7cdec057d skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.040) 0:00:36.549 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.036) 0:00:36.586 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.367) 0:00:36.953 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.073) 0:00:37.027 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:27:08 -0400 (0:00:00.061) 0:00:37.088 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086822.066679, "block_size": 4096, "blocks": 0, "ctime": 1722086822.066679, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 63123, "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": 1722086822.066679, "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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 09:27:09 -0400 (0:00:00.383) 0:00:37.472 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 09:27:09 -0400 (0:00:00.041) 0:00:37.513 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:27:09 -0400 (0:00:00.065) 0:00:37.579 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:27:09 -0400 (0:00:00.038) 0:00:37.618 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086822.1222935, "block_size": 4096, "blocks": 8, "ctime": 1722086822.0652957, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301244, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722086822.0652957, "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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:27:09 -0400 (0:00:00.373) 0:00:37.991 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:27:09 -0400 (0:00:00.039) 0:00:38.031 ********* ok: [managed_node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021667", "end": "2024-07-27 09:27:09.972627", "rc": 0, "start": "2024-07-27 09:27:09.950960" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.400) 0:00:38.431 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.042) 0:00:38.473 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.040) 0:00:38.514 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.040) 0:00:38.554 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.041) 0:00:38.596 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.079) 0:00:38.675 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.042) 0:00:38.718 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.043) 0:00:38.761 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.040) 0:00:38.802 ********* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.034) 0:00:38.836 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.039) 0:00:38.876 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.071) 0:00:38.948 ********* 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.066290", "end": "2024-07-27 09:27:10.932100", "rc": 1, "start": "2024-07-27 09:27:10.865810" } STDOUT: Connection 'statebr' (c48b446d-0bc3-460e-976b-c9e7cdec057d) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:83 Saturday 27 July 2024 09:27:10 -0400 (0:00:00.441) 0:00:39.390 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.064) 0:00:39.454 ********* ok: [managed_node1] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.037) 0:00:39.492 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.079) 0:00:39.571 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.059) 0:00:39.631 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.090) 0:00:39.721 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002936", "end": "2024-07-27 09:27:11.638900", "rc": 0, "start": "2024-07-27 09:27:11.635964" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.375) 0:00:40.097 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.040) 0:00:40.137 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.038) 0:00:40.176 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.076) 0:00:40.252 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:11 -0400 (0:00:00.065) 0:00:40.317 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:12 -0400 (0:00:00.074) 0:00:40.392 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:12 -0400 (0:00:00.045) 0:00:40.438 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:12 -0400 (0:00:00.038) 0:00:40.476 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:12 -0400 (0:00:00.038) 0:00:40.515 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:13 -0400 (0:00:01.634) 0:00:42.150 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:15 -0400 (0:00:01.522) 0:00:43.673 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.070) 0:00:43.743 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.037) 0:00:43.780 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.038) 0:00:43.819 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.038) 0:00:43.858 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.046) 0:00:43.904 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.038) 0:00:43.943 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.045) 0:00:43.988 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.077) 0:00:44.066 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.038) 0:00:44.104 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.038) 0:00:44.142 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:15 -0400 (0:00:00.043) 0:00:44.186 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:16 -0400 (0:00:00.550) 0:00:44.737 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:16 -0400 (0:00:00.044) 0:00:44.781 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:16 -0400 (0:00:00.037) 0:00:44.819 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:16 -0400 (0:00:00.037) 0:00:44.857 ********* 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, d17b1559-33b2-4f65-971d-d6b0b428f82a TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.655) 0:00:45.513 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.038) 0:00:45.551 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d17b1559-33b2-4f65-971d-d6b0b428f82a" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.040) 0:00:45.592 ********* 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, d17b1559-33b2-4f65-971d-d6b0b428f82a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d17b1559-33b2-4f65-971d-d6b0b428f82a" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.040) 0:00:45.632 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.038) 0:00:45.670 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.373) 0:00:46.044 ********* 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, d17b1559-33b2-4f65-971d-d6b0b428f82a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d17b1559-33b2-4f65-971d-d6b0b428f82a" ] } } TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.039) 0:00:46.084 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.064) 0:00:46.148 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.073) 0:00:46.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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.046) 0:00:46.268 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.037) 0:00:46.305 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:17 -0400 (0:00:00.071) 0:00:46.377 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:19 -0400 (0:00:01.656) 0:00:48.033 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:21 -0400 (0:00:01.518) 0:00:49.552 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.071) 0:00:49.624 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.039) 0:00:49.663 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.037) 0:00:49.701 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.038) 0:00:49.739 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.046) 0:00:49.785 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.036) 0:00:49.822 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.044) 0:00:49.866 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.077) 0:00:49.944 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.037) 0:00:49.981 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.038) 0:00:50.019 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:21 -0400 (0:00:00.043) 0:00:50.063 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:22 -0400 (0:00:00.544) 0:00:50.607 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:22 -0400 (0:00:00.043) 0:00:50.651 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:22 -0400 (0:00:00.037) 0:00:50.689 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:22 -0400 (0:00:00.076) 0:00:50.766 ********* 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, d17b1559-33b2-4f65-971d-d6b0b428f82a skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:22 -0400 (0:00:00.548) 0:00:51.314 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:22 -0400 (0:00:00.036) 0:00:51.350 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d17b1559-33b2-4f65-971d-d6b0b428f82a skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:22 -0400 (0:00:00.040) 0:00:51.391 ********* 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, d17b1559-33b2-4f65-971d-d6b0b428f82a skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d17b1559-33b2-4f65-971d-d6b0b428f82a skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.040) 0:00:51.432 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.036) 0:00:51.468 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.369) 0:00:51.838 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.068) 0:00:51.906 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.075) 0:00:51.981 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.071) 0:00:52.053 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.078) 0:00:52.131 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.038) 0:00:52.170 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:23 -0400 (0:00:00.037) 0:00:52.208 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:25 -0400 (0:00:01.641) 0:00:53.849 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:27 -0400 (0:00:01.543) 0:00:55.393 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.039) 0:00:55.433 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.038) 0:00:55.472 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.038) 0:00:55.511 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.037) 0:00:55.548 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.046) 0:00:55.595 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.038) 0:00:55.634 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.043) 0:00:55.677 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.079) 0:00:55.756 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.037) 0:00:55.793 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.036) 0:00:55.829 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:27 -0400 (0:00:00.045) 0:00:55.875 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.578) 0:00:56.453 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.044) 0:00:56.498 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.036) 0:00:56.535 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.038) 0:00:56.573 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.582) 0:00:57.155 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.037) 0:00:57.193 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.038) 0:00:57.232 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.039) 0:00:57.272 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:28 -0400 (0:00:00.037) 0:00:57.309 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:27:29 -0400 (0:00:00.368) 0:00:57.677 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 09:27:29 -0400 (0:00:00.074) 0:00:57.752 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:27:29 -0400 (0:00:00.092) 0:00:57.845 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086836.9958556, "block_size": 4096, "blocks": 0, "ctime": 1722086836.9958556, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 63254, "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": 1722086836.9958556, "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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 09:27:29 -0400 (0:00:00.379) 0:00:58.224 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 27 July 2024 09:27:29 -0400 (0:00:00.041) 0:00:58.266 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:27:29 -0400 (0:00:00.066) 0:00:58.332 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:27:29 -0400 (0:00:00.038) 0:00:58.371 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:27:30 -0400 (0:00:00.375) 0:00:58.746 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:27:30 -0400 (0:00:00.044) 0:00:58.790 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021724", "end": "2024-07-27 09:27:30.732636", "rc": 1, "start": "2024-07-27 09:27:30.710912" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:27:30 -0400 (0:00:00.399) 0:00:59.190 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:27:30 -0400 (0:00:00.040) 0:00:59.231 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:27:30 -0400 (0:00:00.038) 0:00:59.270 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:27:30 -0400 (0:00:00.039) 0:00:59.310 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:27:30 -0400 (0:00:00.069) 0:00:59.380 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.038) 0:00:59.418 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.042) 0:00:59.461 ********* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.035) 0:00:59.496 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.037) 0:00:59.534 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.069) 0:00:59.604 ********* 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.074870", "end": "2024-07-27 09:27:31.595201", "rc": 1, "start": "2024-07-27 09:27:31.520331" } STDOUT: Connection 'statebr' (d17b1559-33b2-4f65-971d-d6b0b428f82a) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:102 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.449) 0:01:00.053 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.065) 0:01:00.119 ********* ok: [managed_node1] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.040) 0:01:00.159 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.080) 0:01:00.240 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.059) 0:01:00.299 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:27:31 -0400 (0:00:00.086) 0:01:00.386 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003521", "end": "2024-07-27 09:27:32.308087", "rc": 0, "start": "2024-07-27 09:27:32.304566" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.379) 0:01:00.766 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.039) 0:01:00.805 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.038) 0:01:00.843 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.076) 0:01:00.920 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.063) 0:01:00.983 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.070) 0:01:01.054 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.045) 0:01:01.100 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.036) 0:01:01.136 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:32 -0400 (0:00:00.036) 0:01:01.172 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:34 -0400 (0:00:01.673) 0:01:02.846 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:35 -0400 (0:00:01.530) 0:01:04.377 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.040) 0:01:04.417 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.066) 0:01:04.484 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.037) 0:01:04.521 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.038) 0:01:04.560 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.046) 0:01:04.607 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.037) 0:01:04.644 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.046) 0:01:04.691 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.080) 0:01:04.771 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.037) 0:01:04.808 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.038) 0:01:04.847 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:36 -0400 (0:00:00.045) 0:01:04.892 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.551) 0:01:05.444 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.044) 0:01:05.488 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.037) 0:01:05.526 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.037) 0:01:05.564 ********* 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, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.638) 0:01:06.202 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.038) 0:01:06.240 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.039) 0:01:06.280 ********* 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, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.042) 0:01:06.322 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:37 -0400 (0:00:00.038) 0:01:06.360 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:27:38 -0400 (0:00:00.379) 0:01:06.740 ********* 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, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1" ] } } TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:27:38 -0400 (0:00:00.040) 0:01:06.780 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:38 -0400 (0:00:00.062) 0:01:06.842 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:38 -0400 (0:00:00.072) 0:01:06.915 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:38 -0400 (0:00:00.045) 0:01:06.961 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:38 -0400 (0:00:00.037) 0:01:06.999 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:38 -0400 (0:00:00.072) 0:01:07.072 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:40 -0400 (0:00:01.665) 0:01:08.737 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:41 -0400 (0:00:01.514) 0:01:10.252 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:41 -0400 (0:00:00.065) 0:01:10.317 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:41 -0400 (0:00:00.036) 0:01:10.354 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.038) 0:01:10.392 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.037) 0:01:10.430 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.045) 0:01:10.475 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.038) 0:01:10.513 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.044) 0:01:10.558 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.075) 0:01:10.633 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.037) 0:01:10.671 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.037) 0:01:10.709 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.042) 0:01:10.752 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.551) 0:01:11.303 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.044) 0:01:11.347 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:42 -0400 (0:00:00.037) 0:01:11.385 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:43 -0400 (0:00:00.036) 0:01:11.422 ********* 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, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:43 -0400 (0:00:00.589) 0:01:12.011 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:43 -0400 (0:00:00.037) 0:01:12.049 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:43 -0400 (0:00:00.040) 0:01:12.089 ********* 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, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 33975c7e-f0cd-41a5-a4eb-27f4c8d3ccd1 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:43 -0400 (0:00:00.039) 0:01:12.129 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:43 -0400 (0:00:00.038) 0:01:12.167 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 27 July 2024 09:27:44 -0400 (0:00:00.371) 0:01:12.538 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:44 -0400 (0:00:00.062) 0:01:12.600 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:44 -0400 (0:00:00.072) 0:01:12.673 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:44 -0400 (0:00:00.046) 0:01:12.720 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:44 -0400 (0:00:00.037) 0:01:12.758 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:44 -0400 (0:00:00.036) 0:01:12.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 : Check which packages are installed] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:46 -0400 (0:00:01.691) 0:01:14.485 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:47 -0400 (0:00:01.534) 0:01:16.020 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.037) 0:01:16.058 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.037) 0:01:16.095 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.037) 0:01:16.133 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.036) 0:01:16.169 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.045) 0:01:16.215 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.037) 0:01:16.252 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.042) 0:01:16.294 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:47 -0400 (0:00:00.078) 0:01:16.373 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:48 -0400 (0:00:00.037) 0:01:16.411 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:48 -0400 (0:00:00.036) 0:01:16.448 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:48 -0400 (0:00:00.043) 0:01:16.492 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:48 -0400 (0:00:00.550) 0:01:17.042 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:48 -0400 (0:00:00.044) 0:01:17.086 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:48 -0400 (0:00:00.036) 0:01:17.123 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:48 -0400 (0:00:00.069) 0:01:17.192 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:49 -0400 (0:00:00.575) 0:01:17.768 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:49 -0400 (0:00:00.037) 0:01:17.806 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:49 -0400 (0:00:00.038) 0:01:17.845 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:49 -0400 (0:00:00.040) 0:01:17.885 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:49 -0400 (0:00:00.037) 0:01:17.923 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:27:49 -0400 (0:00:00.372) 0:01:18.295 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 27 July 2024 09:27:49 -0400 (0:00:00.070) 0:01:18.366 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:27:50 -0400 (0:00:00.074) 0:01:18.440 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:27:50 -0400 (0:00:00.103) 0:01:18.544 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:27:50 -0400 (0:00:00.045) 0:01:18.589 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:27:50 -0400 (0:00:00.038) 0:01:18.627 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:27:50 -0400 (0:00:00.038) 0:01:18.666 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:27:51 -0400 (0:00:01.678) 0:01:20.344 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:27:53 -0400 (0:00:01.535) 0:01:21.880 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.039) 0:01:21.919 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.036) 0:01:21.955 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.037) 0:01:21.992 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.037) 0:01:22.030 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.044) 0:01:22.074 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.037) 0:01:22.111 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.043) 0:01:22.155 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.075) 0:01:22.230 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.037) 0:01:22.268 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.037) 0:01:22.305 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:27:53 -0400 (0:00:00.042) 0:01:22.347 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:27:54 -0400 (0:00:00.546) 0:01:22.893 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:27:54 -0400 (0:00:00.080) 0:01:22.973 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:27:54 -0400 (0:00:00.037) 0:01:23.011 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:27:54 -0400 (0:00:00.036) 0:01:23.048 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.624) 0:01:23.672 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.036) 0:01:23.708 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.040) 0:01:23.749 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.040) 0:01:23.790 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.036) 0:01:23.826 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.370) 0:01:24.197 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.068) 0:01:24.266 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:27:55 -0400 (0:00:00.066) 0:01:24.332 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.069) 0:01:24.402 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.371) 0:01:24.774 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.036) 0:01:24.810 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021164", "end": "2024-07-27 09:27:56.752043", "rc": 1, "start": "2024-07-27 09:27:56.730879" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.399) 0:01:25.210 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.039) 0:01:25.250 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.038) 0:01:25.288 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.039) 0:01:25.327 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:27:56 -0400 (0:00:00.039) 0:01:25.367 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.038) 0:01:25.406 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.042) 0:01:25.448 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.074) 0:01:25.523 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.092) 0:01:25.615 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.377) 0:01:25.993 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.043) 0:01:26.036 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.038) 0:01:26.075 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:27:57 -0400 (0:00:00.072) 0:01:26.148 ********* 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.041893", "end": "2024-07-27 09:27:58.104285", "rc": 1, "start": "2024-07-27 09:27:58.062392" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:124 Saturday 27 July 2024 09:27:58 -0400 (0:00:00.414) 0:01:26.562 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:27:58 -0400 (0:00:00.063) 0:01:26.625 ********* ok: [managed_node1] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:27:58 -0400 (0:00:00.039) 0:01:26.665 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:27:58 -0400 (0:00:00.080) 0:01:26.745 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:27:58 -0400 (0:00:00.060) 0:01:26.805 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:27:58 -0400 (0:00:00.086) 0:01:26.892 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004100", "end": "2024-07-27 09:27:59.811685", "rc": 0, "start": "2024-07-27 09:27:58.807585" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:27:59 -0400 (0:00:01.377) 0:01:28.270 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:27:59 -0400 (0:00:00.039) 0:01:28.310 ********* ok: [managed_node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:27:59 -0400 (0:00:00.038) 0:01:28.348 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:28:00 -0400 (0:00:00.077) 0:01:28.426 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:28:00 -0400 (0:00:00.063) 0:01:28.489 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:28:00 -0400 (0:00:00.073) 0:01:28.563 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:28:00 -0400 (0:00:00.046) 0:01:28.609 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:28:00 -0400 (0:00:00.071) 0:01:28.681 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:28:00 -0400 (0:00:00.038) 0:01:28.719 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:28:02 -0400 (0:00:01.676) 0:01:30.396 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:28:03 -0400 (0:00:01.544) 0:01:31.941 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.039) 0:01:31.980 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.037) 0:01:32.017 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.038) 0:01:32.056 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.038) 0:01:32.094 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.045) 0:01:32.140 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.038) 0:01:32.178 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.043) 0:01:32.222 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.076) 0:01:32.298 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.036) 0:01:32.335 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:28:03 -0400 (0:00:00.036) 0:01:32.372 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:28:04 -0400 (0:00:00.043) 0:01:32.415 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:28:04 -0400 (0:00:00.544) 0:01:32.959 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:28:04 -0400 (0:00:00.043) 0:01:33.003 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:28:04 -0400 (0:00:00.073) 0:01:33.076 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:28:04 -0400 (0:00:00.037) 0:01:33.113 ********* 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, e83094b8-1b65-410d-867a-a949c155f448 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.605) 0:01:33.718 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.036) 0:01:33.755 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e83094b8-1b65-410d-867a-a949c155f448" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.039) 0:01:33.794 ********* 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, e83094b8-1b65-410d-867a-a949c155f448\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e83094b8-1b65-410d-867a-a949c155f448" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.039) 0:01:33.834 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.036) 0:01:33.870 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.370) 0:01:34.241 ********* 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, e83094b8-1b65-410d-867a-a949c155f448\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e83094b8-1b65-410d-867a-a949c155f448" ] } } TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.039) 0:01:34.280 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:28:05 -0400 (0:00:00.062) 0:01:34.343 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:28:06 -0400 (0:00:00.072) 0:01:34.415 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:28:06 -0400 (0:00:00.074) 0:01:34.490 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:28:06 -0400 (0:00:00.037) 0:01:34.528 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:28:06 -0400 (0:00:00.037) 0:01:34.566 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:28:07 -0400 (0:00:01.647) 0:01:36.213 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:28:09 -0400 (0:00:01.537) 0:01:37.751 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.039) 0:01:37.790 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.038) 0:01:37.828 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.037) 0:01:37.866 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.038) 0:01:37.904 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.046) 0:01:37.951 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.037) 0:01:37.988 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.047) 0:01:38.036 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.078) 0:01:38.114 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.037) 0:01:38.152 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.036) 0:01:38.189 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:28:09 -0400 (0:00:00.043) 0:01:38.232 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:28:10 -0400 (0:00:00.548) 0:01:38.781 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:28:10 -0400 (0:00:00.043) 0:01:38.825 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:28:10 -0400 (0:00:00.068) 0:01:38.894 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:28:10 -0400 (0:00:00.037) 0:01:38.932 ********* 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, e83094b8-1b65-410d-867a-a949c155f448 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.553) 0:01:39.486 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.038) 0:01:39.524 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e83094b8-1b65-410d-867a-a949c155f448 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.041) 0:01:39.566 ********* 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, e83094b8-1b65-410d-867a-a949c155f448 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e83094b8-1b65-410d-867a-a949c155f448 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.041) 0:01:39.607 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.037) 0:01:39.645 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.366) 0:01:40.011 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.063) 0:01:40.075 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.073) 0:01:40.148 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.046) 0:01:40.194 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.067) 0:01:40.262 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:28:11 -0400 (0:00:00.038) 0:01:40.301 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:28:13 -0400 (0:00:01.634) 0:01:41.935 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:28:15 -0400 (0:00:01.533) 0:01:43.469 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.039) 0:01:43.509 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.037) 0:01:43.546 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.038) 0:01:43.584 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.038) 0:01:43.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 YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.045) 0:01:43.668 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.038) 0:01:43.707 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.044) 0:01:43.751 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.077) 0:01:43.829 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.038) 0:01:43.868 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.038) 0:01:43.906 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:28:15 -0400 (0:00:00.043) 0:01:43.949 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:28:16 -0400 (0:00:00.549) 0:01:44.499 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:28:16 -0400 (0:00:00.043) 0:01:44.543 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:28:16 -0400 (0:00:00.075) 0:01:44.618 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:28:16 -0400 (0:00:00.037) 0:01:44.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: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:28:16 -0400 (0:00:00.634) 0:01:45.290 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:28:16 -0400 (0:00:00.037) 0:01:45.328 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:28:16 -0400 (0:00:00.041) 0:01:45.369 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.042) 0:01:45.412 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.038) 0:01:45.451 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.373) 0:01:45.824 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.068) 0:01:45.892 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.063) 0:01:45.956 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.102) 0:01:46.058 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.046) 0:01:46.105 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.036) 0:01:46.142 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:28:17 -0400 (0:00:00.037) 0:01:46.180 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:28:19 -0400 (0:00:01.648) 0:01:47.828 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:28:20 -0400 (0:00:01.540) 0:01:49.369 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.039) 0:01:49.409 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.037) 0:01:49.446 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.037) 0:01:49.484 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.038) 0:01:49.523 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.047) 0:01:49.570 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.037) 0:01:49.608 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.044) 0:01:49.652 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.077) 0:01:49.730 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.037) 0:01:49.767 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.037) 0:01:49.805 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:28:21 -0400 (0:00:00.044) 0:01:49.850 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.581) 0:01:50.431 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.044) 0:01:50.475 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.037) 0:01:50.513 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.037) 0:01:50.551 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.563) 0:01:51.115 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.036) 0:01:51.152 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.040) 0:01:51.192 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.041) 0:01:51.233 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:28:22 -0400 (0:00:00.037) 0:01:51.270 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:28:23 -0400 (0:00:00.370) 0:01:51.640 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 27 July 2024 09:28:23 -0400 (0:00:00.076) 0:01:51.717 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:28:23 -0400 (0:00:00.096) 0:01:51.814 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:28:23 -0400 (0:00:00.037) 0:01:51.851 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:28:23 -0400 (0:00:00.372) 0:01:52.224 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:28:23 -0400 (0:00:00.036) 0:01:52.260 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020780", "end": "2024-07-27 09:28:24.196680", "rc": 1, "start": "2024-07-27 09:28:24.175900" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:28:24 -0400 (0:00:00.394) 0:01:52.654 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:28:24 -0400 (0:00:00.039) 0:01:52.694 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:28:24 -0400 (0:00:00.038) 0:01:52.733 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:28:24 -0400 (0:00:00.040) 0:01:52.773 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:28:24 -0400 (0:00:00.040) 0:01:52.813 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 27 July 2024 09:28:24 -0400 (0:00:00.039) 0:01:52.853 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 27 July 2024 09:28:24 -0400 (0:00:00.043) 0:01:52.896 ********* [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.945746", "end": "2024-07-27 09:28:25.759618", "rc": 0, "start": "2024-07-27 09:28:24.813872" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 27 July 2024 09:28:25 -0400 (0:00:01.321) 0:01:54.218 ********* ok: [managed_node1] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 27 July 2024 09:28:25 -0400 (0:00:00.039) 0:01:54.257 ********* ok: [managed_node1] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:28:25 -0400 (0:00:00.038) 0:01:54.296 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:28:25 -0400 (0:00:00.076) 0:01:54.372 ********* included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:28:26 -0400 (0:00:00.062) 0:01:54.435 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:28:26 -0400 (0:00:00.376) 0:01:54.811 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:28:26 -0400 (0:00:00.042) 0:01:54.854 ********* 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:28:26 -0400 (0:00:00.039) 0:01:54.893 ********* included: /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node1 included: /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:28:26 -0400 (0:00:00.080) 0:01:54.974 ********* 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.042153", "end": "2024-07-27 09:28:26.938323", "rc": 1, "start": "2024-07-27 09:28:26.896170" } 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 27 July 2024 09:28:27 -0400 (0:00:00.452) 0:01:55.426 ********* 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.008804", "end": "2024-07-27 09:28:27.351749", "rc": 0, "start": "2024-07-27 09:28:27.342945" } 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 02:7c:a6:af:94:c7 brd ff:ff:ff:ff:ff:ff inet 10.31.46.202/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3138sec preferred_lft 3138sec inet6 fe80::7c:a6ff:feaf:94c7/64 scope link valid_lft forever preferred_lft forever 139: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 7e:2e:6f:3d:98:a3 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.202 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.202 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown 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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 27 July 2024 09:28:27 -0400 (0:00:00.385) 0:01:55.811 ********* 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.090397", "end": "2024-07-27 09:28:27.829424", "rc": 0, "start": "2024-07-27 09:28:27.739027" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 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:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.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:fed6 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 STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 12708 0 --:--:-- --:--:-- --:--:-- 12708 % 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 6928 0 --:--:-- --:--:-- --:--:-- 6928 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 27 July 2024 09:28:27 -0400 (0:00:00.456) 0:01:56.268 ********* =============================================================================== fedora.linux_system_roles.network : Check which packages are installed --- 1.75s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.74s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.69s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.68s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.68s /tmp/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/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/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.66s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.66s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.65s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.65s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.64s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.64s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.63s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.63s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/tmp.WeeKVjpLsV/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26