ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-rv3 executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:6 Saturday 18 January 2025 09:01:43 -0500 (0:00:00.012) 0:00:00.012 ****** ok: [managed-node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:9 Saturday 18 January 2025 09:01:44 -0500 (0:00:01.194) 0:00:01.207 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 18 January 2025 09:01:44 -0500 (0:00:00.019) 0:00:01.227 ****** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 18 January 2025 09:01:44 -0500 (0:00:00.526) 0:00:01.753 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 18 January 2025 09:01:45 -0500 (0:00:00.493) 0:00:02.247 ****** ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 18 January 2025 09:01:45 -0500 (0:00:00.030) 0:00:02.277 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 18 January 2025 09:01:45 -0500 (0:00:00.017) 0:00:02.294 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 18 January 2025 09:01:45 -0500 (0:00:00.057) 0:00:02.352 ****** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Saturday 18 January 2025 09:01:45 -0500 (0:00:00.423) 0:00:02.776 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Saturday 18 January 2025 09:01:45 -0500 (0:00:00.013) 0:00:02.790 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Saturday 18 January 2025 09:01:45 -0500 (0:00:00.013) 0:00:02.803 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.219894", "end": "2025-01-18 09:01:47.392631", "rc": 0, "start": "2025-01-18 09:01:46.172737" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Saturday 18 January 2025 09:01:47 -0500 (0:00:01.574) 0:00:04.378 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:11 Saturday 18 January 2025 09:01:47 -0500 (0:00:00.035) 0:00:04.414 ****** ok: [managed-node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:3 Saturday 18 January 2025 09:01:47 -0500 (0:00:00.043) 0:00:04.457 ****** ok: [managed-node1] TASK [Show playbook name] ****************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:11 Saturday 18 January 2025 09:01:48 -0500 (0:00:00.764) 0:00:05.222 ****** ok: [managed-node1] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:22 Saturday 18 January 2025 09:01:48 -0500 (0:00:00.016) 0:00:05.238 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:01:48 -0500 (0:00:00.023) 0:00:05.262 ****** ok: [managed-node1] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:01:48 -0500 (0:00:00.016) 0:00:05.278 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:01:48 -0500 (0:00:00.050) 0:00:05.328 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:01:48 -0500 (0:00:00.022) 0:00:05.351 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:01:48 -0500 (0:00:00.024) 0:00:05.375 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003769", "end": "2025-01-18 09:01:49.811122", "rc": 0, "start": "2025-01-18 09:01:48.807353" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:01:49 -0500 (0:00:01.394) 0:00:06.769 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:01:49 -0500 (0:00:00.024) 0:00:06.794 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:01:49 -0500 (0:00:00.026) 0:00:06.820 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 => (item=tasks/delete_interface.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 18 January 2025 09:01:49 -0500 (0:00:00.051) 0:00:06.871 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007359", "end": "2025-01-18 09:01:50.255679", "rc": 1, "start": "2025-01-18 09:01:50.248320" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.331) 0:00:07.203 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.022) 0:00:07.225 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.351) 0:00:07.577 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.021) 0:00:07.599 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.028) 0:00:07.627 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.043) 0:00:07.671 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.031) 0:00:07.703 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.038) 0:00:07.741 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.018) 0:00:07.759 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:01:50 -0500 (0:00:00.021) 0:00:07.780 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:01:52 -0500 (0:00:01.731) 0:00:09.512 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:01:54 -0500 (0:00:01.801) 0:00:11.313 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:01:54 -0500 (0:00:00.054) 0:00:11.368 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:01:54 -0500 (0:00:00.048) 0:00:11.417 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:01:54 -0500 (0:00:00.048) 0:00:11.465 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:01:54 -0500 (0:00:00.080) 0:00:11.546 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:01:54 -0500 (0:00:00.105) 0:00:11.651 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:01:54 -0500 (0:00:00.096) 0:00:11.748 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:01:54 -0500 (0:00:00.097) 0:00:11.845 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:01:55 -0500 (0:00:00.142) 0:00:11.988 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:01:55 -0500 (0:00:00.091) 0:00:12.080 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:01:55 -0500 (0:00:00.052) 0:00:12.132 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:01:55 -0500 (0:00:00.089) 0:00:12.222 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:01:56 -0500 (0:00:00.977) 0:00:13.199 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:01:56 -0500 (0:00:00.094) 0:00:13.294 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:01:56 -0500 (0:00:00.057) 0:00:13.351 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:01:56 -0500 (0:00:00.084) 0:00:13.435 ****** 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, 7740a1e2-3d69-4a14-a930-4c4186039a4c TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:01:57 -0500 (0:00:00.883) 0:00:14.319 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:01:57 -0500 (0:00:00.035) 0:00:14.354 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7740a1e2-3d69-4a14-a930-4c4186039a4c" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:01:57 -0500 (0:00:00.042) 0:00:14.397 ****** 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, 7740a1e2-3d69-4a14-a930-4c4186039a4c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7740a1e2-3d69-4a14-a930-4c4186039a4c" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:01:57 -0500 (0:00:00.039) 0:00:14.436 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:01:57 -0500 (0:00:00.030) 0:00:14.466 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:01:58 -0500 (0:00:00.499) 0:00:14.966 ****** 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, 7740a1e2-3d69-4a14-a930-4c4186039a4c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7740a1e2-3d69-4a14-a930-4c4186039a4c" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:01:58 -0500 (0:00:00.071) 0:00:15.038 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 January 2025 09:01:58 -0500 (0:00:00.133) 0:00:15.172 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:01:58 -0500 (0:00:00.087) 0:00:15.259 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:01:58 -0500 (0:00:00.053) 0:00:15.313 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737208917.3538852, "block_size": 4096, "blocks": 8, "ctime": 1737208917.3018854, "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": 1737208917.3018854, "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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:01:58 -0500 (0:00:00.356) 0:00:15.670 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:01:58 -0500 (0:00:00.033) 0:00:15.703 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017790", "end": "2025-01-18 09:01:59.089979", "rc": 0, "start": "2025-01-18 09:01:59.072189" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.354) 0:00:16.058 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.035) 0:00:16.094 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.031) 0:00:16.125 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.032) 0:00:16.158 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.032) 0:00:16.190 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.032) 0:00:16.223 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.035) 0:00:16.259 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.035) 0:00:16.294 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.035) 0:00:16.330 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 => (item={'what': 'tasks/assert_device_present.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.078) 0:00:16.408 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.080) 0:00:16.488 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737208917.3044002, "block_size": 4096, "blocks": 0, "ctime": 1737208917.3044002, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36540, "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": 1737208917.3044002, "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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 18 January 2025 09:01:59 -0500 (0:00:00.363) 0:00:16.851 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:02:00 -0500 (0:00:00.064) 0:00:16.915 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:02:00 -0500 (0:00:00.085) 0:00:17.000 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:02:00 -0500 (0:00:00.124) 0:00:17.125 ****** 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.052416", "end": "2025-01-18 09:02:00.603571", "rc": 1, "start": "2025-01-18 09:02:00.551155" } STDOUT: Connection 'statebr' (7740a1e2-3d69-4a14-a930-4c4186039a4c) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:45 Saturday 18 January 2025 09:02:00 -0500 (0:00:00.464) 0:00:17.589 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:02:00 -0500 (0:00:00.089) 0:00:17.679 ****** ok: [managed-node1] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:02:00 -0500 (0:00:00.054) 0:00:17.734 ****** 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. '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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:02:00 -0500 (0:00:00.103) 0:00:17.838 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:02:01 -0500 (0:00:00.086) 0:00:17.925 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:02:01 -0500 (0:00:00.082) 0:00:18.007 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003031", "end": "2025-01-18 09:02:01.401022", "rc": 0, "start": "2025-01-18 09:02:01.397991" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:02:01 -0500 (0:00:00.391) 0:00:18.399 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:02:01 -0500 (0:00:00.034) 0:00:18.433 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:02:01 -0500 (0:00:00.034) 0:00:18.468 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 => (item=tasks/delete_interface.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 18 January 2025 09:02:01 -0500 (0:00:00.081) 0:00:18.550 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005730", "end": "2025-01-18 09:02:02.041165", "rc": 1, "start": "2025-01-18 09:02:02.035435" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:02:02 -0500 (0:00:00.473) 0:00:19.024 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:02:02 -0500 (0:00:00.107) 0:00:19.132 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:02:02 -0500 (0:00:00.547) 0:00:19.679 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:02:02 -0500 (0:00:00.042) 0:00:19.722 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for managed-node1 => (item=tasks/create_bridge_profile_no_autoconnect.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 18 January 2025 09:02:02 -0500 (0:00:00.075) 0:00:19.797 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:02:02 -0500 (0:00:00.104) 0:00:19.901 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:02:03 -0500 (0:00:00.103) 0:00:20.005 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:02:03 -0500 (0:00:00.142) 0:00:20.147 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:02:03 -0500 (0:00:00.080) 0:00:20.228 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:02:03 -0500 (0:00:00.087) 0:00:20.316 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:02:04 -0500 (0:00:01.582) 0:00:21.898 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:02:06 -0500 (0:00:01.427) 0:00:23.326 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.035) 0:00:23.361 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.040) 0:00:23.402 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.031) 0:00:23.434 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.052) 0:00:23.486 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.061) 0:00:23.547 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.051) 0:00:23.599 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.060) 0:00:23.660 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.087) 0:00:23.748 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.031) 0:00:23.779 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:02:06 -0500 (0:00:00.068) 0:00:23.847 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:02:07 -0500 (0:00:00.060) 0:00:23.907 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:02:07 -0500 (0:00:00.583) 0:00:24.491 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:02:07 -0500 (0:00:00.093) 0:00:24.584 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:02:07 -0500 (0:00:00.048) 0:00:24.632 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:02:07 -0500 (0:00:00.050) 0:00:24.683 ****** 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, af432ec7-071d-433c-860e-b64bd0ed4a80 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:02:08 -0500 (0:00:00.599) 0:00:25.283 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:02:08 -0500 (0:00:00.050) 0:00:25.333 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, af432ec7-071d-433c-860e-b64bd0ed4a80" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:02:08 -0500 (0:00:00.056) 0:00:25.389 ****** 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, af432ec7-071d-433c-860e-b64bd0ed4a80\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, af432ec7-071d-433c-860e-b64bd0ed4a80" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:02:08 -0500 (0:00:00.063) 0:00:25.453 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:02:08 -0500 (0:00:00.055) 0:00:25.508 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 18 January 2025 09:02:09 -0500 (0:00:00.418) 0:00:25.926 ****** 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, af432ec7-071d-433c-860e-b64bd0ed4a80\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, af432ec7-071d-433c-860e-b64bd0ed4a80" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:02:09 -0500 (0:00:00.056) 0:00:25.983 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 => (item=tasks/assert_device_absent.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:02:09 -0500 (0:00:00.112) 0:00:26.095 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:02:09 -0500 (0:00:00.171) 0:00:26.267 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:02:09 -0500 (0:00:00.445) 0:00:26.712 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 January 2025 09:02:09 -0500 (0:00:00.078) 0:00:26.791 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:02:09 -0500 (0:00:00.105) 0:00:26.897 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:02:10 -0500 (0:00:00.049) 0:00:26.946 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737208928.2858553, "block_size": 4096, "blocks": 8, "ctime": 1737208928.2848554, "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": 1737208928.2848554, "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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:02:10 -0500 (0:00:00.344) 0:00:27.291 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:02:10 -0500 (0:00:00.038) 0:00:27.330 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017278", "end": "2025-01-18 09:02:10.745036", "rc": 0, "start": "2025-01-18 09:02:10.727758" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:02:10 -0500 (0:00:00.403) 0:00:27.734 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:02:10 -0500 (0:00:00.062) 0:00:27.796 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:02:10 -0500 (0:00:00.055) 0:00:27.852 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.054) 0:00:27.906 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.062) 0:00:27.969 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.049) 0:00:28.019 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.038) 0:00:28.057 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.041) 0:00:28.099 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.076) 0:00:28.175 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.049) 0:00:28.225 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.034) 0:00:28.259 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:02:11 -0500 (0:00:00.067) 0:00:28.326 ****** 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.034600", "end": "2025-01-18 09:02:11.975396", "rc": 1, "start": "2025-01-18 09:02:11.940796" } STDOUT: Connection 'statebr' (af432ec7-071d-433c-860e-b64bd0ed4a80) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:65 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.638) 0:00:28.965 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.104) 0:00:29.069 ****** ok: [managed-node1] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.093) 0:00:29.163 ****** 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. '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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.145) 0:00:29.309 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.098) 0:00:29.408 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.064) 0:00:29.473 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002914", "end": "2025-01-18 09:02:12.856489", "rc": 0, "start": "2025-01-18 09:02:12.853575" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.371) 0:00:29.844 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:02:12 -0500 (0:00:00.058) 0:00:29.902 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:02:13 -0500 (0:00:00.055) 0:00:29.958 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:02:13 -0500 (0:00:00.143) 0:00:30.101 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:02:13 -0500 (0:00:00.114) 0:00:30.215 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:02:13 -0500 (0:00:00.115) 0:00:30.331 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:02:13 -0500 (0:00:00.086) 0:00:30.418 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:02:13 -0500 (0:00:00.040) 0:00:30.458 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:02:13 -0500 (0:00:00.042) 0:00:30.501 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:02:15 -0500 (0:00:01.558) 0:00:32.059 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:02:16 -0500 (0:00:01.538) 0:00:33.597 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:02:16 -0500 (0:00:00.067) 0:00:33.665 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:02:16 -0500 (0:00:00.053) 0:00:33.718 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:02:16 -0500 (0:00:00.114) 0:00:33.833 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.106) 0:00:33.940 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.107) 0:00:34.047 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.084) 0:00:34.131 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.095) 0:00:34.227 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.140) 0:00:34.368 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.100) 0:00:34.468 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.071) 0:00:34.539 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:02:17 -0500 (0:00:00.098) 0:00:34.638 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:02:18 -0500 (0:00:00.589) 0:00:35.228 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:02:18 -0500 (0:00:00.094) 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:02:18 -0500 (0:00:00.051) 0:00:35.375 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:02:18 -0500 (0:00:00.052) 0:00:35.427 ****** 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, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:02:19 -0500 (0:00:00.641) 0:00:36.068 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:02:19 -0500 (0:00:00.050) 0:00:36.119 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:02:19 -0500 (0:00:00.105) 0:00:36.225 ****** 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, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:02:19 -0500 (0:00:00.076) 0:00:36.302 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:02:19 -0500 (0:00:00.108) 0:00:36.411 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:02:19 -0500 (0:00:00.456) 0:00:36.867 ****** 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, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584" ] } } TASK [Test] ******************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:02:20 -0500 (0:00:00.061) 0:00:36.929 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:02:20 -0500 (0:00:00.150) 0:00:37.079 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:02:20 -0500 (0:00:00.120) 0:00:37.200 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:02:20 -0500 (0:00:00.106) 0:00:37.307 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:02:20 -0500 (0:00:00.098) 0:00:37.405 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:02:20 -0500 (0:00:00.054) 0:00:37.460 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:02:20 -0500 (0:00:00.038) 0:00:37.498 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:02:22 -0500 (0:00:01.589) 0:00:39.088 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:02:23 -0500 (0:00:01.711) 0:00:40.799 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.123) 0:00:40.923 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.101) 0:00:41.025 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.117) 0:00:41.142 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.123) 0:00:41.265 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.117) 0:00:41.383 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.099) 0:00:41.482 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.096) 0:00:41.579 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.135) 0:00:41.715 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.049) 0:00:41.765 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.035) 0:00:41.800 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:02:24 -0500 (0:00:00.071) 0:00:41.872 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:02:25 -0500 (0:00:00.557) 0:00:42.429 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:02:25 -0500 (0:00:00.085) 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:02:25 -0500 (0:00:00.037) 0:00:42.551 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:02:25 -0500 (0:00:00.029) 0:00:42.581 ****** 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, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.608) 0:00:43.190 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.032) 0:00:43.222 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.035) 0:00:43.258 ****** 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, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, a792f2bb-b8a9-4ad8-b14d-8a9ff405c584 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.040) 0:00:43.298 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.047) 0:00:43.345 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.385) 0:00:43.731 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 => (item=tasks/assert_device_present.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.065) 0:00:43.796 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:02:26 -0500 (0:00:00.050) 0:00:43.846 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737208939.0367994, "block_size": 4096, "blocks": 0, "ctime": 1737208939.0367994, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36671, "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": 1737208939.0367994, "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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 18 January 2025 09:02:27 -0500 (0:00:00.340) 0:00:44.187 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 January 2025 09:02:27 -0500 (0:00:00.037) 0:00:44.224 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:02:27 -0500 (0:00:00.057) 0:00:44.282 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:02:27 -0500 (0:00:00.033) 0:00:44.316 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737208939.0888295, "block_size": 4096, "blocks": 8, "ctime": 1737208939.0358295, "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": 1737208939.0358295, "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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:02:27 -0500 (0:00:00.371) 0:00:44.688 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:02:27 -0500 (0:00:00.040) 0:00:44.728 ****** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017402", "end": "2025-01-18 09:02:28.208358", "rc": 0, "start": "2025-01-18 09:02:28.190956" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.541) 0:00:45.269 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.067) 0:00:45.336 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.064) 0:00:45.401 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.057) 0:00:45.459 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.079) 0:00:45.538 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.058) 0:00:45.596 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.059) 0:00:45.656 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.060) 0:00:45.716 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.066) 0:00:45.783 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can activate an existing profile'] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:02:28 -0500 (0:00:00.082) 0:00:45.865 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:02:29 -0500 (0:00:00.122) 0:00:45.987 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:02:29 -0500 (0:00:00.174) 0:00:46.162 ****** 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.067288", "end": "2025-01-18 09:02:29.675730", "rc": 1, "start": "2025-01-18 09:02:29.608442" } STDOUT: Connection 'statebr' (a792f2bb-b8a9-4ad8-b14d-8a9ff405c584) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:83 Saturday 18 January 2025 09:02:29 -0500 (0:00:00.494) 0:00:46.657 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:02:29 -0500 (0:00:00.114) 0:00:46.772 ****** ok: [managed-node1] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:02:29 -0500 (0:00:00.034) 0:00:46.807 ****** 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. '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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:02:29 -0500 (0:00:00.068) 0:00:46.875 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:02:30 -0500 (0:00:00.056) 0:00:46.932 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:02:30 -0500 (0:00:00.075) 0:00:47.008 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003245", "end": "2025-01-18 09:02:30.495841", "rc": 0, "start": "2025-01-18 09:02:30.492596" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:02:30 -0500 (0:00:00.461) 0:00:47.469 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:02:30 -0500 (0:00:00.055) 0:00:47.525 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:02:30 -0500 (0:00:00.062) 0:00:47.588 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 => (item=tasks/create_bridge_profile.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:02:30 -0500 (0:00:00.129) 0:00:47.717 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:02:30 -0500 (0:00:00.113) 0:00:47.830 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:02:31 -0500 (0:00:00.080) 0:00:47.911 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:02:31 -0500 (0:00:00.146) 0:00:48.057 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:02:31 -0500 (0:00:00.038) 0:00:48.096 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:02:31 -0500 (0:00:00.036) 0:00:48.132 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:02:32 -0500 (0:00:01.589) 0:00:49.721 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:02:34 -0500 (0:00:01.537) 0:00:51.259 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:02:34 -0500 (0:00:00.057) 0:00:51.316 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:02:34 -0500 (0:00:00.071) 0:00:51.387 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:02:34 -0500 (0:00:00.054) 0:00:51.442 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:02:34 -0500 (0:00:00.108) 0:00:51.551 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:02:34 -0500 (0:00:00.078) 0:00:51.629 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:02:34 -0500 (0:00:00.077) 0:00:51.707 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:02:34 -0500 (0:00:00.096) 0:00:51.804 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.108) 0:00:51.912 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.032) 0:00:51.944 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.073) 0:00:52.018 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.061) 0:00:52.080 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.535) 0:00:52.615 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.065) 0:00:52.681 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.044) 0:00:52.725 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:02:35 -0500 (0:00:00.044) 0:00:52.769 ****** 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, b23432ea-cb54-4cbe-b695-24465b9092d0 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:02:36 -0500 (0:00:00.649) 0:00:53.418 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:02:36 -0500 (0:00:00.054) 0:00:53.473 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b23432ea-cb54-4cbe-b695-24465b9092d0" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:02:36 -0500 (0:00:00.065) 0:00:53.538 ****** 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, b23432ea-cb54-4cbe-b695-24465b9092d0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b23432ea-cb54-4cbe-b695-24465b9092d0" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:02:36 -0500 (0:00:00.073) 0:00:53.612 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:02:36 -0500 (0:00:00.053) 0:00:53.666 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:02:37 -0500 (0:00:00.386) 0:00:54.053 ****** 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, b23432ea-cb54-4cbe-b695-24465b9092d0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b23432ea-cb54-4cbe-b695-24465b9092d0" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:02:37 -0500 (0:00:00.049) 0:00:54.102 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:02:37 -0500 (0:00:00.072) 0:00:54.174 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:02:37 -0500 (0:00:00.106) 0:00:54.280 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:02:37 -0500 (0:00:00.058) 0:00:54.339 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:02:37 -0500 (0:00:00.036) 0:00:54.376 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:02:37 -0500 (0:00:00.036) 0:00:54.413 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:02:39 -0500 (0:00:01.568) 0:00:55.981 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:02:40 -0500 (0:00:01.417) 0:00:57.399 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:02:40 -0500 (0:00:00.035) 0:00:57.435 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:02:40 -0500 (0:00:00.030) 0:00:57.465 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:02:40 -0500 (0:00:00.030) 0:00:57.496 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:02:40 -0500 (0:00:00.050) 0:00:57.547 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:02:40 -0500 (0:00:00.064) 0:00:57.611 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:02:40 -0500 (0:00:00.055) 0:00:57.667 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:02:40 -0500 (0:00:00.098) 0:00:57.765 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:02:41 -0500 (0:00:00.246) 0:00:58.012 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:02:41 -0500 (0:00:00.052) 0:00:58.065 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:02:41 -0500 (0:00:00.052) 0:00:58.117 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:02:41 -0500 (0:00:00.100) 0:00:58.218 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:02:41 -0500 (0:00:00.667) 0:00:58.886 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.063) 0:00:58.950 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.032) 0:00:58.982 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.031) 0:00:59.014 ****** 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, b23432ea-cb54-4cbe-b695-24465b9092d0 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.515) 0:00:59.529 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.038) 0:00:59.568 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b23432ea-cb54-4cbe-b695-24465b9092d0 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.050) 0:00:59.618 ****** 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, b23432ea-cb54-4cbe-b695-24465b9092d0 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b23432ea-cb54-4cbe-b695-24465b9092d0 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.058) 0:00:59.677 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:02:42 -0500 (0:00:00.055) 0:00:59.732 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:02:43 -0500 (0:00:00.458) 0:01:00.191 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 18 January 2025 09:02:43 -0500 (0:00:00.158) 0:01:00.350 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:02:43 -0500 (0:00:00.119) 0:01:00.469 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:02:43 -0500 (0:00:00.108) 0:01:00.578 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:02:43 -0500 (0:00:00.107) 0:01:00.686 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:02:43 -0500 (0:00:00.091) 0:01:00.778 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:02:44 -0500 (0:00:00.133) 0:01:00.911 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:02:45 -0500 (0:00:01.723) 0:01:02.635 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:02:47 -0500 (0:00:01.633) 0:01:04.268 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:02:47 -0500 (0:00:00.066) 0:01:04.335 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:02:47 -0500 (0:00:00.068) 0:01:04.403 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:02:47 -0500 (0:00:00.051) 0:01:04.455 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:02:47 -0500 (0:00:00.093) 0:01:04.549 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:02:47 -0500 (0:00:00.223) 0:01:04.772 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:02:47 -0500 (0:00:00.066) 0:01:04.839 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:02:47 -0500 (0:00:00.060) 0:01:04.900 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.091) 0:01:04.992 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.032) 0:01:05.024 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.034) 0:01:05.059 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.098) 0:01:05.157 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.556) 0:01:05.713 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.061) 0:01:05.774 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.032) 0:01:05.807 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:02:48 -0500 (0:00:00.031) 0:01:05.838 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:02:49 -0500 (0:00:00.573) 0:01:06.412 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:02:49 -0500 (0:00:00.050) 0:01:06.462 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:02:49 -0500 (0:00:00.047) 0:01:06.509 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:02:49 -0500 (0:00:00.048) 0:01:06.558 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:02:49 -0500 (0:00:00.036) 0:01:06.595 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:02:50 -0500 (0:00:00.386) 0:01:06.981 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 => (item=tasks/assert_device_present.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 18 January 2025 09:02:50 -0500 (0:00:00.086) 0:01:07.068 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:02:50 -0500 (0:00:00.050) 0:01:07.119 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737208956.3802743, "block_size": 4096, "blocks": 0, "ctime": 1737208956.3802743, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36802, "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": 1737208956.3802743, "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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 18 January 2025 09:02:50 -0500 (0:00:00.373) 0:01:07.493 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 January 2025 09:02:50 -0500 (0:00:00.058) 0:01:07.552 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:02:50 -0500 (0:00:00.093) 0:01:07.645 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:02:50 -0500 (0:00:00.056) 0:01:07.702 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:02:51 -0500 (0:00:00.492) 0:01:08.194 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:02:51 -0500 (0:00:00.051) 0:01:08.245 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017342", "end": "2025-01-18 09:02:51.696679", "rc": 1, "start": "2025-01-18 09:02:51.679337" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:02:51 -0500 (0:00:00.437) 0:01:08.683 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:02:51 -0500 (0:00:00.052) 0:01:08.735 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:02:51 -0500 (0:00:00.055) 0:01:08.791 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:02:51 -0500 (0:00:00.051) 0:01:08.842 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.110) 0:01:08.952 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.060) 0:01:09.013 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.057) 0:01:09.071 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.104) 0:01:09.176 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.087) 0:01:09.263 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.123) 0:01:09.387 ****** 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.067144", "end": "2025-01-18 09:02:52.842062", "rc": 1, "start": "2025-01-18 09:02:52.774918" } STDOUT: Connection 'statebr' (b23432ea-cb54-4cbe-b695-24465b9092d0) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:102 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.434) 0:01:09.821 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:02:52 -0500 (0:00:00.079) 0:01:09.901 ****** ok: [managed-node1] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:02:53 -0500 (0:00:00.083) 0:01:09.985 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:02:53 -0500 (0:00:00.106) 0:01:10.092 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:02:53 -0500 (0:00:00.079) 0:01:10.171 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:02:53 -0500 (0:00:00.067) 0:01:10.238 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003302", "end": "2025-01-18 09:02:53.611659", "rc": 0, "start": "2025-01-18 09:02:53.608357" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:02:53 -0500 (0:00:00.515) 0:01:10.754 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:02:53 -0500 (0:00:00.049) 0:01:10.803 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:02:53 -0500 (0:00:00.049) 0:01:10.853 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 => (item=tasks/create_bridge_profile.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 => (item=tasks/activate_profile.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:02:54 -0500 (0:00:00.082) 0:01:10.935 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:02:54 -0500 (0:00:00.070) 0:01:11.005 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:02:54 -0500 (0:00:00.066) 0:01:11.072 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:02:54 -0500 (0:00:00.091) 0:01:11.164 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:02:54 -0500 (0:00:00.060) 0:01:11.224 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:02:54 -0500 (0:00:00.060) 0:01:11.284 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:02:56 -0500 (0:00:01.638) 0:01:12.923 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:02:57 -0500 (0:00:01.645) 0:01:14.568 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:02:57 -0500 (0:00:00.056) 0:01:14.625 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:02:57 -0500 (0:00:00.051) 0:01:14.676 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:02:57 -0500 (0:00:00.052) 0:01:14.729 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:02:57 -0500 (0:00:00.082) 0:01:14.811 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:02:57 -0500 (0:00:00.072) 0:01:14.884 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:02:58 -0500 (0:00:00.058) 0:01:14.942 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:02:58 -0500 (0:00:00.066) 0:01:15.009 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:02:58 -0500 (0:00:00.090) 0:01:15.099 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:02:58 -0500 (0:00:00.034) 0:01:15.134 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:02:58 -0500 (0:00:00.044) 0:01:15.178 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:02:58 -0500 (0:00:00.096) 0:01:15.275 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:02:58 -0500 (0:00:00.610) 0:01:15.886 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.072) 0:01:15.959 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.037) 0:01:15.996 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.035) 0:01:16.032 ****** 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, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.597) 0:01:16.629 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.097) 0:01:16.726 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.059) 0:01:16.786 ****** 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, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.061) 0:01:16.847 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:02:59 -0500 (0:00:00.055) 0:01:16.903 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:03:00 -0500 (0:00:00.375) 0:01:17.278 ****** 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, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:03:00 -0500 (0:00:00.036) 0:01:17.315 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:03:00 -0500 (0:00:00.068) 0:01:17.383 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:03:00 -0500 (0:00:00.062) 0:01:17.446 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:03:00 -0500 (0:00:00.063) 0:01:17.510 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:03:00 -0500 (0:00:00.051) 0:01:17.562 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:03:00 -0500 (0:00:00.069) 0:01:17.632 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:03:02 -0500 (0:00:01.674) 0:01:19.306 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:03:04 -0500 (0:00:01.674) 0:01:20.981 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.054) 0:01:21.035 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.034) 0:01:21.070 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.038) 0:01:21.108 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.059) 0:01:21.167 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.068) 0:01:21.235 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.053) 0:01:21.289 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.065) 0:01:21.354 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.131) 0:01:21.485 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.056) 0:01:21.541 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.053) 0:01:21.595 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:03:04 -0500 (0:00:00.073) 0:01:21.668 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:03:05 -0500 (0:00:00.576) 0:01:22.245 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:03:05 -0500 (0:00:00.097) 0:01:22.342 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:03:05 -0500 (0:00:00.052) 0:01:22.395 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:03:05 -0500 (0:00:00.148) 0:01:22.543 ****** 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, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.544) 0:01:23.088 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.052) 0:01:23.140 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.057) 0:01:23.198 ****** 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, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 30c5d30d-d4a0-4f16-a4b6-f8a4a4290b66 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.057) 0:01:23.256 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.053) 0:01:23.309 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.374) 0:01:23.684 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.070) 0:01:23.754 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.075) 0:01:23.830 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:03:06 -0500 (0:00:00.074) 0:01:23.904 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:03:07 -0500 (0:00:00.052) 0:01:23.957 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:03:07 -0500 (0:00:00.064) 0:01:24.021 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:03:08 -0500 (0:00:01.576) 0:01:25.597 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:03:10 -0500 (0:00:01.588) 0:01:27.186 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.056) 0:01:27.243 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.052) 0:01:27.295 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.050) 0:01:27.345 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.085) 0:01:27.431 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.098) 0:01:27.529 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.078) 0:01:27.608 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.098) 0:01:27.706 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.137) 0:01:27.843 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:03:10 -0500 (0:00:00.051) 0:01:27.895 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:03:11 -0500 (0:00:00.062) 0:01:27.957 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:03:11 -0500 (0:00:00.068) 0:01:28.026 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:03:11 -0500 (0:00:00.552) 0:01:28.579 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:03:11 -0500 (0:00:00.075) 0:01:28.654 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:03:11 -0500 (0:00:00.076) 0:01:28.731 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:03:11 -0500 (0:00:00.031) 0:01:28.762 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:03:12 -0500 (0:00:00.558) 0:01:29.320 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:03:12 -0500 (0:00:00.032) 0:01:29.353 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:03:12 -0500 (0:00:00.034) 0:01:29.387 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:03:12 -0500 (0:00:00.036) 0:01:29.424 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:03:12 -0500 (0:00:00.031) 0:01:29.456 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:03:12 -0500 (0:00:00.389) 0:01:29.845 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 January 2025 09:03:13 -0500 (0:00:00.099) 0:01:29.944 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:03:13 -0500 (0:00:00.106) 0:01:30.051 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:03:13 -0500 (0:00:00.076) 0:01:30.128 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:03:13 -0500 (0:00:00.059) 0:01:30.187 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:03:13 -0500 (0:00:00.078) 0:01:30.265 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:03:13 -0500 (0:00:00.036) 0:01:30.302 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:03:15 -0500 (0:00:01.688) 0:01:31.990 ****** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:03:16 -0500 (0:00:01.413) 0:01:33.404 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.035) 0:01:33.439 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.032) 0:01:33.472 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.031) 0:01:33.503 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.055) 0:01:33.558 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.064) 0:01:33.622 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.051) 0:01:33.674 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.064) 0:01:33.738 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.089) 0:01:33.828 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.032) 0:01:33.860 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:03:16 -0500 (0:00:00.031) 0:01:33.891 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:03:17 -0500 (0:00:00.103) 0:01:33.995 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:03:17 -0500 (0:00:00.823) 0:01:34.818 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.112) 0:01:34.931 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.079) 0:01:35.011 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.055) 0:01:35.066 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.642) 0:01:35.709 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.046) 0:01:35.755 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.042) 0:01:35.798 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.044) 0:01:35.842 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:03:18 -0500 (0:00:00.034) 0:01:35.877 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:03:19 -0500 (0:00:00.400) 0:01:36.277 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 January 2025 09:03:19 -0500 (0:00:00.108) 0:01:36.386 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:03:19 -0500 (0:00:00.110) 0:01:36.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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:03:19 -0500 (0:00:00.064) 0:01:36.561 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.418) 0:01:36.979 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.037) 0:01:37.017 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017169", "end": "2025-01-18 09:03:20.408693", "rc": 1, "start": "2025-01-18 09:03:20.391524" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.403) 0:01:37.421 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.089) 0:01:37.511 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.092) 0:01:37.603 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.103) 0:01:37.706 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.111) 0:01:37.818 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 January 2025 09:03:20 -0500 (0:00:00.055) 0:01:37.873 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:03:21 -0500 (0:00:00.054) 0:01:37.928 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:03:21 -0500 (0:00:00.142) 0:01:38.070 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:03:21 -0500 (0:00:00.079) 0:01:38.150 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:03:21 -0500 (0:00:00.413) 0:01:38.563 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:03:21 -0500 (0:00:00.093) 0:01:38.657 ****** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:03:21 -0500 (0:00:00.089) 0:01:38.746 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:03:22 -0500 (0:00:00.295) 0:01:39.041 ****** 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.033478", "end": "2025-01-18 09:03:22.526762", "rc": 1, "start": "2025-01-18 09:03:22.493284" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:124 Saturday 18 January 2025 09:03:22 -0500 (0:00:00.464) 0:01:39.506 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 18 January 2025 09:03:22 -0500 (0:00:00.082) 0:01:39.588 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 18 January 2025 09:03:22 -0500 (0:00:00.041) 0:01:39.629 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 18 January 2025 09:03:22 -0500 (0:00:00.079) 0:01:39.709 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 18 January 2025 09:03:22 -0500 (0:00:00.053) 0:01:39.762 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 January 2025 09:03:22 -0500 (0:00:00.050) 0:01:39.813 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003089", "end": "2025-01-18 09:03:23.203619", "rc": 0, "start": "2025-01-18 09:03:23.200530" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.375) 0:01:40.189 ****** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.057) 0:01:40.246 ****** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.080) 0:01:40.326 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 => (item=tasks/create_bridge_profile.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 => (item=tasks/activate_profile.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.105) 0:01:40.432 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.146) 0:01:40.579 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.069) 0:01:40.649 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.057) 0:01:40.706 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.036) 0:01:40.743 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:03:23 -0500 (0:00:00.041) 0:01:40.784 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:03:25 -0500 (0:00:01.718) 0:01:42.502 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:03:27 -0500 (0:00:01.504) 0:01:44.006 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:03:27 -0500 (0:00:00.051) 0:01:44.058 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:03:27 -0500 (0:00:00.085) 0:01:44.144 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:03:27 -0500 (0:00:00.095) 0:01:44.240 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:03:27 -0500 (0:00:00.097) 0:01:44.337 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:03:27 -0500 (0:00:00.114) 0:01:44.451 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:03:27 -0500 (0:00:00.157) 0:01:44.609 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:03:27 -0500 (0:00:00.099) 0:01:44.709 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:03:28 -0500 (0:00:00.244) 0:01:44.953 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:03:28 -0500 (0:00:00.107) 0:01:45.061 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:03:28 -0500 (0:00:00.083) 0:01:45.144 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:03:28 -0500 (0:00:00.106) 0:01:45.250 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.667) 0:01:45.918 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.077) 0:01:45.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 : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.037) 0:01:46.032 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.038) 0:01:46.071 ****** 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, 5580cebe-72b5-4ca6-8fbd-b20454941ae5 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.588) 0:01:46.660 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.054) 0:01:46.714 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 5580cebe-72b5-4ca6-8fbd-b20454941ae5" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.078) 0:01:46.793 ****** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 5580cebe-72b5-4ca6-8fbd-b20454941ae5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 5580cebe-72b5-4ca6-8fbd-b20454941ae5" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.044) 0:01:46.837 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:03:29 -0500 (0:00:00.038) 0:01:46.875 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 January 2025 09:03:30 -0500 (0:00:00.417) 0:01:47.293 ****** 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, 5580cebe-72b5-4ca6-8fbd-b20454941ae5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 5580cebe-72b5-4ca6-8fbd-b20454941ae5" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 18 January 2025 09:03:30 -0500 (0:00:00.111) 0:01:47.405 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:03:30 -0500 (0:00:00.115) 0:01:47.520 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:03:30 -0500 (0:00:00.088) 0:01:47.608 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:03:30 -0500 (0:00:00.059) 0:01:47.668 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:03:30 -0500 (0:00:00.036) 0:01:47.705 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:03:30 -0500 (0:00:00.039) 0:01:47.745 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:03:32 -0500 (0:00:01.669) 0:01:49.414 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:03:33 -0500 (0:00:01.455) 0:01:50.870 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.042) 0:01:50.912 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.034) 0:01:50.947 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.029) 0:01:50.977 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.096) 0:01:51.073 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.063) 0:01:51.136 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.054) 0:01:51.191 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.061) 0:01:51.252 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.122) 0:01:51.375 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.054) 0:01:51.429 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.056) 0:01:51.485 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:03:34 -0500 (0:00:00.077) 0:01:51.562 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:03:35 -0500 (0:00:00.605) 0:01:52.167 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:03:35 -0500 (0:00:00.101) 0:01:52.269 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:03:35 -0500 (0:00:00.054) 0:01:52.323 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:03:35 -0500 (0:00:00.041) 0:01:52.365 ****** 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, 5580cebe-72b5-4ca6-8fbd-b20454941ae5 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.586) 0:01:52.951 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.031) 0:01:52.983 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 5580cebe-72b5-4ca6-8fbd-b20454941ae5 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.036) 0:01:53.020 ****** 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, 5580cebe-72b5-4ca6-8fbd-b20454941ae5 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 5580cebe-72b5-4ca6-8fbd-b20454941ae5 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.037) 0:01:53.057 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.030) 0:01:53.088 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.421) 0:01:53.509 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.085) 0:01:53.595 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.070) 0:01:53.665 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.068) 0:01:53.734 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.037) 0:01:53.771 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:03:36 -0500 (0:00:00.037) 0:01:53.809 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:03:38 -0500 (0:00:01.543) 0:01:55.353 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:03:39 -0500 (0:00:01.509) 0:01:56.862 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.057) 0:01:56.919 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.050) 0:01:56.969 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.118) 0:01:57.088 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.081) 0:01:57.170 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.086) 0:01:57.256 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.061) 0:01:57.317 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.069) 0:01:57.387 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.090) 0:01:57.477 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.032) 0:01:57.510 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.036) 0:01:57.547 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:03:40 -0500 (0:00:00.089) 0:01:57.637 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:03:41 -0500 (0:00:00.619) 0:01:58.256 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:03:41 -0500 (0:00:00.072) 0:01:58.329 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:03:41 -0500 (0:00:00.040) 0:01:58.370 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:03:41 -0500 (0:00:00.035) 0:01:58.405 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.554) 0:01:58.959 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.032) 0:01:58.992 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.035) 0:01:59.028 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.036) 0:01:59.064 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.078) 0:01:59.142 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.355) 0:01:59.498 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.059) 0:01:59.557 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.069) 0:01:59.627 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.066) 0:01:59.693 ****** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.059) 0:01:59.752 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.037) 0:01:59.790 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 January 2025 09:03:42 -0500 (0:00:00.036) 0:01:59.827 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 January 2025 09:03:44 -0500 (0:00:01.543) 0:02:01.371 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 January 2025 09:03:46 -0500 (0:00:01.576) 0:02:02.947 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.039) 0:02:02.987 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.033) 0:02:03.020 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.032) 0:02:03.053 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.052) 0:02:03.105 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.087) 0:02:03.193 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.087) 0:02:03.280 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.091) 0:02:03.372 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.133) 0:02:03.506 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.051) 0:02:03.558 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.035) 0:02:03.593 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 January 2025 09:03:46 -0500 (0:00:00.095) 0:02:03.689 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 18 January 2025 09:03:47 -0500 (0:00:00.566) 0:02:04.256 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 18 January 2025 09:03:47 -0500 (0:00:00.061) 0:02:04.317 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 18 January 2025 09:03:47 -0500 (0:00:00.031) 0:02:04.349 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 18 January 2025 09:03:47 -0500 (0:00:00.033) 0:02:04.382 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.551) 0:02:04.934 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.090) 0:02:05.025 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.037) 0:02:05.063 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.036) 0:02:05.099 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.031) 0:02:05.131 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.386) 0:02:05.517 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 => (item=tasks/assert_profile_absent.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml for managed-node1 => (item=tasks/get_NetworkManager_NVR.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.113) 0:02:05.630 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.094) 0:02:05.725 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 January 2025 09:03:48 -0500 (0:00:00.044) 0:02:05.769 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.335) 0:02:06.105 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.031) 0:02:06.136 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016224", "end": "2025-01-18 09:03:49.525287", "rc": 1, "start": "2025-01-18 09:03:49.509063" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.354) 0:02:06.490 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.033) 0:02:06.524 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.033) 0:02:06.557 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.077) 0:02:06.634 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.032) 0:02:06.667 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.032) 0:02:06.699 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 18 January 2025 09:03:49 -0500 (0:00:00.034) 0:02:06.734 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.870486", "end": "2025-01-18 09:03:50.973639", "rc": 0, "start": "2025-01-18 09:03:50.103153" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 18 January 2025 09:03:51 -0500 (0:00:01.223) 0:02:07.957 ****** ok: [managed-node1] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.059) 0:02:08.017 ****** ok: [managed-node1] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.069) 0:02:08.087 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.134) 0:02:08.222 ****** included: /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.092) 0:02:08.314 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.376) 0:02:08.691 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.038) 0:02:08.729 ****** 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.035) 0:02:08.765 ****** included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 => (item=tasks/cleanup_profile+device.yml) included: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node1 => (item=tasks/check_network_dns.yml) TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 January 2025 09:03:51 -0500 (0:00:00.068) 0:02:08.833 ****** 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.032820", "end": "2025-01-18 09:03:52.256833", "rc": 1, "start": "2025-01-18 09:03:52.224013" } 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 18 January 2025 09:03:52 -0500 (0:00:00.406) 0:02:09.240 ****** 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.008353", "end": "2025-01-18 09:03:52.645693", "rc": 0, "start": "2025-01-18 09:03:52.637340" } 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 0e:df:21:5b:ad:4f brd ff:ff:ff:ff:ff:ff inet 10.31.41.202/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 2389sec preferred_lft 2389sec inet6 fe80::cdf:21ff:fe5b:ad4f/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.202 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.202 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-rv3/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 18 January 2025 09:03:52 -0500 (0:00:00.478) 0:02:09.718 ****** 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.142259", "end": "2025-01-18 09:03:53.290546", "rc": 0, "start": "2025-01-18 09:03:53.148287" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 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 3860 0 --:--:-- --:--:-- --:--:-- 3860 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 6928 0 --:--:-- --:--:-- --:--:-- 6928 PLAY RECAP ********************************************************************* managed-node1 : ok=324 changed=10 unreachable=0 failed=0 skipped=307 rescued=0 ignored=11 TASKS RECAP ******************************************************************** Saturday 18 January 2025 09:03:53 -0500 (0:00:00.526) 0:02:10.245 ****** =============================================================================== fedora.linux_system_roles.network : Check which packages are installed --- 1.80s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.73s /tmp/collections-rv3/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-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.71s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.69s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.67s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.67s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.67s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.65s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.64s /tmp/collections-rv3/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-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.59s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.58s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Enable EPEL 8 ----------------------------------------------------------- 1.57s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 fedora.linux_system_roles.network : Check which services are running ---- 1.57s /tmp/collections-rv3/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21