ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:6 Saturday 08 February 2025 07:51:45 -0500 (0:00:00.019) 0:00:00.019 ***** ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:9 Saturday 08 February 2025 07:51:46 -0500 (0:00:00.900) 0:00:00.919 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 08 February 2025 07:51:46 -0500 (0:00:00.037) 0:00:00.956 ***** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 08 February 2025 07:51:46 -0500 (0:00:00.515) 0:00:01.472 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 08 February 2025 07:51:47 -0500 (0:00:00.647) 0:00:02.119 ***** ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 08 February 2025 07:51:47 -0500 (0:00:00.054) 0:00:02.174 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 08 February 2025 07:51:47 -0500 (0:00:00.050) 0:00:02.224 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 08 February 2025 07:51:47 -0500 (0:00:00.087) 0:00:02.312 ***** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Saturday 08 February 2025 07:51:48 -0500 (0:00:00.732) 0:00:03.044 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Saturday 08 February 2025 07:51:48 -0500 (0:00:00.031) 0:00:03.076 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Saturday 08 February 2025 07:51:48 -0500 (0:00:00.023) 0:00:03.099 ***** [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.223360", "end": "2025-02-08 07:51:48.692401", "rc": 0, "start": "2025-02-08 07:51:48.469041" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Saturday 08 February 2025 07:51:48 -0500 (0:00:00.568) 0:00:03.668 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_nm.yml:11 Saturday 08 February 2025 07:51:48 -0500 (0:00:00.025) 0:00:03.694 ***** ok: [managed-node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:3 Saturday 08 February 2025 07:51:48 -0500 (0:00:00.038) 0:00:03.732 ***** ok: [managed-node1] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:11 Saturday 08 February 2025 07:51:49 -0500 (0:00:00.615) 0:00:04.348 ***** ok: [managed-node1] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:22 Saturday 08 February 2025 07:51:49 -0500 (0:00:00.017) 0:00:04.366 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 08 February 2025 07:51:49 -0500 (0:00:00.028) 0:00:04.394 ***** ok: [managed-node1] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 08 February 2025 07:51:49 -0500 (0:00:00.021) 0:00:04.415 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 08 February 2025 07:51:49 -0500 (0:00:00.080) 0:00:04.496 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 08 February 2025 07:51:49 -0500 (0:00:00.041) 0:00:04.537 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 08 February 2025 07:51:49 -0500 (0:00:00.034) 0:00:04.572 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004089", "end": "2025-02-08 07:51:50.988845", "rc": 0, "start": "2025-02-08 07:51:49.984756" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 08 February 2025 07:51:51 -0500 (0:00:01.389) 0:00:05.961 ***** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 08 February 2025 07:51:51 -0500 (0:00:00.034) 0:00:05.996 ***** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 08 February 2025 07:51:51 -0500 (0:00:00.029) 0:00:06.025 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 08 February 2025 07:51:51 -0500 (0:00:00.054) 0:00:06.080 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006407", "end": "2025-02-08 07:51:51.514995", "rc": 1, "start": "2025-02-08 07:51:51.508588" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 08 February 2025 07:51:51 -0500 (0:00:00.394) 0:00:06.474 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:51:51 -0500 (0:00:00.026) 0:00:06.501 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 08 February 2025 07:51:51 -0500 (0:00:00.344) 0:00:06.846 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 08 February 2025 07:51:51 -0500 (0:00:00.040) 0:00:06.886 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 08 February 2025 07:51:52 -0500 (0:00:00.035) 0:00:06.921 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:51:52 -0500 (0:00:00.116) 0:00:07.038 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:51:52 -0500 (0:00:00.036) 0:00:07.074 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:51:52 -0500 (0:00:00.019) 0:00:07.094 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:51:52 -0500 (0:00:00.018) 0:00:07.113 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:51:52 -0500 (0:00:00.027) 0:00:07.140 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:51:53 -0500 (0:00:01.677) 0:00:08.817 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:51:55 -0500 (0:00:02.002) 0:00:10.820 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.094) 0:00:10.914 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.077) 0:00:10.992 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.045) 0:00:11.038 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.047) 0:00:11.085 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.059) 0:00:11.145 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.037) 0:00:11.183 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.041) 0:00:11.224 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.073) 0:00:11.298 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.035) 0:00:11.333 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.035) 0:00:11.369 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:51:56 -0500 (0:00:00.050) 0:00:11.419 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:51:57 -0500 (0:00:00.972) 0:00:12.391 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:51:57 -0500 (0:00:00.140) 0:00:12.531 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:51:57 -0500 (0:00:00.062) 0:00:12.594 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:51:57 -0500 (0:00:00.064) 0:00:12.658 ***** 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, 7dbabe82-b4d2-4eb2-ac3f-a7feb50f905a TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:51:58 -0500 (0:00:00.891) 0:00:13.550 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:51:58 -0500 (0:00:00.037) 0:00:13.587 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7dbabe82-b4d2-4eb2-ac3f-a7feb50f905a" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:51:58 -0500 (0:00:00.044) 0:00:13.631 ***** 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, 7dbabe82-b4d2-4eb2-ac3f-a7feb50f905a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7dbabe82-b4d2-4eb2-ac3f-a7feb50f905a" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:51:58 -0500 (0:00:00.067) 0:00:13.699 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:51:58 -0500 (0:00:00.047) 0:00:13.747 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 08 February 2025 07:51:59 -0500 (0:00:00.539) 0:00:14.286 ***** 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, 7dbabe82-b4d2-4eb2-ac3f-a7feb50f905a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7dbabe82-b4d2-4eb2-ac3f-a7feb50f905a" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 08 February 2025 07:51:59 -0500 (0:00:00.063) 0:00:14.350 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 08 February 2025 07:51:59 -0500 (0:00:00.115) 0:00:14.465 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 08 February 2025 07:51:59 -0500 (0:00:00.158) 0:00:14.624 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 08 February 2025 07:51:59 -0500 (0:00:00.058) 0:00:14.682 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739019118.55748, "block_size": 4096, "blocks": 8, "ctime": 1739019118.51548, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4075406, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1739019118.51548, "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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.419) 0:00:15.101 ***** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.060) 0:00:15.162 ***** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018073", "end": "2025-02-08 07:52:00.566501", "rc": 0, "start": "2025-02-08 07:52:00.548428" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.414) 0:00:15.577 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.068) 0:00:15.645 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.063) 0:00:15.708 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.062) 0:00:15.771 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.061) 0:00:15.833 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 08 February 2025 07:52:00 -0500 (0:00:00.063) 0:00:15.897 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 08 February 2025 07:52:01 -0500 (0:00:00.072) 0:00:15.969 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 08 February 2025 07:52:01 -0500 (0:00:00.044) 0:00:16.014 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 08 February 2025 07:52:01 -0500 (0:00:00.047) 0:00:16.061 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 08 February 2025 07:52:01 -0500 (0:00:00.084) 0:00:16.146 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:52:01 -0500 (0:00:00.104) 0:00:16.251 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739019118.5175881, "block_size": 4096, "blocks": 0, "ctime": 1739019118.5175881, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37281, "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": 1739019118.5175881, "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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 08 February 2025 07:52:01 -0500 (0:00:00.532) 0:00:16.783 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 08 February 2025 07:52:01 -0500 (0:00:00.115) 0:00:16.899 ***** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 08 February 2025 07:52:02 -0500 (0:00:00.067) 0:00:16.967 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 08 February 2025 07:52:02 -0500 (0:00:00.102) 0:00:17.069 ***** 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.051171", "end": "2025-02-08 07:52:02.512658", "rc": 1, "start": "2025-02-08 07:52:02.461487" } STDOUT: Connection 'statebr' (7dbabe82-b4d2-4eb2-ac3f-a7feb50f905a) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:45 Saturday 08 February 2025 07:52:02 -0500 (0:00:00.446) 0:00:17.516 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 08 February 2025 07:52:02 -0500 (0:00:00.109) 0:00:17.625 ***** ok: [managed-node1] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 08 February 2025 07:52:02 -0500 (0:00:00.062) 0:00:17.688 ***** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 08 February 2025 07:52:02 -0500 (0:00:00.111) 0:00:17.799 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 08 February 2025 07:52:02 -0500 (0:00:00.099) 0:00:17.899 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 08 February 2025 07:52:03 -0500 (0:00:00.134) 0:00:18.034 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002424", "end": "2025-02-08 07:52:03.427039", "rc": 0, "start": "2025-02-08 07:52:03.424615" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 08 February 2025 07:52:03 -0500 (0:00:00.399) 0:00:18.433 ***** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 08 February 2025 07:52:03 -0500 (0:00:00.060) 0:00:18.494 ***** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 08 February 2025 07:52:03 -0500 (0:00:00.056) 0:00:18.550 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 08 February 2025 07:52:03 -0500 (0:00:00.112) 0:00:18.663 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006060", "end": "2025-02-08 07:52:04.088835", "rc": 1, "start": "2025-02-08 07:52:04.082775" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 08 February 2025 07:52:04 -0500 (0:00:00.424) 0:00:19.087 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:52:04 -0500 (0:00:00.092) 0:00:19.180 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 08 February 2025 07:52:04 -0500 (0:00:00.390) 0:00:19.571 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 08 February 2025 07:52:04 -0500 (0:00:00.046) 0:00:19.617 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 08 February 2025 07:52:04 -0500 (0:00:00.104) 0:00:19.721 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:52:04 -0500 (0:00:00.135) 0:00:19.857 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:52:05 -0500 (0:00:00.107) 0:00:19.964 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:52:05 -0500 (0:00:00.049) 0:00:20.014 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:52:05 -0500 (0:00:00.043) 0:00:20.057 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:52:05 -0500 (0:00:00.042) 0:00:20.100 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:52:06 -0500 (0:00:01.580) 0:00:21.681 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:52:08 -0500 (0:00:01.641) 0:00:23.323 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.053) 0:00:23.377 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.043) 0:00:23.420 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.071) 0:00:23.492 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.052) 0:00:23.545 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.043) 0:00:23.588 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.035) 0:00:23.624 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.041) 0:00:23.666 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.076) 0:00:23.742 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.045) 0:00:23.788 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.055) 0:00:23.844 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:52:08 -0500 (0:00:00.059) 0:00:23.904 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:52:09 -0500 (0:00:00.633) 0:00:24.537 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:52:09 -0500 (0:00:00.076) 0:00:24.614 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:52:09 -0500 (0:00:00.055) 0:00:24.669 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:52:09 -0500 (0:00:00.057) 0:00:24.727 ***** 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, dc3e8a4a-226c-4fab-9ea8-88722eaf8922 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:52:10 -0500 (0:00:00.600) 0:00:25.328 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:52:10 -0500 (0:00:00.036) 0:00:25.365 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dc3e8a4a-226c-4fab-9ea8-88722eaf8922" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:52:10 -0500 (0:00:00.038) 0:00:25.403 ***** 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, dc3e8a4a-226c-4fab-9ea8-88722eaf8922\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dc3e8a4a-226c-4fab-9ea8-88722eaf8922" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:52:10 -0500 (0:00:00.039) 0:00:25.443 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:52:10 -0500 (0:00:00.036) 0:00:25.479 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 08 February 2025 07:52:10 -0500 (0:00:00.350) 0:00:25.830 ***** 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, dc3e8a4a-226c-4fab-9ea8-88722eaf8922\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, dc3e8a4a-226c-4fab-9ea8-88722eaf8922" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 08 February 2025 07:52:10 -0500 (0:00:00.038) 0:00:25.868 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 08 February 2025 07:52:11 -0500 (0:00:00.076) 0:00:25.944 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:52:11 -0500 (0:00:00.091) 0:00:26.035 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 08 February 2025 07:52:11 -0500 (0:00:00.369) 0:00:26.405 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 08 February 2025 07:52:11 -0500 (0:00:00.094) 0:00:26.499 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 08 February 2025 07:52:11 -0500 (0:00:00.114) 0:00:26.614 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 08 February 2025 07:52:11 -0500 (0:00:00.087) 0:00:26.708 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739019130.3374853, "block_size": 4096, "blocks": 8, "ctime": 1739019130.3374853, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1739019130.3374853, "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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.436) 0:00:27.145 ***** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.062) 0:00:27.207 ***** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017684", "end": "2025-02-08 07:52:12.639983", "rc": 0, "start": "2025-02-08 07:52:12.622299" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.408) 0:00:27.616 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.042) 0:00:27.658 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.049) 0:00:27.708 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.039) 0:00:27.748 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.043) 0:00:27.792 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 08 February 2025 07:52:12 -0500 (0:00:00.081) 0:00:27.873 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 08 February 2025 07:52:13 -0500 (0:00:00.062) 0:00:27.936 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 08 February 2025 07:52:13 -0500 (0:00:00.048) 0:00:27.984 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 08 February 2025 07:52:13 -0500 (0:00:00.047) 0:00:28.032 ***** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 08 February 2025 07:52:13 -0500 (0:00:00.051) 0:00:28.083 ***** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 08 February 2025 07:52:13 -0500 (0:00:00.064) 0:00:28.148 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 08 February 2025 07:52:13 -0500 (0:00:00.108) 0:00:28.257 ***** 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.034607", "end": "2025-02-08 07:52:13.865676", "rc": 1, "start": "2025-02-08 07:52:13.831069" } STDOUT: Connection 'statebr' (dc3e8a4a-226c-4fab-9ea8-88722eaf8922) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:65 Saturday 08 February 2025 07:52:13 -0500 (0:00:00.608) 0:00:28.865 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 08 February 2025 07:52:14 -0500 (0:00:00.114) 0:00:28.979 ***** ok: [managed-node1] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 08 February 2025 07:52:14 -0500 (0:00:00.058) 0:00:29.038 ***** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 08 February 2025 07:52:14 -0500 (0:00:00.165) 0:00:29.203 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 08 February 2025 07:52:14 -0500 (0:00:00.131) 0:00:29.335 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 08 February 2025 07:52:14 -0500 (0:00:00.132) 0:00:29.467 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002566", "end": "2025-02-08 07:52:14.849378", "rc": 0, "start": "2025-02-08 07:52:14.846812" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 08 February 2025 07:52:14 -0500 (0:00:00.414) 0:00:29.882 ***** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.107) 0:00:29.989 ***** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.060) 0:00:30.049 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.090) 0:00:30.140 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.077) 0:00:30.218 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.071) 0:00:30.289 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.050) 0:00:30.339 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.055) 0:00:30.395 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:52:15 -0500 (0:00:00.067) 0:00:30.462 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:52:17 -0500 (0:00:01.703) 0:00:32.166 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:52:18 -0500 (0:00:01.418) 0:00:33.585 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:52:18 -0500 (0:00:00.038) 0:00:33.623 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:52:18 -0500 (0:00:00.035) 0:00:33.659 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:52:18 -0500 (0:00:00.037) 0:00:33.696 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:52:18 -0500 (0:00:00.037) 0:00:33.734 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:52:19 -0500 (0:00:00.181) 0:00:33.915 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:52:19 -0500 (0:00:00.055) 0:00:33.971 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:52:19 -0500 (0:00:00.068) 0:00:34.039 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:52:19 -0500 (0:00:00.124) 0:00:34.164 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:52:19 -0500 (0:00:00.058) 0:00:34.223 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:52:19 -0500 (0:00:00.054) 0:00:34.277 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:52:19 -0500 (0:00:00.066) 0:00:34.344 ***** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.578) 0:00:34.922 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.051) 0:00:34.974 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.037) 0:00:35.012 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.036) 0:00:35.048 ***** 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, 76e62b75-8539-4890-a525-13cdcfd1f897 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.595) 0:00:35.643 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.062) 0:00:35.705 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 76e62b75-8539-4890-a525-13cdcfd1f897" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.119) 0:00:35.825 ***** 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, 76e62b75-8539-4890-a525-13cdcfd1f897\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 76e62b75-8539-4890-a525-13cdcfd1f897" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:52:20 -0500 (0:00:00.061) 0:00:35.887 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:52:21 -0500 (0:00:00.062) 0:00:35.950 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 08 February 2025 07:52:21 -0500 (0:00:00.504) 0:00:36.454 ***** 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, 76e62b75-8539-4890-a525-13cdcfd1f897\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 76e62b75-8539-4890-a525-13cdcfd1f897" ] } } TASK [Test] ******************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 08 February 2025 07:52:21 -0500 (0:00:00.105) 0:00:36.560 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 08 February 2025 07:52:21 -0500 (0:00:00.091) 0:00:36.651 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:52:21 -0500 (0:00:00.103) 0:00:36.755 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:52:21 -0500 (0:00:00.073) 0:00:36.829 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:52:21 -0500 (0:00:00.045) 0:00:36.874 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:52:22 -0500 (0:00:00.038) 0:00:36.913 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:52:22 -0500 (0:00:00.042) 0:00:36.955 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:52:23 -0500 (0:00:01.603) 0:00:38.559 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:52:25 -0500 (0:00:01.432) 0:00:39.992 ***** ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.041) 0:00:40.033 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.037) 0:00:40.071 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.037) 0:00:40.109 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.043) 0:00:40.153 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.053) 0:00:40.206 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.102) 0:00:40.309 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.063) 0:00:40.373 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.110) 0:00:40.484 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.061) 0:00:40.545 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.057) 0:00:40.602 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:52:25 -0500 (0:00:00.068) 0:00:40.671 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:52:26 -0500 (0:00:00.624) 0:00:41.295 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:52:26 -0500 (0:00:00.101) 0:00:41.397 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:52:26 -0500 (0:00:00.093) 0:00:41.491 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:52:26 -0500 (0:00:00.065) 0:00:41.556 ***** 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, 76e62b75-8539-4890-a525-13cdcfd1f897 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:52:27 -0500 (0:00:00.780) 0:00:42.336 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:52:27 -0500 (0:00:00.040) 0:00:42.376 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 76e62b75-8539-4890-a525-13cdcfd1f897 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:52:27 -0500 (0:00:00.042) 0:00:42.419 ***** 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, 76e62b75-8539-4890-a525-13cdcfd1f897 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 76e62b75-8539-4890-a525-13cdcfd1f897 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:52:27 -0500 (0:00:00.061) 0:00:42.481 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:52:27 -0500 (0:00:00.057) 0:00:42.538 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 08 February 2025 07:52:28 -0500 (0:00:00.535) 0:00:43.074 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 08 February 2025 07:52:28 -0500 (0:00:00.140) 0:00:43.214 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:52:28 -0500 (0:00:00.117) 0:00:43.331 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739019140.5814276, "block_size": 4096, "blocks": 0, "ctime": 1739019140.5814276, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37412, "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": 1739019140.5814276, "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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 08 February 2025 07:52:28 -0500 (0:00:00.363) 0:00:43.695 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 08 February 2025 07:52:28 -0500 (0:00:00.046) 0:00:43.742 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 08 February 2025 07:52:28 -0500 (0:00:00.103) 0:00:43.845 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 08 February 2025 07:52:28 -0500 (0:00:00.061) 0:00:43.907 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739019140.62149, "block_size": 4096, "blocks": 8, "ctime": 1739019140.5804899, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1739019140.5804899, "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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 08 February 2025 07:52:29 -0500 (0:00:00.381) 0:00:44.289 ***** ok: [managed-node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 08 February 2025 07:52:29 -0500 (0:00:00.047) 0:00:44.336 ***** ok: [managed-node1] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017738", "end": "2025-02-08 07:52:29.770243", "rc": 0, "start": "2025-02-08 07:52:29.752505" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 08 February 2025 07:52:29 -0500 (0:00:00.409) 0:00:44.746 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 08 February 2025 07:52:29 -0500 (0:00:00.081) 0:00:44.827 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 08 February 2025 07:52:29 -0500 (0:00:00.063) 0:00:44.891 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.072) 0:00:44.963 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.072) 0:00:45.036 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.065) 0:00:45.102 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.078) 0:00:45.180 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.063) 0:00:45.244 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.047) 0:00:45.292 ***** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.043) 0:00:45.335 ***** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.058) 0:00:45.394 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.073) 0:00:45.468 ***** 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.061613", "end": "2025-02-08 07:52:30.915896", "rc": 1, "start": "2025-02-08 07:52:30.854283" } STDOUT: Connection 'statebr' (76e62b75-8539-4890-a525-13cdcfd1f897) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:83 Saturday 08 February 2025 07:52:30 -0500 (0:00:00.434) 0:00:45.902 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 08 February 2025 07:52:31 -0500 (0:00:00.076) 0:00:45.979 ***** ok: [managed-node1] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 08 February 2025 07:52:31 -0500 (0:00:00.075) 0:00:46.054 ***** ok: [managed-node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [managed-node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [managed-node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [managed-node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [managed-node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed-node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed-node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 08 February 2025 07:52:31 -0500 (0:00:00.079) 0:00:46.133 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 08 February 2025 07:52:31 -0500 (0:00:00.079) 0:00:46.212 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 08 February 2025 07:52:31 -0500 (0:00:00.104) 0:00:46.316 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002363", "end": "2025-02-08 07:52:31.737831", "rc": 0, "start": "2025-02-08 07:52:31.735468" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 08 February 2025 07:52:31 -0500 (0:00:00.429) 0:00:46.745 ***** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 08 February 2025 07:52:31 -0500 (0:00:00.066) 0:00:46.811 ***** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 08 February 2025 07:52:32 -0500 (0:00:00.124) 0:00:46.936 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 08 February 2025 07:52:32 -0500 (0:00:00.114) 0:00:47.050 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:52:32 -0500 (0:00:00.114) 0:00:47.165 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:52:32 -0500 (0:00:00.122) 0:00:47.287 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:52:32 -0500 (0:00:00.120) 0:00:47.408 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:52:32 -0500 (0:00:00.070) 0:00:47.478 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:52:32 -0500 (0:00:00.059) 0:00:47.538 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:52:34 -0500 (0:00:01.623) 0:00:49.161 ***** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:52:35 -0500 (0:00:01.569) 0:00:50.731 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:52:35 -0500 (0:00:00.091) 0:00:50.822 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:52:35 -0500 (0:00:00.062) 0:00:50.885 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.046) 0:00:50.932 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.049) 0:00:50.981 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.046) 0:00:51.027 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.036) 0:00:51.063 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.042) 0:00:51.106 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.087) 0:00:51.193 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.056) 0:00:51.250 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.062) 0:00:51.312 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:52:36 -0500 (0:00:00.065) 0:00:51.378 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.635) 0:00:52.013 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.053) 0:00:52.066 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.043) 0:00:52.110 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.073) 0:00:52.183 ***** 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, d13a05df-2e58-4299-87ed-17ff386b37bc TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.556) 0:00:52.739 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.038) 0:00:52.777 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d13a05df-2e58-4299-87ed-17ff386b37bc" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.040) 0:00:52.818 ***** 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, d13a05df-2e58-4299-87ed-17ff386b37bc\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d13a05df-2e58-4299-87ed-17ff386b37bc" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.039) 0:00:52.858 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:52:37 -0500 (0:00:00.036) 0:00:52.894 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 08 February 2025 07:52:38 -0500 (0:00:00.476) 0:00:53.371 ***** 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, d13a05df-2e58-4299-87ed-17ff386b37bc\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d13a05df-2e58-4299-87ed-17ff386b37bc" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 08 February 2025 07:52:38 -0500 (0:00:00.084) 0:00:53.455 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:52:38 -0500 (0:00:00.133) 0:00:53.589 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:52:38 -0500 (0:00:00.128) 0:00:53.717 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:52:38 -0500 (0:00:00.079) 0:00:53.797 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:52:38 -0500 (0:00:00.069) 0:00:53.867 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:52:39 -0500 (0:00:00.122) 0:00:53.990 ***** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:52:40 -0500 (0:00:01.580) 0:00:55.570 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:52:42 -0500 (0:00:01.439) 0:00:57.011 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.037) 0:00:57.048 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.042) 0:00:57.090 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.102) 0:00:57.193 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.047) 0:00:57.240 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.056) 0:00:57.297 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.057) 0:00:57.354 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.063) 0:00:57.418 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.110) 0:00:57.528 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.057) 0:00:57.586 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.041) 0:00:57.627 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:52:42 -0500 (0:00:00.052) 0:00:57.680 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:52:43 -0500 (0:00:00.522) 0:00:58.202 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:52:43 -0500 (0:00:00.042) 0:00:58.244 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:52:43 -0500 (0:00:00.037) 0:00:58.281 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:52:43 -0500 (0:00:00.037) 0:00:58.319 ***** 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, d13a05df-2e58-4299-87ed-17ff386b37bc skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:52:43 -0500 (0:00:00.559) 0:00:58.879 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.104) 0:00:58.983 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d13a05df-2e58-4299-87ed-17ff386b37bc skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.065) 0:00:59.049 ***** 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, d13a05df-2e58-4299-87ed-17ff386b37bc skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d13a05df-2e58-4299-87ed-17ff386b37bc skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.063) 0:00:59.113 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.059) 0:00:59.172 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.401) 0:00:59.574 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.082) 0:00:59.657 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.075) 0:00:59.732 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.100) 0:00:59.832 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:52:44 -0500 (0:00:00.070) 0:00:59.903 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:52:45 -0500 (0:00:00.077) 0:00:59.981 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:52:45 -0500 (0:00:00.063) 0:01:00.045 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:52:46 -0500 (0:00:01.569) 0:01:01.614 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:52:48 -0500 (0:00:01.439) 0:01:03.054 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.045) 0:01:03.100 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.041) 0:01:03.142 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.040) 0:01:03.182 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.070) 0:01:03.252 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.046) 0:01:03.299 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.037) 0:01:03.337 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.043) 0:01:03.380 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.073) 0:01:03.454 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.037) 0:01:03.491 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.038) 0:01:03.529 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:52:48 -0500 (0:00:00.043) 0:01:03.573 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:52:49 -0500 (0:00:00.546) 0:01:04.119 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:52:49 -0500 (0:00:00.042) 0:01:04.161 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:52:49 -0500 (0:00:00.038) 0:01:04.200 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:52:49 -0500 (0:00:00.038) 0:01:04.239 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:52:49 -0500 (0:00:00.535) 0:01:04.775 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:52:49 -0500 (0:00:00.073) 0:01:04.848 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:52:49 -0500 (0:00:00.040) 0:01:04.889 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:52:50 -0500 (0:00:00.040) 0:01:04.929 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:52:50 -0500 (0:00:00.038) 0:01:04.967 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 08 February 2025 07:52:50 -0500 (0:00:00.356) 0:01:05.324 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 08 February 2025 07:52:50 -0500 (0:00:00.087) 0:01:05.411 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:52:50 -0500 (0:00:00.103) 0:01:05.514 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1739019157.7092345, "block_size": 4096, "blocks": 0, "ctime": 1739019157.7092345, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37543, "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": 1739019157.7092345, "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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 08 February 2025 07:52:51 -0500 (0:00:00.398) 0:01:05.913 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 08 February 2025 07:52:51 -0500 (0:00:00.071) 0:01:05.985 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 08 February 2025 07:52:51 -0500 (0:00:00.134) 0:01:06.120 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 08 February 2025 07:52:51 -0500 (0:00:00.144) 0:01:06.265 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 08 February 2025 07:52:51 -0500 (0:00:00.558) 0:01:06.823 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 08 February 2025 07:52:51 -0500 (0:00:00.053) 0:01:06.877 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017308", "end": "2025-02-08 07:52:52.474130", "rc": 1, "start": "2025-02-08 07:52:52.456822" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.615) 0:01:07.493 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.068) 0:01:07.561 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.062) 0:01:07.623 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.047) 0:01:07.671 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.056) 0:01:07.728 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.055) 0:01:07.783 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.051) 0:01:07.835 ***** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 08 February 2025 07:52:52 -0500 (0:00:00.041) 0:01:07.877 ***** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 08 February 2025 07:52:53 -0500 (0:00:00.045) 0:01:07.923 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 08 February 2025 07:52:53 -0500 (0:00:00.079) 0:01:08.002 ***** 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.068654", "end": "2025-02-08 07:52:53.485913", "rc": 1, "start": "2025-02-08 07:52:53.417259" } STDOUT: Connection 'statebr' (d13a05df-2e58-4299-87ed-17ff386b37bc) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:102 Saturday 08 February 2025 07:52:53 -0500 (0:00:00.479) 0:01:08.482 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 08 February 2025 07:52:53 -0500 (0:00:00.172) 0:01:08.654 ***** ok: [managed-node1] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 08 February 2025 07:52:53 -0500 (0:00:00.045) 0:01:08.699 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 08 February 2025 07:52:53 -0500 (0:00:00.085) 0:01:08.785 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 08 February 2025 07:52:53 -0500 (0:00:00.059) 0:01:08.844 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 08 February 2025 07:52:54 -0500 (0:00:00.090) 0:01:08.934 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002537", "end": "2025-02-08 07:52:54.557007", "rc": 0, "start": "2025-02-08 07:52:54.554470" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 08 February 2025 07:52:54 -0500 (0:00:00.616) 0:01:09.551 ***** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 08 February 2025 07:52:54 -0500 (0:00:00.047) 0:01:09.598 ***** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 08 February 2025 07:52:54 -0500 (0:00:00.038) 0:01:09.637 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 08 February 2025 07:52:54 -0500 (0:00:00.102) 0:01:09.739 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:52:54 -0500 (0:00:00.108) 0:01:09.848 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:52:55 -0500 (0:00:00.259) 0:01:10.107 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:52:55 -0500 (0:00:00.059) 0:01:10.167 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:52:55 -0500 (0:00:00.055) 0:01:10.223 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:52:55 -0500 (0:00:00.048) 0:01:10.271 ***** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:52:56 -0500 (0:00:01.559) 0:01:11.831 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:52:58 -0500 (0:00:01.576) 0:01:13.408 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:52:58 -0500 (0:00:00.062) 0:01:13.470 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:52:58 -0500 (0:00:00.072) 0:01:13.543 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:52:58 -0500 (0:00:00.087) 0:01:13.630 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:52:58 -0500 (0:00:00.079) 0:01:13.710 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:52:58 -0500 (0:00:00.104) 0:01:13.814 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:52:58 -0500 (0:00:00.064) 0:01:13.878 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:52:59 -0500 (0:00:00.075) 0:01:13.953 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:52:59 -0500 (0:00:00.115) 0:01:14.069 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:52:59 -0500 (0:00:00.057) 0:01:14.126 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:52:59 -0500 (0:00:00.063) 0:01:14.190 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:52:59 -0500 (0:00:00.067) 0:01:14.257 ***** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:52:59 -0500 (0:00:00.619) 0:01:14.876 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.043) 0:01:14.919 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.036) 0:01:14.956 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.036) 0:01:14.993 ***** 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, 25c181a9-1294-4d91-aa21-14ea9b7830a0 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.697) 0:01:15.690 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.038) 0:01:15.729 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 25c181a9-1294-4d91-aa21-14ea9b7830a0" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.039) 0:01:15.769 ***** 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, 25c181a9-1294-4d91-aa21-14ea9b7830a0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 25c181a9-1294-4d91-aa21-14ea9b7830a0" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.042) 0:01:15.811 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:00 -0500 (0:00:00.049) 0:01:15.861 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 08 February 2025 07:53:01 -0500 (0:00:00.373) 0:01:16.234 ***** 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, 25c181a9-1294-4d91-aa21-14ea9b7830a0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 25c181a9-1294-4d91-aa21-14ea9b7830a0" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 08 February 2025 07:53:01 -0500 (0:00:00.038) 0:01:16.273 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:53:01 -0500 (0:00:00.065) 0:01:16.338 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:53:01 -0500 (0:00:00.115) 0:01:16.454 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:53:01 -0500 (0:00:00.071) 0:01:16.526 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:53:01 -0500 (0:00:00.074) 0:01:16.600 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:53:01 -0500 (0:00:00.143) 0:01:16.743 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:53:03 -0500 (0:00:01.626) 0:01:18.370 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:53:04 -0500 (0:00:01.497) 0:01:19.867 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.062) 0:01:19.930 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.054) 0:01:19.985 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.085) 0:01:20.071 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.043) 0:01:20.114 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.053) 0:01:20.168 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.037) 0:01:20.205 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.042) 0:01:20.248 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.076) 0:01:20.325 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.037) 0:01:20.363 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.035) 0:01:20.398 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:53:05 -0500 (0:00:00.044) 0:01:20.443 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.521) 0:01:20.965 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.045) 0:01:21.010 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.038) 0:01:21.048 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.037) 0:01:21.086 ***** 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, 25c181a9-1294-4d91-aa21-14ea9b7830a0 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.618) 0:01:21.705 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.062) 0:01:21.767 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 25c181a9-1294-4d91-aa21-14ea9b7830a0 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.046) 0:01:21.813 ***** 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, 25c181a9-1294-4d91-aa21-14ea9b7830a0 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 25c181a9-1294-4d91-aa21-14ea9b7830a0 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.051) 0:01:21.865 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:06 -0500 (0:00:00.042) 0:01:21.907 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 08 February 2025 07:53:07 -0500 (0:00:00.344) 0:01:22.252 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:53:07 -0500 (0:00:00.063) 0:01:22.316 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:53:07 -0500 (0:00:00.074) 0:01:22.390 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:53:07 -0500 (0:00:00.044) 0:01:22.435 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:53:07 -0500 (0:00:00.038) 0:01:22.473 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:53:07 -0500 (0:00:00.039) 0:01:22.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 : Check which packages are installed] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:53:09 -0500 (0:00:01.505) 0:01:24.018 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:53:10 -0500 (0:00:01.403) 0:01:25.421 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:53:10 -0500 (0:00:00.040) 0:01:25.462 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:53:10 -0500 (0:00:00.038) 0:01:25.500 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:53:10 -0500 (0:00:00.037) 0:01:25.537 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:53:10 -0500 (0:00:00.039) 0:01:25.577 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:53:10 -0500 (0:00:00.054) 0:01:25.632 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:53:10 -0500 (0:00:00.109) 0:01:25.741 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:53:10 -0500 (0:00:00.066) 0:01:25.807 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.128) 0:01:25.936 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.054) 0:01:25.990 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.047) 0:01:26.038 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.051) 0:01:26.090 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.576) 0:01:26.667 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.077) 0:01:26.744 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.061) 0:01:26.806 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:11 -0500 (0:00:00.054) 0:01:26.860 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:12 -0500 (0:00:00.579) 0:01:27.439 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:12 -0500 (0:00:00.043) 0:01:27.483 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:12 -0500 (0:00:00.053) 0:01:27.536 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:12 -0500 (0:00:00.064) 0:01:27.600 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:12 -0500 (0:00:00.106) 0:01:27.707 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 08 February 2025 07:53:13 -0500 (0:00:00.431) 0:01:28.138 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 08 February 2025 07:53:13 -0500 (0:00:00.119) 0:01:28.257 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:53:13 -0500 (0:00:00.088) 0:01:28.346 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:53:13 -0500 (0:00:00.082) 0:01:28.428 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:53:13 -0500 (0:00:00.065) 0:01:28.494 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:53:13 -0500 (0:00:00.046) 0:01:28.540 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:53:13 -0500 (0:00:00.040) 0:01:28.581 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:53:15 -0500 (0:00:01.561) 0:01:30.142 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:53:16 -0500 (0:00:01.505) 0:01:31.647 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:53:16 -0500 (0:00:00.058) 0:01:31.706 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:53:16 -0500 (0:00:00.115) 0:01:31.821 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:53:16 -0500 (0:00:00.076) 0:01:31.898 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.046) 0:01:31.945 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.060) 0:01:32.005 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.057) 0:01:32.063 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.101) 0:01:32.164 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.089) 0:01:32.254 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.039) 0:01:32.294 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.044) 0:01:32.339 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:53:17 -0500 (0:00:00.062) 0:01:32.402 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:53:18 -0500 (0:00:00.587) 0:01:32.990 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:18 -0500 (0:00:00.067) 0:01:33.057 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:18 -0500 (0:00:00.058) 0:01:33.116 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:18 -0500 (0:00:00.069) 0:01:33.186 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:18 -0500 (0:00:00.661) 0:01:33.848 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:18 -0500 (0:00:00.037) 0:01:33.885 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.039) 0:01:33.925 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.040) 0:01:33.966 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.037) 0:01:34.004 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.358) 0:01:34.362 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.069) 0:01:34.431 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.065) 0:01:34.497 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.036) 0:01:34.534 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 08 February 2025 07:53:19 -0500 (0:00:00.347) 0:01:34.882 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.035) 0:01:34.917 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016916", "end": "2025-02-08 07:53:20.313127", "rc": 1, "start": "2025-02-08 07:53:20.296211" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.390) 0:01:35.308 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.049) 0:01:35.357 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.039) 0:01:35.397 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.040) 0:01:35.437 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.038) 0:01:35.476 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.098) 0:01:35.575 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.042) 0:01:35.617 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.072) 0:01:35.689 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:53:20 -0500 (0:00:00.061) 0:01:35.750 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 08 February 2025 07:53:21 -0500 (0:00:00.355) 0:01:36.106 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 08 February 2025 07:53:21 -0500 (0:00:00.043) 0:01:36.149 ***** ok: [managed-node1] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 08 February 2025 07:53:21 -0500 (0:00:00.037) 0:01:36.187 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 08 February 2025 07:53:21 -0500 (0:00:00.071) 0:01:36.258 ***** 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.034373", "end": "2025-02-08 07:53:21.667167", "rc": 1, "start": "2025-02-08 07:53:21.632794" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:124 Saturday 08 February 2025 07:53:21 -0500 (0:00:00.406) 0:01:36.665 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 08 February 2025 07:53:21 -0500 (0:00:00.151) 0:01:36.816 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 08 February 2025 07:53:21 -0500 (0:00:00.060) 0:01:36.877 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.115) 0:01:36.993 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.096) 0:01:37.090 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.091) 0:01:37.181 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002393", "end": "2025-02-08 07:53:22.621614", "rc": 0, "start": "2025-02-08 07:53:22.619221" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.421) 0:01:37.603 ***** ok: [managed-node1] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.046) 0:01:37.649 ***** ok: [managed-node1] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.047) 0:01:37.697 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.114) 0:01:37.811 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:53:22 -0500 (0:00:00.095) 0:01:37.906 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:53:23 -0500 (0:00:00.185) 0:01:38.092 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:53:23 -0500 (0:00:00.058) 0:01:38.150 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:53:23 -0500 (0:00:00.055) 0:01:38.206 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:53:23 -0500 (0:00:00.044) 0:01:38.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 : Check which packages are installed] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:53:24 -0500 (0:00:01.511) 0:01:39.762 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:53:26 -0500 (0:00:01.430) 0:01:41.192 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.037) 0:01:41.230 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.036) 0:01:41.266 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.035) 0:01:41.301 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.035) 0:01:41.337 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.044) 0:01:41.381 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.048) 0:01:41.430 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.042) 0:01:41.473 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.081) 0:01:41.555 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.048) 0:01:41.603 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.056) 0:01:41.660 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:53:26 -0500 (0:00:00.065) 0:01:41.725 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:53:27 -0500 (0:00:00.581) 0:01:42.307 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:27 -0500 (0:00:00.071) 0:01:42.379 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:27 -0500 (0:00:00.060) 0:01:42.439 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:27 -0500 (0:00:00.095) 0:01:42.535 ***** 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, 7a154370-6c26-472b-911a-f7bfaa626e42 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:28 -0500 (0:00:00.588) 0:01:43.123 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:28 -0500 (0:00:00.036) 0:01:43.160 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7a154370-6c26-472b-911a-f7bfaa626e42" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:28 -0500 (0:00:00.042) 0:01:43.202 ***** 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, 7a154370-6c26-472b-911a-f7bfaa626e42\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7a154370-6c26-472b-911a-f7bfaa626e42" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:28 -0500 (0:00:00.058) 0:01:43.261 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:28 -0500 (0:00:00.073) 0:01:43.335 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 08 February 2025 07:53:28 -0500 (0:00:00.478) 0:01:43.814 ***** 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, 7a154370-6c26-472b-911a-f7bfaa626e42\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7a154370-6c26-472b-911a-f7bfaa626e42" ] } } TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 08 February 2025 07:53:28 -0500 (0:00:00.068) 0:01:43.882 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:53:29 -0500 (0:00:00.102) 0:01:43.984 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:53:29 -0500 (0:00:00.117) 0:01:44.102 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:53:29 -0500 (0:00:00.061) 0:01:44.163 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:53:29 -0500 (0:00:00.079) 0:01:44.242 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:53:29 -0500 (0:00:00.036) 0:01:44.278 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:53:30 -0500 (0:00:01.514) 0:01:45.793 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:53:32 -0500 (0:00:01.451) 0:01:47.245 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.085) 0:01:47.330 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.069) 0:01:47.400 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.055) 0:01:47.455 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.111) 0:01:47.567 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.068) 0:01:47.635 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.071) 0:01:47.706 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.075) 0:01:47.782 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:53:32 -0500 (0:00:00.093) 0:01:47.875 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:53:33 -0500 (0:00:00.042) 0:01:47.918 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:53:33 -0500 (0:00:00.038) 0:01:47.956 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:53:33 -0500 (0:00:00.044) 0:01:48.001 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:53:33 -0500 (0:00:00.649) 0:01:48.650 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:33 -0500 (0:00:00.062) 0:01:48.713 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:33 -0500 (0:00:00.043) 0:01:48.756 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:33 -0500 (0:00:00.059) 0:01:48.815 ***** 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, 7a154370-6c26-472b-911a-f7bfaa626e42 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:34 -0500 (0:00:00.581) 0:01:49.397 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:34 -0500 (0:00:00.044) 0:01:49.442 ***** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7a154370-6c26-472b-911a-f7bfaa626e42 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:34 -0500 (0:00:00.076) 0:01:49.519 ***** ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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, 7a154370-6c26-472b-911a-f7bfaa626e42 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7a154370-6c26-472b-911a-f7bfaa626e42 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:34 -0500 (0:00:00.038) 0:01:49.558 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:34 -0500 (0:00:00.035) 0:01:49.593 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 08 February 2025 07:53:35 -0500 (0:00:00.361) 0:01:49.955 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:53:35 -0500 (0:00:00.061) 0:01:50.016 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:53:35 -0500 (0:00:00.071) 0:01:50.087 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:53:35 -0500 (0:00:00.046) 0:01:50.134 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:53:35 -0500 (0:00:00.037) 0:01:50.171 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:53:35 -0500 (0:00:00.035) 0:01:50.207 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:53:36 -0500 (0:00:01.521) 0:01:51.728 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:53:38 -0500 (0:00:01.460) 0:01:53.189 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.047) 0:01:53.237 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.060) 0:01:53.297 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.047) 0:01:53.345 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.040) 0:01:53.385 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.049) 0:01:53.435 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.046) 0:01:53.482 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.079) 0:01:53.562 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.072) 0:01:53.634 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.034) 0:01:53.669 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.047) 0:01:53.717 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:53:38 -0500 (0:00:00.040) 0:01:53.758 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:53:39 -0500 (0:00:00.545) 0:01:54.303 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:39 -0500 (0:00:00.055) 0:01:54.358 ***** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:39 -0500 (0:00:00.058) 0:01:54.417 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:39 -0500 (0:00:00.060) 0:01:54.477 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.644) 0:01:55.121 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.045) 0:01:55.167 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.042) 0:01:55.209 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.038) 0:01:55.247 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.070) 0:01:55.318 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.371) 0:01:55.689 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed-node1 TASK [Include network role] **************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.092) 0:01:55.781 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 08 February 2025 07:53:40 -0500 (0:00:00.080) 0:01:55.861 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 08 February 2025 07:53:41 -0500 (0:00:00.075) 0:01:55.937 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 08 February 2025 07:53:41 -0500 (0:00:00.043) 0:01:55.981 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 08 February 2025 07:53:41 -0500 (0:00:00.036) 0:01:56.017 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 08 February 2025 07:53:41 -0500 (0:00:00.037) 0:01:56.055 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 08 February 2025 07:53:42 -0500 (0:00:01.516) 0:01:57.572 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 08 February 2025 07:53:44 -0500 (0:00:01.389) 0:01:58.961 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.037) 0:01:58.999 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.038) 0:01:59.037 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.038) 0:01:59.076 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.036) 0:01:59.112 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.045) 0:01:59.158 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.074) 0:01:59.232 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.042) 0:01:59.275 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.073) 0:01:59.349 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.037) 0:01:59.387 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.036) 0:01:59.423 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 08 February 2025 07:53:44 -0500 (0:00:00.043) 0:01:59.467 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.514) 0:01:59.981 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.045) 0:02:00.026 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.037) 0:02:00.063 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.038) 0:02:00.101 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.518) 0:02:00.619 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.036) 0:02:00.656 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.039) 0:02:00.696 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.074) 0:02:00.771 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 08 February 2025 07:53:45 -0500 (0:00:00.037) 0:02:00.808 ***** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 08 February 2025 07:53:46 -0500 (0:00:00.352) 0:02:01.160 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml for managed-node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 08 February 2025 07:53:46 -0500 (0:00:00.099) 0:02:01.259 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 08 February 2025 07:53:46 -0500 (0:00:00.074) 0:02:01.333 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 08 February 2025 07:53:46 -0500 (0:00:00.046) 0:02:01.380 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 08 February 2025 07:53:46 -0500 (0:00:00.353) 0:02:01.734 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 08 February 2025 07:53:46 -0500 (0:00:00.042) 0:02:01.776 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.016344", "end": "2025-02-08 07:53:47.178079", "rc": 1, "start": "2025-02-08 07:53:47.161735" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 08 February 2025 07:53:47 -0500 (0:00:00.389) 0:02:02.166 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 08 February 2025 07:53:47 -0500 (0:00:00.041) 0:02:02.207 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 08 February 2025 07:53:47 -0500 (0:00:00.038) 0:02:02.245 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 08 February 2025 07:53:47 -0500 (0:00:00.073) 0:02:02.319 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 08 February 2025 07:53:47 -0500 (0:00:00.038) 0:02:02.357 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 08 February 2025 07:53:47 -0500 (0:00:00.044) 0:02:02.402 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 08 February 2025 07:53:47 -0500 (0:00:00.058) 0:02:02.461 ***** [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node1] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.855396", "end": "2025-02-08 07:53:48.702738", "rc": 0, "start": "2025-02-08 07:53:47.847342" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 08 February 2025 07:53:48 -0500 (0:00:01.229) 0:02:03.690 ***** ok: [managed-node1] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 08 February 2025 07:53:48 -0500 (0:00:00.046) 0:02:03.737 ***** ok: [managed-node1] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 08 February 2025 07:53:48 -0500 (0:00:00.041) 0:02:03.779 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed-node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 08 February 2025 07:53:48 -0500 (0:00:00.072) 0:02:03.852 ***** included: /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 08 February 2025 07:53:49 -0500 (0:00:00.061) 0:02:03.913 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 08 February 2025 07:53:49 -0500 (0:00:00.399) 0:02:04.312 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 08 February 2025 07:53:49 -0500 (0:00:00.042) 0:02:04.354 ***** 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 08 February 2025 07:53:49 -0500 (0:00:00.039) 0:02:04.394 ***** included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed-node1 included: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 08 February 2025 07:53:49 -0500 (0:00:00.078) 0:02:04.472 ***** 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.033641", "end": "2025-02-08 07:53:49.880132", "rc": 1, "start": "2025-02-08 07:53:49.846491" } 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 08 February 2025 07:53:49 -0500 (0:00:00.385) 0:02:04.857 ***** 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.007907", "end": "2025-02-08 07:53:50.247203", "rc": 0, "start": "2025-02-08 07:53:50.239296" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:de:ef:f1:af:ad brd ff:ff:ff:ff:ff:ff inet 10.31.44.8/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2431sec preferred_lft 2431sec inet6 fe80::de:efff:fef1:afad/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.44.8 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.44.8 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-yJj/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 08 February 2025 07:53:50 -0500 (0:00:00.386) 0:02:05.244 ***** 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.188905", "end": "2025-02-08 07:53:50.856182", "rc": 0, "start": "2025-02-08 07:53:50.667277" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 2346 0 --:--:-- --:--:-- --:--:-- 2346 % 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 7864 0 --:--:-- --:--:-- --:--:-- 7864 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=324 changed=10 unreachable=0 failed=0 skipped=307 rescued=0 ignored=11 Saturday 08 February 2025 07:53:50 -0500 (0:00:00.569) 0:02:05.813 ***** =============================================================================== fedora.linux_system_roles.network : Check which packages are installed --- 2.00s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.70s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.68s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.64s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.63s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.62s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.60s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /tmp/collections-yJj/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-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.57s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.57s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.52s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.52s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.51s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.51s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.51s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.51s /tmp/collections-yJj/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26