ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:6 Saturday 18 January 2025 09:05:45 -0500 (0:00:00.021) 0:00:00.021 ****** ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:9 Saturday 18 January 2025 09:05:46 -0500 (0:00:01.067) 0:00:01.088 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 18 January 2025 09:05:46 -0500 (0:00:00.044) 0:00:01.133 ****** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 18 January 2025 09:05:47 -0500 (0:00:00.506) 0:00:01.639 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 18 January 2025 09:05:48 -0500 (0:00:00.610) 0:00:02.250 ****** ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 18 January 2025 09:05:48 -0500 (0:00:00.061) 0:00:02.311 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 18 January 2025 09:05:48 -0500 (0:00:00.055) 0:00:02.367 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 18 January 2025 09:05:48 -0500 (0:00:00.089) 0:00:02.456 ****** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Saturday 18 January 2025 09:05:48 -0500 (0:00:00.554) 0:00:03.011 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Saturday 18 January 2025 09:05:48 -0500 (0:00:00.017) 0:00:03.029 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Saturday 18 January 2025 09:05:48 -0500 (0:00:00.019) 0:00:03.048 ****** [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.251199", "end": "2025-01-18 09:05:49.352484", "rc": 0, "start": "2025-01-18 09:05:49.101285" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Saturday 18 January 2025 09:05:49 -0500 (0:00:00.667) 0:00:03.715 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:11 Saturday 18 January 2025 09:05:49 -0500 (0:00:00.063) 0:00:03.779 ****** ok: [managed-node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:3 Saturday 18 January 2025 09:05:49 -0500 (0:00:00.056) 0:00:03.836 ****** ok: [managed-node1] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:11 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.730) 0:00:04.566 ****** ok: [managed-node1] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:22 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.018) 0:00:04.585 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can create a profile] ******************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.040) 0:00:04.626 ****** ok: [managed-node1] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.024) 0:00:04.651 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.080) 0:00:04.731 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.023) 0:00:04.755 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.023) 0:00:04.778 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003259", "end": "2025-01-18 09:05:50.845558", "rc": 0, "start": "2025-01-18 09:05:50.842299" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.378) 0:00:05.157 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:05:50 -0500 (0:00:00.034) 0:00:05.192 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:05:51 -0500 (0:00:00.079) 0:00:05.271 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 18 January 2025 09:05:51 -0500 (0:00:00.083) 0:00:05.355 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.008201", "end": "2025-01-18 09:05:51.480861", "rc": 1, "start": "2025-01-18 09:05:51.472660" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:05:51 -0500 (0:00:00.425) 0:00:05.780 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:05:51 -0500 (0:00:00.027) 0:00:05.808 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:05:51 -0500 (0:00:00.364) 0:00:06.173 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:05:51 -0500 (0:00:00.020) 0:00:06.194 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:05:51 -0500 (0:00:00.029) 0:00:06.223 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:05:52 -0500 (0:00:00.120) 0:00:06.343 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:05:52 -0500 (0:00:00.058) 0:00:06.402 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:05:52 -0500 (0:00:00.030) 0:00:06.432 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:05:52 -0500 (0:00:00.025) 0:00:06.458 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:05:52 -0500 (0:00:00.029) 0:00:06.487 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:05:54 -0500 (0:00:01.938) 0:00:08.425 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:05:56 -0500 (0:00:01.913) 0:00:10.339 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.087) 0:00:10.426 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.071) 0:00:10.498 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.044) 0:00:10.543 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.054) 0:00:10.598 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.086) 0:00:10.684 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.081) 0:00:10.765 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.075) 0:00:10.841 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.094) 0:00:10.935 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.035) 0:00:10.971 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.035) 0:00:11.006 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:05:56 -0500 (0:00:00.040) 0:00:11.047 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:05:57 -0500 (0:00:00.925) 0:00:11.973 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:05:57 -0500 (0:00:00.065) 0:00:12.038 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:05:57 -0500 (0:00:00.082) 0:00:12.120 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:05:57 -0500 (0:00:00.090) 0:00:12.211 ****** 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, ff644d83-7354-4b0e-826f-4789a8174b03 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:05:59 -0500 (0:00:01.205) 0:00:13.416 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:05:59 -0500 (0:00:00.070) 0:00:13.487 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ff644d83-7354-4b0e-826f-4789a8174b03" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:05:59 -0500 (0:00:00.100) 0:00:13.588 ****** 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, ff644d83-7354-4b0e-826f-4789a8174b03\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ff644d83-7354-4b0e-826f-4789a8174b03" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:05:59 -0500 (0:00:00.068) 0:00:13.656 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:05:59 -0500 (0:00:00.058) 0:00:13.715 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:06:00 -0500 (0:00:00.538) 0:00:14.253 ****** 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, ff644d83-7354-4b0e-826f-4789a8174b03\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, ff644d83-7354-4b0e-826f-4789a8174b03" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:06:00 -0500 (0:00:00.056) 0:00:14.309 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 January 2025 09:06:00 -0500 (0:00:00.081) 0:00:14.390 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:06:00 -0500 (0:00:00.105) 0:00:14.496 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:06:00 -0500 (0:00:00.055) 0:00:14.551 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737209159.0515187, "block_size": 4096, "blocks": 8, "ctime": 1737209159.0025184, "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": 1737209159.0025184, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:06:00 -0500 (0:00:00.467) 0:00:15.018 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:06:00 -0500 (0:00:00.045) 0:00:15.064 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019196", "end": "2025-01-18 09:06:01.153814", "rc": 0, "start": "2025-01-18 09:06:01.134618" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.407) 0:00:15.472 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.063) 0:00:15.535 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.038) 0:00:15.573 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.044) 0:00:15.618 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.053) 0:00:15.671 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.059) 0:00:15.730 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.060) 0:00:15.791 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.060) 0:00:15.852 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.059) 0:00:15.911 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 18 January 2025 09:06:01 -0500 (0:00:00.094) 0:00:16.006 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:06:02 -0500 (0:00:00.250) 0:00:16.256 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737209159.0047374, "block_size": 4096, "blocks": 0, "ctime": 1737209159.0047374, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35747, "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": 1737209159.0047374, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 18 January 2025 09:06:02 -0500 (0:00:00.458) 0:00:16.714 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:06:02 -0500 (0:00:00.074) 0:00:16.789 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:06:02 -0500 (0:00:00.046) 0:00:16.835 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:06:02 -0500 (0:00:00.086) 0:00:16.922 ****** 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.056338", "end": "2025-01-18 09:06:03.043881", "rc": 1, "start": "2025-01-18 09:06:02.987543" } STDOUT: Connection 'statebr' (ff644d83-7354-4b0e-826f-4789a8174b03) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:45 Saturday 18 January 2025 09:06:03 -0500 (0:00:00.516) 0:00:17.438 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can create a profile without autoconnect] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:06:03 -0500 (0:00:00.097) 0:00:17.536 ****** ok: [managed-node1] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:06:03 -0500 (0:00:00.081) 0:00:17.618 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:06:03 -0500 (0:00:00.115) 0:00:17.733 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:06:03 -0500 (0:00:00.144) 0:00:17.877 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:06:03 -0500 (0:00:00.146) 0:00:18.023 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003487", "end": "2025-01-18 09:06:04.106118", "rc": 0, "start": "2025-01-18 09:06:04.102631" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:06:04 -0500 (0:00:00.422) 0:00:18.446 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:06:04 -0500 (0:00:00.064) 0:00:18.511 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:06:04 -0500 (0:00:00.059) 0:00:18.570 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 18 January 2025 09:06:04 -0500 (0:00:00.106) 0:00:18.676 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006646", "end": "2025-01-18 09:06:04.781831", "rc": 1, "start": "2025-01-18 09:06:04.775185" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:06:04 -0500 (0:00:00.422) 0:00:19.099 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:06:04 -0500 (0:00:00.059) 0:00:19.158 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.410) 0:00:19.568 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.056) 0:00:19.625 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.092) 0:00:19.718 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.109) 0:00:19.827 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.069) 0:00:19.896 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.046) 0:00:19.943 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.036) 0:00:19.979 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:06:05 -0500 (0:00:00.034) 0:00:20.013 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:06:07 -0500 (0:00:01.784) 0:00:21.798 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:06:09 -0500 (0:00:01.628) 0:00:23.426 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.056) 0:00:23.483 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.057) 0:00:23.540 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.043) 0:00:23.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/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.042) 0:00:23.626 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.043) 0:00:23.670 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.038) 0:00:23.708 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.053) 0:00:23.762 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.117) 0:00:23.880 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.106) 0:00:23.986 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.064) 0:00:24.051 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:06:09 -0500 (0:00:00.083) 0:00:24.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 : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:06:10 -0500 (0:00:00.686) 0:00:24.820 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:06:10 -0500 (0:00:00.113) 0:00:24.933 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:06:10 -0500 (0:00:00.063) 0:00:24.997 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:06:10 -0500 (0:00:00.069) 0:00:25.067 ****** 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, d35a436e-2b42-42f8-b76a-39c0b795d892 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:06:11 -0500 (0:00:00.634) 0:00:25.701 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:06:11 -0500 (0:00:00.059) 0:00:25.761 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d35a436e-2b42-42f8-b76a-39c0b795d892" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:06:11 -0500 (0:00:00.062) 0:00:25.824 ****** 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, d35a436e-2b42-42f8-b76a-39c0b795d892\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d35a436e-2b42-42f8-b76a-39c0b795d892" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:06:11 -0500 (0:00:00.060) 0:00:25.885 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:06:11 -0500 (0:00:00.046) 0:00:25.932 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.370) 0:00:26.303 ****** 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, d35a436e-2b42-42f8-b76a-39c0b795d892\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d35a436e-2b42-42f8-b76a-39c0b795d892" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.038) 0:00:26.341 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.093) 0:00:26.435 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.103) 0:00:26.538 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.399) 0:00:26.937 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.043) 0:00:26.981 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.063) 0:00:27.044 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:06:12 -0500 (0:00:00.036) 0:00:27.080 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737209171.348586, "block_size": 4096, "blocks": 8, "ctime": 1737209171.348586, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301236, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1737209171.348586, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.386) 0:00:27.467 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.058) 0:00:27.525 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017601", "end": "2025-01-18 09:06:13.629200", "rc": 0, "start": "2025-01-18 09:06:13.611599" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.423) 0:00:27.949 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.039) 0:00:27.988 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.040) 0:00:28.028 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.073) 0:00:28.101 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.053) 0:00:28.155 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 January 2025 09:06:13 -0500 (0:00:00.061) 0:00:28.216 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.064) 0:00:28.280 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.060) 0:00:28.341 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.061) 0:00:28.402 ****** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.056) 0:00:28.459 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.067) 0:00:28.527 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.117) 0:00:28.644 ****** 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.038582", "end": "2025-01-18 09:06:14.786234", "rc": 1, "start": "2025-01-18 09:06:14.747652" } STDOUT: Connection 'statebr' (d35a436e-2b42-42f8-b76a-39c0b795d892) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:65 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.494) 0:00:29.138 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can activate an existing profile] ******************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:06:14 -0500 (0:00:00.109) 0:00:29.248 ****** ok: [managed-node1] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:06:15 -0500 (0:00:00.065) 0:00:29.314 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:06:15 -0500 (0:00:00.107) 0:00:29.421 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:06:15 -0500 (0:00:00.141) 0:00:29.562 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:06:15 -0500 (0:00:00.105) 0:00:29.667 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003486", "end": "2025-01-18 09:06:15.996306", "rc": 0, "start": "2025-01-18 09:06:15.992820" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.647) 0:00:30.315 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.039) 0:00:30.354 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.036) 0:00:30.391 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.064) 0:00:30.455 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.068) 0:00:30.523 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.131) 0:00:30.655 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.100) 0:00:30.755 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.057) 0:00:30.813 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:06:16 -0500 (0:00:00.066) 0:00:30.879 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:06:18 -0500 (0:00:01.778) 0:00:32.658 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:06:19 -0500 (0:00:01.521) 0:00:34.179 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:06:19 -0500 (0:00:00.037) 0:00:34.216 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.035) 0:00:34.252 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.035) 0:00:34.288 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.035) 0:00:34.324 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.075) 0:00:34.399 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.036) 0:00:34.436 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.040) 0:00:34.476 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.078) 0:00:34.554 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.042) 0:00:34.597 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.059) 0:00:34.657 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:06:20 -0500 (0:00:00.054) 0:00:34.711 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:06:21 -0500 (0:00:00.561) 0:00:35.273 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:06:21 -0500 (0:00:00.050) 0:00:35.323 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:06:21 -0500 (0:00:00.044) 0:00:35.368 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:06:21 -0500 (0:00:00.055) 0:00:35.424 ****** 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, db5caf8a-3ad1-4426-b523-b9a59d3023ea TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:06:21 -0500 (0:00:00.726) 0:00:36.151 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:06:21 -0500 (0:00:00.068) 0:00:36.219 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, db5caf8a-3ad1-4426-b523-b9a59d3023ea" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:06:22 -0500 (0:00:00.118) 0:00:36.337 ****** 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, db5caf8a-3ad1-4426-b523-b9a59d3023ea\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, db5caf8a-3ad1-4426-b523-b9a59d3023ea" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:06:22 -0500 (0:00:00.074) 0:00:36.412 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:06:22 -0500 (0:00:00.070) 0:00:36.482 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:06:22 -0500 (0:00:00.505) 0:00:36.988 ****** 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, db5caf8a-3ad1-4426-b523-b9a59d3023ea\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, db5caf8a-3ad1-4426-b523-b9a59d3023ea" ] } } TASK [Test] ******************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:06:22 -0500 (0:00:00.076) 0:00:37.064 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:06:22 -0500 (0:00:00.170) 0:00:37.235 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:06:23 -0500 (0:00:00.100) 0:00:37.335 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:06:23 -0500 (0:00:00.099) 0:00:37.434 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:06:23 -0500 (0:00:00.053) 0:00:37.488 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:06:23 -0500 (0:00:00.036) 0:00:37.524 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:06:23 -0500 (0:00:00.036) 0:00:37.560 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:06:25 -0500 (0:00:01.768) 0:00:39.329 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:06:26 -0500 (0:00:01.591) 0:00:40.921 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:06:26 -0500 (0:00:00.038) 0:00:40.959 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:06:26 -0500 (0:00:00.035) 0:00:40.995 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:06:26 -0500 (0:00:00.036) 0:00:41.032 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:06:26 -0500 (0:00:00.040) 0:00:41.072 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:06:26 -0500 (0:00:00.067) 0:00:41.139 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:06:27 -0500 (0:00:00.128) 0:00:41.268 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:06:27 -0500 (0:00:00.162) 0:00:41.430 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:06:27 -0500 (0:00:00.109) 0:00:41.540 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:06:27 -0500 (0:00:00.065) 0:00:41.605 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:06:27 -0500 (0:00:00.075) 0:00:41.680 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:06:27 -0500 (0:00:00.073) 0:00:41.754 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:06:28 -0500 (0:00:00.650) 0:00:42.405 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:06:28 -0500 (0:00:00.109) 0:00:42.514 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:06:28 -0500 (0:00:00.084) 0:00:42.599 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:06:28 -0500 (0:00:00.087) 0:00:42.686 ****** 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, db5caf8a-3ad1-4426-b523-b9a59d3023ea skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:06:29 -0500 (0:00:00.793) 0:00:43.479 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:06:29 -0500 (0:00:00.074) 0:00:43.554 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, db5caf8a-3ad1-4426-b523-b9a59d3023ea skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:06:29 -0500 (0:00:00.081) 0:00:43.636 ****** 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, db5caf8a-3ad1-4426-b523-b9a59d3023ea skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, db5caf8a-3ad1-4426-b523-b9a59d3023ea skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:06:29 -0500 (0:00:00.058) 0:00:43.694 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:06:29 -0500 (0:00:00.099) 0:00:43.793 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:06:29 -0500 (0:00:00.432) 0:00:44.226 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 18 January 2025 09:06:30 -0500 (0:00:00.110) 0:00:44.336 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:06:30 -0500 (0:00:00.065) 0:00:44.402 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737209181.721824, "block_size": 4096, "blocks": 0, "ctime": 1737209181.721824, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35878, "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": 1737209181.721824, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 18 January 2025 09:06:30 -0500 (0:00:00.398) 0:00:44.801 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 January 2025 09:06:30 -0500 (0:00:00.066) 0:00:44.867 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:06:30 -0500 (0:00:00.088) 0:00:44.955 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:06:30 -0500 (0:00:00.041) 0:00:44.997 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737209181.7706432, "block_size": 4096, "blocks": 8, "ctime": 1737209181.720643, "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": 1737209181.720643, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.394) 0:00:45.391 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.052) 0:00:45.444 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018371", "end": "2025-01-18 09:06:31.547456", "rc": 0, "start": "2025-01-18 09:06:31.529085" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.458) 0:00:45.902 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.052) 0:00:45.955 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.050) 0:00:46.005 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.045) 0:00:46.051 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.043) 0:00:46.094 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.040) 0:00:46.135 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.039) 0:00:46.175 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 January 2025 09:06:31 -0500 (0:00:00.040) 0:00:46.216 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.038) 0:00:46.254 ****** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.033) 0:00:46.288 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.046) 0:00:46.335 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.068) 0:00:46.403 ****** 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.067984", "end": "2025-01-18 09:06:32.549898", "rc": 1, "start": "2025-01-18 09:06:32.481914" } STDOUT: Connection 'statebr' (db5caf8a-3ad1-4426-b523-b9a59d3023ea) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:83 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.465) 0:00:46.869 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.098) 0:00:46.967 ****** ok: [managed-node1] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.038) 0:00:47.006 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.081) 0:00:47.088 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:06:32 -0500 (0:00:00.111) 0:00:47.199 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:06:33 -0500 (0:00:00.135) 0:00:47.335 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003231", "end": "2025-01-18 09:06:33.594061", "rc": 0, "start": "2025-01-18 09:06:33.590830" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:06:33 -0500 (0:00:00.615) 0:00:47.951 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:06:33 -0500 (0:00:00.071) 0:00:48.023 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:06:33 -0500 (0:00:00.065) 0:00:48.088 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:06:34 -0500 (0:00:00.172) 0:00:48.261 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:06:34 -0500 (0:00:00.124) 0:00:48.385 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:06:34 -0500 (0:00:00.168) 0:00:48.554 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:06:34 -0500 (0:00:00.049) 0:00:48.603 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:06:34 -0500 (0:00:00.036) 0:00:48.640 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:06:34 -0500 (0:00:00.037) 0:00:48.677 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:06:36 -0500 (0:00:01.763) 0:00:50.441 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:06:37 -0500 (0:00:01.532) 0:00:51.973 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:06:37 -0500 (0:00:00.039) 0:00:52.013 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:06:37 -0500 (0:00:00.036) 0:00:52.049 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:06:37 -0500 (0:00:00.036) 0:00:52.085 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:06:37 -0500 (0:00:00.035) 0:00:52.121 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:06:37 -0500 (0:00:00.042) 0:00:52.163 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:06:37 -0500 (0:00:00.035) 0:00:52.199 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:06:37 -0500 (0:00:00.041) 0:00:52.241 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:06:38 -0500 (0:00:00.073) 0:00:52.314 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:06:38 -0500 (0:00:00.039) 0:00:52.353 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:06:38 -0500 (0:00:00.042) 0:00:52.396 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:06:38 -0500 (0:00:00.060) 0:00:52.457 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:06:38 -0500 (0:00:00.588) 0:00:53.045 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:06:38 -0500 (0:00:00.068) 0:00:53.113 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:06:38 -0500 (0:00:00.087) 0:00:53.201 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:06:39 -0500 (0:00:00.057) 0:00:53.258 ****** 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, 67ebd791-bcfd-430d-b3a4-f63923c11180 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:06:39 -0500 (0:00:00.660) 0:00:53.918 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:06:39 -0500 (0:00:00.054) 0:00:53.972 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 67ebd791-bcfd-430d-b3a4-f63923c11180" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:06:39 -0500 (0:00:00.061) 0:00:54.034 ****** 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, 67ebd791-bcfd-430d-b3a4-f63923c11180\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 67ebd791-bcfd-430d-b3a4-f63923c11180" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:06:39 -0500 (0:00:00.067) 0:00:54.102 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:06:39 -0500 (0:00:00.053) 0:00:54.155 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:06:40 -0500 (0:00:00.455) 0:00:54.610 ****** 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, 67ebd791-bcfd-430d-b3a4-f63923c11180\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 67ebd791-bcfd-430d-b3a4-f63923c11180" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:06:40 -0500 (0:00:00.079) 0:00:54.690 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:06:40 -0500 (0:00:00.093) 0:00:54.783 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:06:40 -0500 (0:00:00.085) 0:00:54.869 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:06:40 -0500 (0:00:00.085) 0:00:54.954 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:06:40 -0500 (0:00:00.036) 0:00:54.990 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:06:40 -0500 (0:00:00.036) 0:00:55.027 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:06:42 -0500 (0:00:01.724) 0:00:56.751 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:06:44 -0500 (0:00:01.513) 0:00:58.265 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.038) 0:00:58.303 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.036) 0:00:58.340 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.036) 0:00:58.376 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.035) 0:00:58.411 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.043) 0:00:58.454 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.037) 0:00:58.492 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.041) 0:00:58.534 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.074) 0:00:58.608 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.036) 0:00:58.645 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.034) 0:00:58.679 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:06:44 -0500 (0:00:00.043) 0:00:58.723 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:06:45 -0500 (0:00:00.568) 0:00:59.292 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:06:45 -0500 (0:00:00.042) 0:00:59.335 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:06:45 -0500 (0:00:00.034) 0:00:59.369 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:06:45 -0500 (0:00:00.070) 0:00:59.439 ****** 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, 67ebd791-bcfd-430d-b3a4-f63923c11180 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:06:45 -0500 (0:00:00.638) 0:01:00.078 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:06:45 -0500 (0:00:00.060) 0:01:00.138 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 67ebd791-bcfd-430d-b3a4-f63923c11180 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:06:45 -0500 (0:00:00.077) 0:01:00.216 ****** 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, 67ebd791-bcfd-430d-b3a4-f63923c11180 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 67ebd791-bcfd-430d-b3a4-f63923c11180 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:06:46 -0500 (0:00:00.073) 0:01:00.289 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:06:46 -0500 (0:00:00.079) 0:01:00.368 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:06:46 -0500 (0:00:00.451) 0:01:00.819 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 18 January 2025 09:06:46 -0500 (0:00:00.219) 0:01:01.039 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:06:46 -0500 (0:00:00.175) 0:01:01.214 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:06:47 -0500 (0:00:00.117) 0:01:01.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 : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:06:47 -0500 (0:00:00.084) 0:01:01.416 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:06:47 -0500 (0:00:00.113) 0:01:01.530 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:06:47 -0500 (0:00:00.071) 0:01:01.601 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:06:49 -0500 (0:00:01.801) 0:01:03.403 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:06:50 -0500 (0:00:01.477) 0:01:04.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/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:06:50 -0500 (0:00:00.036) 0:01:04.917 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:06:50 -0500 (0:00:00.067) 0:01:04.985 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:06:50 -0500 (0:00:00.037) 0:01:05.023 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:06:50 -0500 (0:00:00.045) 0:01:05.068 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:06:50 -0500 (0:00:00.096) 0:01:05.165 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:06:50 -0500 (0:00:00.055) 0:01:05.220 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.067) 0:01:05.288 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.115) 0:01:05.403 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.053) 0:01:05.457 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.041) 0:01:05.498 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.048) 0:01:05.546 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.544) 0:01:06.091 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.043) 0:01:06.135 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.036) 0:01:06.172 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:06:51 -0500 (0:00:00.048) 0:01:06.220 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:06:52 -0500 (0:00:00.699) 0:01:06.919 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:06:52 -0500 (0:00:00.056) 0:01:06.976 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:06:52 -0500 (0:00:00.050) 0:01:07.026 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:06:52 -0500 (0:00:00.042) 0:01:07.069 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:06:52 -0500 (0:00:00.034) 0:01:07.103 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:06:53 -0500 (0:00:00.546) 0:01:07.650 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 18 January 2025 09:06:53 -0500 (0:00:00.152) 0:01:07.802 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:06:53 -0500 (0:00:00.098) 0:01:07.901 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737209199.5215704, "block_size": 4096, "blocks": 0, "ctime": 1737209199.5215704, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36009, "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": 1737209199.5215704, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 18 January 2025 09:06:54 -0500 (0:00:00.686) 0:01:08.588 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 January 2025 09:06:54 -0500 (0:00:00.055) 0:01:08.643 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:06:54 -0500 (0:00:00.086) 0:01:08.729 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:06:54 -0500 (0:00:00.047) 0:01:08.777 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:06:54 -0500 (0:00:00.401) 0:01:09.178 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:06:54 -0500 (0:00:00.053) 0:01:09.232 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018327", "end": "2025-01-18 09:06:55.339326", "rc": 1, "start": "2025-01-18 09:06:55.320999" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.449) 0:01:09.682 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.067) 0:01:09.750 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.062) 0:01:09.813 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.061) 0:01:09.874 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.054) 0:01:09.929 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.075) 0:01:10.005 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.066) 0:01:10.072 ****** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.043) 0:01:10.115 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.045) 0:01:10.160 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:06:55 -0500 (0:00:00.068) 0:01:10.228 ****** 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.070351", "end": "2025-01-18 09:06:56.455918", "rc": 1, "start": "2025-01-18 09:06:56.385567" } STDOUT: Connection 'statebr' (67ebd791-bcfd-430d-b3a4-f63923c11180) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:102 Saturday 18 January 2025 09:06:56 -0500 (0:00:00.643) 0:01:10.872 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I can take a profile down that is absent] ************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:06:56 -0500 (0:00:00.063) 0:01:10.935 ****** ok: [managed-node1] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:06:56 -0500 (0:00:00.038) 0:01:10.974 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:06:56 -0500 (0:00:00.085) 0:01:11.060 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:06:56 -0500 (0:00:00.098) 0:01:11.158 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.143) 0:01:11.302 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004006", "end": "2025-01-18 09:06:57.409272", "rc": 0, "start": "2025-01-18 09:06:57.405266" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.426) 0:01:11.728 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.043) 0:01:11.771 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.047) 0:01:11.819 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.121) 0:01:11.942 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.104) 0:01:12.046 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.139) 0:01:12.186 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:06:57 -0500 (0:00:00.048) 0:01:12.234 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:06:58 -0500 (0:00:00.035) 0:01:12.270 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:06:58 -0500 (0:00:00.036) 0:01:12.307 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:06:59 -0500 (0:00:01.824) 0:01:14.131 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:01 -0500 (0:00:01.501) 0:01:15.633 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.038) 0:01:15.671 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.034) 0:01:15.706 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.037) 0:01:15.744 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.036) 0:01:15.781 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.042) 0:01:15.823 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.037) 0:01:15.861 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.042) 0:01:15.903 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.071) 0:01:15.975 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.036) 0:01:16.011 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.037) 0:01:16.049 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:01 -0500 (0:00:00.041) 0:01:16.091 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:02 -0500 (0:00:00.599) 0:01:16.690 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:02 -0500 (0:00:00.044) 0:01:16.735 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:02 -0500 (0:00:00.041) 0:01:16.777 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:02 -0500 (0:00:00.042) 0:01:16.819 ****** 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, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:03 -0500 (0:00:00.667) 0:01:17.487 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:03 -0500 (0:00:00.036) 0:01:17.524 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:03 -0500 (0:00:00.049) 0:01:17.574 ****** 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, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:03 -0500 (0:00:00.062) 0:01:17.636 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:03 -0500 (0:00:00.060) 0:01:17.697 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:07:03 -0500 (0:00:00.445) 0:01:18.143 ****** 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, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:07:03 -0500 (0:00:00.059) 0:01:18.202 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:07:04 -0500 (0:00:00.093) 0:01:18.295 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:07:04 -0500 (0:00:00.159) 0:01:18.455 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:07:04 -0500 (0:00:00.094) 0:01:18.549 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:07:04 -0500 (0:00:00.144) 0:01:18.694 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:07:04 -0500 (0:00:00.077) 0:01:18.771 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:07:06 -0500 (0:00:01.884) 0:01:20.656 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:07 -0500 (0:00:01.522) 0:01:22.178 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:07 -0500 (0:00:00.038) 0:01:22.217 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.037) 0:01:22.254 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.051) 0:01:22.305 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.035) 0:01:22.341 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.045) 0:01:22.387 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.036) 0:01:22.424 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.041) 0:01:22.465 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.073) 0:01:22.538 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.035) 0:01:22.574 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.034) 0:01:22.609 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.044) 0:01:22.653 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:08 -0500 (0:00:00.564) 0:01:23.217 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.078) 0:01:23.296 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.035) 0:01:23.332 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.036) 0:01:23.369 ****** 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, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.540) 0:01:23.909 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.035) 0:01:23.945 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.039) 0:01:23.984 ****** 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, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 37fb8b57-4fdf-47f3-a16d-8794dc45d6ab skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.051) 0:01:24.035 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:09 -0500 (0:00:00.035) 0:01:24.071 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 18 January 2025 09:07:10 -0500 (0:00:00.451) 0:01:24.522 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:07:10 -0500 (0:00:00.106) 0:01:24.629 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:07:10 -0500 (0:00:00.116) 0:01:24.745 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:07:10 -0500 (0:00:00.077) 0:01:24.823 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:07:10 -0500 (0:00:00.113) 0:01:24.937 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:07:10 -0500 (0:00:00.059) 0:01:24.997 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:07:12 -0500 (0:00:01.828) 0:01:26.825 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:14 -0500 (0:00:01.509) 0:01:28.334 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.038) 0:01:28.373 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.034) 0:01:28.408 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.036) 0:01:28.444 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.037) 0:01:28.482 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.042) 0:01:28.525 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.036) 0:01:28.561 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.040) 0:01:28.602 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.073) 0:01:28.675 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.036) 0:01:28.712 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.036) 0:01:28.748 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:14 -0500 (0:00:00.039) 0:01:28.788 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.557) 0:01:29.345 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.063) 0:01:29.408 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.043) 0:01:29.452 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.088) 0:01:29.540 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.568) 0:01:30.109 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.037) 0:01:30.146 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.049) 0:01:30.195 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:15 -0500 (0:00:00.039) 0:01:30.235 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:16 -0500 (0:00:00.036) 0:01:30.271 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:07:16 -0500 (0:00:00.368) 0:01:30.640 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 January 2025 09:07:16 -0500 (0:00:00.067) 0:01:30.707 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:07:16 -0500 (0:00:00.113) 0:01:30.821 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:07:16 -0500 (0:00:00.212) 0:01:31.033 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:07:16 -0500 (0:00:00.093) 0:01:31.127 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:07:16 -0500 (0:00:00.051) 0:01:31.179 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:07:17 -0500 (0:00:00.077) 0:01:31.257 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:07:18 -0500 (0:00:01.817) 0:01:33.074 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:20 -0500 (0:00:01.509) 0:01:34.584 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.059) 0:01:34.643 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.057) 0:01:34.700 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.057) 0:01:34.758 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.060) 0:01:34.818 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.051) 0:01:34.870 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.043) 0:01:34.914 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.072) 0:01:34.986 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.109) 0:01:35.096 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.058) 0:01:35.155 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:20 -0500 (0:00:00.054) 0:01:35.210 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:21 -0500 (0:00:00.055) 0:01:35.265 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:21 -0500 (0:00:00.573) 0:01:35.839 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:21 -0500 (0:00:00.060) 0:01:35.899 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:21 -0500 (0:00:00.087) 0:01:35.986 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:21 -0500 (0:00:00.040) 0:01:36.027 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:22 -0500 (0:00:00.629) 0:01:36.657 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:22 -0500 (0:00:00.057) 0:01:36.714 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:22 -0500 (0:00:00.060) 0:01:36.775 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:22 -0500 (0:00:00.067) 0:01:36.842 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:22 -0500 (0:00:00.042) 0:01:36.885 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:07:23 -0500 (0:00:00.448) 0:01:37.333 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 January 2025 09:07:23 -0500 (0:00:00.174) 0:01:37.508 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:07:23 -0500 (0:00:00.101) 0:01:37.609 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:07:23 -0500 (0:00:00.065) 0:01:37.674 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.596) 0:01:38.270 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.042) 0:01:38.313 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017341", "end": "2025-01-18 09:07:24.419180", "rc": 1, "start": "2025-01-18 09:07:24.401839" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.445) 0:01:38.759 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.057) 0:01:38.817 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.058) 0:01:38.875 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.052) 0:01:38.928 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.052) 0:01:38.981 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.043) 0:01:39.024 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.045) 0:01:39.070 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:07:24 -0500 (0:00:00.088) 0:01:39.158 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:07:25 -0500 (0:00:00.091) 0:01:39.250 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:07:25 -0500 (0:00:00.458) 0:01:39.708 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:07:25 -0500 (0:00:00.110) 0:01:39.819 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:07:25 -0500 (0:00:00.064) 0:01:39.884 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:07:25 -0500 (0:00:00.152) 0:01:40.036 ****** 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.036948", "end": "2025-01-18 09:07:26.344955", "rc": 1, "start": "2025-01-18 09:07:26.308007" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:124 Saturday 18 January 2025 09:07:26 -0500 (0:00:00.632) 0:01:40.670 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed-node1 TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:07:26 -0500 (0:00:00.087) 0:01:40.757 ****** ok: [managed-node1] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:07:26 -0500 (0:00:00.055) 0:01:40.813 ****** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:07:26 -0500 (0:00:00.115) 0:01:40.928 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:07:26 -0500 (0:00:00.095) 0:01:41.023 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node1 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:07:26 -0500 (0:00:00.193) 0:01:41.217 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004551", "end": "2025-01-18 09:07:28.340838", "rc": 0, "start": "2025-01-18 09:07:27.336287" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:07:28 -0500 (0:00:01.441) 0:01:42.659 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.037) 0:01:42.696 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.037) 0:01:42.734 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.096) 0:01:42.831 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.075) 0:01:42.906 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.088) 0:01:42.995 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.053) 0:01:43.048 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.036) 0:01:43.084 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:07:28 -0500 (0:00:00.035) 0:01:43.120 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:07:30 -0500 (0:00:01.823) 0:01:44.943 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:32 -0500 (0:00:01.554) 0:01:46.498 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.035) 0:01:46.534 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.040) 0:01:46.574 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.047) 0:01:46.621 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.084) 0:01:46.705 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.110) 0:01:46.815 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.129) 0:01:46.945 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.087) 0:01:47.033 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.119) 0:01:47.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/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:32 -0500 (0:00:00.058) 0:01:47.210 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:33 -0500 (0:00:00.062) 0:01:47.272 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:33 -0500 (0:00:00.068) 0:01:47.341 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:33 -0500 (0:00:00.708) 0:01:48.050 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:33 -0500 (0:00:00.052) 0:01:48.102 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:33 -0500 (0:00:00.047) 0:01:48.150 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:33 -0500 (0:00:00.050) 0:01:48.201 ****** 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, 49647016-0e41-432b-8189-230aa37497d5 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:34 -0500 (0:00:00.660) 0:01:48.861 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:34 -0500 (0:00:00.056) 0:01:48.917 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 49647016-0e41-432b-8189-230aa37497d5" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:34 -0500 (0:00:00.052) 0:01:48.970 ****** 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, 49647016-0e41-432b-8189-230aa37497d5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 49647016-0e41-432b-8189-230aa37497d5" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:34 -0500 (0:00:00.041) 0:01:49.012 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:34 -0500 (0:00:00.114) 0:01:49.126 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:07:35 -0500 (0:00:00.473) 0:01:49.600 ****** 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, 49647016-0e41-432b-8189-230aa37497d5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 49647016-0e41-432b-8189-230aa37497d5" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:07:35 -0500 (0:00:00.046) 0:01:49.646 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:07:35 -0500 (0:00:00.108) 0:01:49.755 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:07:35 -0500 (0:00:00.116) 0:01:49.872 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:07:35 -0500 (0:00:00.062) 0:01:49.934 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:07:35 -0500 (0:00:00.041) 0:01:49.976 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:07:35 -0500 (0:00:00.058) 0:01:50.034 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:07:37 -0500 (0:00:01.799) 0:01:51.833 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:39 -0500 (0:00:01.458) 0:01:53.292 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.037) 0:01:53.329 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.037) 0:01:53.366 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.035) 0:01:53.402 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.035) 0:01:53.438 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.042) 0:01:53.481 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.035) 0:01:53.517 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.075) 0:01:53.593 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.071) 0:01:53.664 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.034) 0:01:53.699 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.036) 0:01:53.735 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:39 -0500 (0:00:00.041) 0:01:53.777 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.551) 0:01:54.329 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.043) 0:01:54.372 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.036) 0:01:54.408 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.037) 0:01:54.446 ****** 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, 49647016-0e41-432b-8189-230aa37497d5 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.544) 0:01:54.990 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.037) 0:01:55.028 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 49647016-0e41-432b-8189-230aa37497d5 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.042) 0:01:55.071 ****** 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, 49647016-0e41-432b-8189-230aa37497d5 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 49647016-0e41-432b-8189-230aa37497d5 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.090) 0:01:55.161 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:40 -0500 (0:00:00.043) 0:01:55.204 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 January 2025 09:07:41 -0500 (0:00:00.380) 0:01:55.585 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:07:41 -0500 (0:00:00.062) 0:01:55.647 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:07:41 -0500 (0:00:00.071) 0:01:55.719 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:07:41 -0500 (0:00:00.043) 0:01:55.763 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:07:41 -0500 (0:00:00.037) 0:01:55.800 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:07:41 -0500 (0:00:00.037) 0:01:55.838 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:07:43 -0500 (0:00:01.755) 0:01:57.593 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:44 -0500 (0:00:01.472) 0:01:59.065 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:44 -0500 (0:00:00.039) 0:01:59.105 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:44 -0500 (0:00:00.036) 0:01:59.142 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:44 -0500 (0:00:00.036) 0:01:59.178 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:44 -0500 (0:00:00.036) 0:01:59.215 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.045) 0:01:59.260 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.035) 0:01:59.296 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.075) 0:01:59.372 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.072) 0:01:59.445 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.035) 0:01:59.481 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.036) 0:01:59.517 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.042) 0:01:59.560 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.560) 0:02:00.121 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.062) 0:02:00.183 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:45 -0500 (0:00:00.042) 0:02:00.226 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:46 -0500 (0:00:00.057) 0:02:00.284 ****** changed: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:46 -0500 (0:00:00.702) 0:02:00.986 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:46 -0500 (0:00:00.045) 0:02:01.031 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:46 -0500 (0:00:00.044) 0:02:01.075 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:46 -0500 (0:00:00.041) 0:02:01.117 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:46 -0500 (0:00:00.073) 0:02:01.190 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:07:47 -0500 (0:00:00.375) 0:02:01.565 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 January 2025 09:07:47 -0500 (0:00:00.066) 0:02:01.632 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:07:47 -0500 (0:00:00.060) 0:02:01.692 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:07:47 -0500 (0:00:00.083) 0:02:01.775 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:07:47 -0500 (0:00:00.066) 0:02:01.842 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:07:47 -0500 (0:00:00.056) 0:02:01.898 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:07:47 -0500 (0:00:00.061) 0:02:01.959 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:07:49 -0500 (0:00:01.811) 0:02:03.771 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:07:51 -0500 (0:00:01.548) 0:02:05.319 ****** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.064) 0:02:05.384 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.058) 0:02:05.442 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.062) 0:02:05.504 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.069) 0:02:05.574 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.048) 0:02:05.622 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.070) 0:02:05.692 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.042) 0:02:05.735 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.076) 0:02:05.811 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.048) 0:02:05.860 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.053) 0:02:05.914 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:07:51 -0500 (0:00:00.065) 0:02:05.980 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:07:52 -0500 (0:00:00.658) 0:02:06.639 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:07:52 -0500 (0:00:00.053) 0:02:06.692 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:07:52 -0500 (0:00:00.038) 0:02:06.731 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:07:52 -0500 (0:00:00.041) 0:02:06.772 ****** ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.566) 0:02:07.339 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.036) 0:02:07.376 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.037) 0:02:07.414 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.086) 0:02:07.500 ****** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.058) 0:02:07.559 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.409) 0:02:07.969 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.133) 0:02:08.102 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:07:53 -0500 (0:00:00.101) 0:02:08.204 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:07:54 -0500 (0:00:00.068) 0:02:08.272 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:07:54 -0500 (0:00:00.603) 0:02:08.876 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:07:54 -0500 (0:00:00.057) 0:02:08.934 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017976", "end": "2025-01-18 09:07:55.122470", "rc": 1, "start": "2025-01-18 09:07:55.104494" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:07:55 -0500 (0:00:00.534) 0:02:09.469 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:07:55 -0500 (0:00:00.062) 0:02:09.532 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:07:55 -0500 (0:00:00.123) 0:02:09.655 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:07:55 -0500 (0:00:00.124) 0:02:09.780 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:07:55 -0500 (0:00:00.054) 0:02:09.834 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 January 2025 09:07:55 -0500 (0:00:00.065) 0:02:09.900 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 18 January 2025 09:07:55 -0500 (0:00:00.062) 0:02:09.962 ****** [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.894695", "end": "2025-01-18 09:07:56.918575", "rc": 0, "start": "2025-01-18 09:07:56.023880" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 18 January 2025 09:07:56 -0500 (0:00:01.278) 0:02:11.240 ****** ok: [managed-node1] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.056) 0:02:11.296 ****** ok: [managed-node1] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.069) 0:02:11.365 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.114) 0:02:11.480 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.066) 0:02:11.547 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.419) 0:02:11.966 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.105) 0:02:12.072 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.045) 0:02:12.117 ****** included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 included: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:07:57 -0500 (0:00:00.076) 0:02:12.193 ****** 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.038122", "end": "2025-01-18 09:07:58.305045", "rc": 1, "start": "2025-01-18 09:07:58.266923" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 18 January 2025 09:07:58 -0500 (0:00:00.454) 0:02:12.648 ****** 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.008436", "end": "2025-01-18 09:07:58.768933", "rc": 0, "start": "2025-01-18 09:07:58.760497" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:8a:2c:cf:f4:ed brd ff:ff:ff:ff:ff:ff inet 10.31.10.158/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2418sec preferred_lft 2418sec inet6 fe80::108a:2cff:fecf:f4ed/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.10.158 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.10.158 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 18 January 2025 09:07:58 -0500 (0:00:00.446) 0:02:13.094 ****** 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.123196", "end": "2025-01-18 09:07:59.294613", "rc": 0, "start": "2025-01-18 09:07:59.171417" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 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 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 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 2605:bc80:3010:600:dead:beef:cafe:fed9 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 11296 0 --:--:-- --:--:-- --:--:-- 11296 % 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 3986 0 --:--:-- --:--:-- --:--:-- 3986 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 18 January 2025 09:07:59 -0500 (0:00:00.499) 0:02:13.594 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.94s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.91s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.88s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.83s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.82s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.82s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.82s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.81s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.80s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.80s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.78s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.78s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.77s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.76s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.76s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.72s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.63s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.59s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.55s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.55s /tmp/collections-Qzt/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26