ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [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_initscripts.yml ***************************************** 2 plays in /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml:5 Saturday 27 July 2024 09:15:28 -0400 (0:00:00.023) 0:00:00.023 ********* ok: [managed_node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml:8 Saturday 27 July 2024 09:15:29 -0400 (0:00:00.917) 0:00:00.941 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 27 July 2024 09:15:29 -0400 (0:00:00.084) 0:00:01.025 ********* ok: [managed_node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 27 July 2024 09:15:29 -0400 (0:00:00.398) 0:00:01.424 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 27 July 2024 09:15:30 -0400 (0:00:00.410) 0:00:01.834 ********* ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 27 July 2024 09:15:30 -0400 (0:00:00.045) 0:00:01.879 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 27 July 2024 09:15:30 -0400 (0:00:00.040) 0:00:01.919 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 7] *********************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 27 July 2024 09:15:30 -0400 (0:00:00.070) 0:00:01.990 ********* ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:24 Saturday 27 July 2024 09:15:30 -0400 (0:00:00.368) 0:00:02.358 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } lsrpackages: yum-utils TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:30 Saturday 27 July 2024 09:15:31 -0400 (0:00:00.696) 0:00:03.055 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.168208", "end": "2024-07-27 09:15:31.966289", "rc": 0, "start": "2024-07-27 09:15:31.798081" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.462) 0:00:03.518 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:40 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.022) 0:00:03.540 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml:10 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.023) 0:00:03.564 ********* ok: [managed_node1] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:3 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.023) 0:00:03.587 ********* ok: [managed_node1] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:11 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.567) 0:00:04.154 ********* ok: [managed_node1] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:22 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.025) 0:00:04.180 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node1 TASK [TEST: I can create a profile] ******************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.039) 0:00:04.219 ********* ok: [managed_node1] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.024) 0:00:04.244 ********* 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": false, "what": "tasks/assert_device_present.yml" } ] } ok: [managed_node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed_node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.077) 0:00:04.321 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.035) 0:00:04.356 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:15:32 -0400 (0:00:00.032) 0:00:04.389 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004524", "end": "2024-07-27 09:15:33.130409", "rc": 0, "start": "2024-07-27 09:15:33.125885" } STDOUT: bond0 bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.287) 0:00:04.677 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.028) 0:00:04.706 ********* ok: [managed_node1] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.026) 0:00:04.732 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.050) 0:00:04.783 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007739", "end": "2024-07-27 09:15:33.532604", "rc": 1, "start": "2024-07-27 09:15:33.524865" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.296) 0:00:05.080 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.034) 0:00:05.114 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.278) 0:00:05.393 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.027) 0:00:05.421 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:15:33 -0400 (0:00:00.044) 0:00:05.465 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:15:34 -0400 (0:00:00.141) 0:00:05.607 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:15:34 -0400 (0:00:00.052) 0:00:05.659 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:15:34 -0400 (0:00:00.027) 0:00:05.687 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:15:34 -0400 (0:00:00.021) 0:00:05.709 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:15:34 -0400 (0:00:00.022) 0:00:05.731 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:15:35 -0400 (0:00:00.995) 0:00:06.727 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:15:36 -0400 (0:00:01.385) 0:00:08.113 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:15:36 -0400 (0:00:00.065) 0:00:08.179 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:15:36 -0400 (0:00:00.061) 0:00:08.240 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:15:36 -0400 (0:00:00.062) 0:00:08.302 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:15:36 -0400 (0:00:00.062) 0:00:08.365 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:15:36 -0400 (0:00:00.063) 0:00:08.428 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.073) 0:00:08.502 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.067) 0:00:08.570 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.111) 0:00:08.681 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.064) 0:00:08.745 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.099) 0:00:08.845 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.069) 0:00:08.914 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.062) 0:00:08.977 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:15:37 -0400 (0:00:00.063) 0:00:09.041 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:15:38 -0400 (0:00:00.699) 0:00:09.740 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpmhauAt" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:15:38 -0400 (0:00:00.337) 0:00:10.077 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:15:39 -0400 (0:00:00.728) 0:00:10.806 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:15:39 -0400 (0:00:00.063) 0:00:10.869 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:15:39 -0400 (0:00:00.064) 0:00:10.934 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:15:39 -0400 (0:00:00.131) 0:00:11.066 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:15:39 -0400 (0:00:00.063) 0:00:11.129 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:15:40 -0400 (0:00:00.450) 0:00:11.580 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:15:40 -0400 (0:00:00.107) 0:00:11.687 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 09:15:40 -0400 (0:00:00.123) 0:00:11.810 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:15:40 -0400 (0:00:00.117) 0:00:11.928 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:15:40 -0400 (0:00:00.063) 0:00:11.991 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086139.2176309, "block_size": 4096, "blocks": 8, "ctime": 1722086139.2176309, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722086139.2176309, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:15:40 -0400 (0:00:00.333) 0:00:12.325 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:15:40 -0400 (0:00:00.066) 0:00:12.392 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022671", "end": "2024-07-27 09:15:41.161621", "rc": 1, "start": "2024-07-27 09:15:41.138950" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:15:41 -0400 (0:00:00.354) 0:00:12.747 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:15:41 -0400 (0:00:00.064) 0:00:12.812 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003218", "end": "2024-07-27 09:15:41.560696", "rc": 0, "start": "2024-07-27 09:15:41.557478" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:15:41 -0400 (0:00:00.344) 0:00:13.156 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:15:41 -0400 (0:00:00.071) 0:00:13.228 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003217", "end": "2024-07-27 09:15:41.984035", "rc": 0, "start": "2024-07-27 09:15:41.980818" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.342) 0:00:13.571 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.072) 0:00:13.643 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.114) 0:00:13.758 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.069) 0:00:13.828 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.068) 0:00:13.896 ********* skipping: [managed_node1] => (item={u'what': u'tasks/assert_device_present.yml', u'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_present.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I can create a profile'] ******************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.070) 0:00:13.967 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.067) 0:00:14.035 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:15:42 -0400 (0:00:00.123) 0:00:14.159 ********* 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.044885", "end": "2024-07-27 09:15:42.954152", "rc": 1, "start": "2024-07-27 09:15:42.909267" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:45 Saturday 27 July 2024 09:15:43 -0400 (0:00:00.382) 0:00:14.542 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node1 TASK [TEST: I can create a profile without autoconnect] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:15:43 -0400 (0:00:00.116) 0:00:14.658 ********* ok: [managed_node1] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:15:43 -0400 (0:00:00.067) 0:00:14.726 ********* ok: [managed_node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [managed_node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [managed_node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [managed_node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [managed_node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed_node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed_node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:15:43 -0400 (0:00:00.122) 0:00:14.848 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:15:43 -0400 (0:00:00.111) 0:00:14.960 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:15:43 -0400 (0:00:00.109) 0:00:15.070 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003245", "end": "2024-07-27 09:15:43.818411", "rc": 0, "start": "2024-07-27 09:15:43.815166" } STDOUT: bond0 bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:15:43 -0400 (0:00:00.334) 0:00:15.405 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:15:44 -0400 (0:00:00.112) 0:00:15.517 ********* ok: [managed_node1] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:15:44 -0400 (0:00:00.068) 0:00:15.585 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node1 TASK [Remove test interface if necessary] ************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/delete_interface.yml:3 Saturday 27 July 2024 09:15:44 -0400 (0:00:00.123) 0:00:15.709 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006875", "end": "2024-07-27 09:15:44.455195", "rc": 1, "start": "2024-07-27 09:15:44.448320" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:15:44 -0400 (0:00:00.332) 0:00:16.042 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:15:44 -0400 (0:00:00.109) 0:00:16.151 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:15:44 -0400 (0:00:00.324) 0:00:16.476 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:15:45 -0400 (0:00:00.068) 0:00:16.544 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 27 July 2024 09:15:45 -0400 (0:00:00.122) 0:00:16.666 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:15:45 -0400 (0:00:00.134) 0:00:16.801 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:15:45 -0400 (0:00:00.128) 0:00:16.929 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:15:45 -0400 (0:00:00.084) 0:00:17.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/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:15:45 -0400 (0:00:00.106) 0:00:17.120 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:15:45 -0400 (0:00:00.067) 0:00:17.188 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:15:46 -0400 (0:00:00.874) 0:00:18.062 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:15:47 -0400 (0:00:01.155) 0:00:19.218 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:15:47 -0400 (0:00:00.069) 0:00:19.287 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:15:47 -0400 (0:00:00.068) 0:00:19.356 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:15:47 -0400 (0:00:00.063) 0:00:19.419 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.108) 0:00:19.528 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.066) 0:00:19.594 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.075) 0:00:19.670 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.067) 0:00:19.737 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.114) 0:00:19.851 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.065) 0:00:19.917 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.061) 0:00:19.979 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.068) 0:00:20.048 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.061) 0:00:20.110 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:15:48 -0400 (0:00:00.063) 0:00:20.173 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:15:49 -0400 (0:00:00.460) 0:00:20.633 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpjJEl3f" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:15:49 -0400 (0:00:00.349) 0:00:20.983 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.523) 0:00:21.507 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.066) 0:00:21.574 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.068) 0:00:21.642 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.115) 0:00:21.757 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.066) 0:00:21.824 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.339) 0:00:22.163 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.067) 0:00:22.230 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.130) 0:00:22.360 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:15:50 -0400 (0:00:00.113) 0:00:22.474 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 July 2024 09:15:51 -0400 (0:00:00.335) 0:00:22.809 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 09:15:51 -0400 (0:00:00.069) 0:00:22.878 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:15:51 -0400 (0:00:00.119) 0:00:22.998 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:15:51 -0400 (0:00:00.066) 0:00:23.064 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086149.9136934, "block_size": 4096, "blocks": 8, "ctime": 1722086149.9136934, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722086149.9136934, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 126, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:15:51 -0400 (0:00:00.335) 0:00:23.400 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:15:51 -0400 (0:00:00.069) 0:00:23.470 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020155", "end": "2024-07-27 09:15:52.234873", "rc": 1, "start": "2024-07-27 09:15:52.214718" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:15:52 -0400 (0:00:00.399) 0:00:23.869 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:15:52 -0400 (0:00:00.069) 0:00:23.939 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003208", "end": "2024-07-27 09:15:52.697654", "rc": 0, "start": "2024-07-27 09:15:52.694446" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:15:52 -0400 (0:00:00.351) 0:00:24.290 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:15:52 -0400 (0:00:00.076) 0:00:24.366 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003223", "end": "2024-07-27 09:15:53.130258", "rc": 0, "start": "2024-07-27 09:15:53.127035" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.351) 0:00:24.718 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.073) 0:00:24.792 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.071) 0:00:24.863 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.069) 0:00:24.932 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.067) 0:00:25.000 ********* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.058) 0:00:25.058 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.065) 0:00:25.124 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:15:53 -0400 (0:00:00.122) 0:00:25.247 ********* 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.041539", "end": "2024-07-27 09:15:54.042467", "rc": 1, "start": "2024-07-27 09:15:54.000928" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:65 Saturday 27 July 2024 09:15:54 -0400 (0:00:00.384) 0:00:25.631 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node1 TASK [TEST: I can activate an existing profile] ******************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:15:54 -0400 (0:00:00.161) 0:00:25.792 ********* ok: [managed_node1] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:15:54 -0400 (0:00:00.066) 0:00:25.859 ********* ok: [managed_node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [managed_node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [managed_node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [managed_node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [managed_node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed_node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed_node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:15:54 -0400 (0:00:00.122) 0:00:25.981 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:15:54 -0400 (0:00:00.110) 0:00:26.092 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:15:54 -0400 (0:00:00.114) 0:00:26.207 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003233", "end": "2024-07-27 09:15:54.952174", "rc": 0, "start": "2024-07-27 09:15:54.948941" } STDOUT: bond0 bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.332) 0:00:26.539 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.069) 0:00:26.609 ********* ok: [managed_node1] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.068) 0:00:26.678 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.119) 0:00:26.797 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.115) 0:00:26.913 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.132) 0:00:27.046 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.083) 0:00:27.129 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.062) 0:00:27.192 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:15:55 -0400 (0:00:00.108) 0:00:27.301 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:15:56 -0400 (0:00:00.871) 0:00:28.173 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:15:57 -0400 (0:00:01.171) 0:00:29.344 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:15:57 -0400 (0:00:00.068) 0:00:29.413 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:15:57 -0400 (0:00:00.067) 0:00:29.481 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.067) 0:00:29.548 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.065) 0:00:29.613 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.107) 0:00:29.720 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.072) 0:00:29.793 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.069) 0:00:29.863 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.112) 0:00:29.975 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.063) 0:00:30.039 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.065) 0:00:30.104 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.069) 0:00:30.173 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.065) 0:00:30.239 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:15:58 -0400 (0:00:00.064) 0:00:30.303 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:15:59 -0400 (0:00:00.457) 0:00:30.761 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpGPSrmn" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:15:59 -0400 (0:00:00.347) 0:00:31.109 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.536) 0:00:31.645 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.064) 0:00:31.710 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.070) 0:00:31.781 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.069) 0:00:31.851 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.111) 0:00:31.963 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.331) 0:00:32.295 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Test] ******************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.068) 0:00:32.363 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:16:00 -0400 (0:00:00.117) 0:00:32.481 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:01 -0400 (0:00:00.129) 0:00:32.611 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:01 -0400 (0:00:00.130) 0:00:32.741 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:01 -0400 (0:00:00.090) 0:00:32.832 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:01 -0400 (0:00:00.068) 0:00:32.900 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:01 -0400 (0:00:00.066) 0:00:32.967 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:02 -0400 (0:00:00.913) 0:00:33.881 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:03 -0400 (0:00:01.232) 0:00:35.114 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:03 -0400 (0:00:00.075) 0:00:35.189 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:03 -0400 (0:00:00.066) 0:00:35.255 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:03 -0400 (0:00:00.069) 0:00:35.324 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:03 -0400 (0:00:00.066) 0:00:35.391 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:03 -0400 (0:00:00.069) 0:00:35.460 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.077) 0:00:35.537 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.071) 0:00:35.609 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.116) 0:00:35.726 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.066) 0:00:35.793 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.066) 0:00:35.859 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.074) 0:00:35.934 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.112) 0:00:36.046 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:04 -0400 (0:00:00.068) 0:00:36.115 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:05 -0400 (0:00:00.501) 0:00:36.616 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpDFLGkg" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:05 -0400 (0:00:00.365) 0:00:36.982 ********* changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:06 -0400 (0:00:00.766) 0:00:37.749 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:06 -0400 (0:00:00.068) 0:00:37.817 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:06 -0400 (0:00:00.070) 0:00:37.888 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:06 -0400 (0:00:00.073) 0:00:37.961 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:06 -0400 (0:00:00.067) 0:00:38.028 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:16:06 -0400 (0:00:00.346) 0:00:38.374 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 09:16:07 -0400 (0:00:00.133) 0:00:38.508 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:16:07 -0400 (0:00:00.159) 0:00:38.668 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086166.090788, "block_size": 4096, "blocks": 0, "ctime": 1722086166.088788, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17771, "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": 1722086166.088788, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 09:16:07 -0400 (0:00:00.347) 0:00:39.016 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 09:16:07 -0400 (0:00:00.071) 0:00:39.087 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:16:07 -0400 (0:00:00.122) 0:00:39.209 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:16:07 -0400 (0:00:00.069) 0:00:39.279 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086165.9267871, "block_size": 4096, "blocks": 8, "ctime": 1722086160.0407526, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722086160.0407526, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:16:08 -0400 (0:00:00.340) 0:00:39.619 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:16:08 -0400 (0:00:00.070) 0:00:39.689 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020284", "end": "2024-07-27 09:16:08.462134", "rc": 1, "start": "2024-07-27 09:16:08.441850" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:16:08 -0400 (0:00:00.358) 0:00:40.048 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:16:08 -0400 (0:00:00.066) 0:00:40.115 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003208", "end": "2024-07-27 09:16:08.877390", "rc": 0, "start": "2024-07-27 09:16:08.874182" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:16:08 -0400 (0:00:00.354) 0:00:40.469 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.077) 0:00:40.546 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003225", "end": "2024-07-27 09:16:09.304834", "rc": 0, "start": "2024-07-27 09:16:09.301609" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.351) 0:00:40.898 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.128) 0:00:41.026 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.071) 0:00:41.097 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.071) 0:00:41.169 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.070) 0:00:41.240 ********* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.061) 0:00:41.301 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.069) 0:00:41.371 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:16:09 -0400 (0:00:00.124) 0:00:41.496 ********* ok: [managed_node1] => { "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.048942", "end": "2024-07-27 09:16:10.297854", "rc": 0, "start": "2024-07-27 09:16:10.248912" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:83 Saturday 27 July 2024 09:16:10 -0400 (0:00:00.389) 0:00:41.885 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node1 TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:16:10 -0400 (0:00:00.118) 0:00:42.004 ********* ok: [managed_node1] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:16:10 -0400 (0:00:00.068) 0:00:42.073 ********* ok: [managed_node1] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [managed_node1] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [managed_node1] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [managed_node1] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [managed_node1] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [managed_node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed_node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:16:10 -0400 (0:00:00.127) 0:00:42.201 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:16:10 -0400 (0:00:00.111) 0:00:42.312 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:16:10 -0400 (0:00:00.111) 0:00:42.424 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003236", "end": "2024-07-27 09:16:11.182043", "rc": 0, "start": "2024-07-27 09:16:11.178807" } STDOUT: bond0 bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.356) 0:00:42.780 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.069) 0:00:42.849 ********* ok: [managed_node1] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.069) 0:00:42.919 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.129) 0:00:43.048 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.118) 0:00:43.167 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.129) 0:00:43.297 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.085) 0:00:43.382 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:11 -0400 (0:00:00.067) 0:00:43.449 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:12 -0400 (0:00:00.066) 0:00:43.516 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:12 -0400 (0:00:00.888) 0:00:44.405 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:14 -0400 (0:00:01.215) 0:00:45.620 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.070) 0:00:45.691 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.066) 0:00:45.757 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.066) 0:00:45.824 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.064) 0:00:45.888 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.066) 0:00:45.955 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.070) 0:00:46.026 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.071) 0:00:46.098 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.115) 0:00:46.213 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.066) 0:00:46.280 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.069) 0:00:46.349 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:14 -0400 (0:00:00.072) 0:00:46.422 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:15 -0400 (0:00:00.115) 0:00:46.537 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:15 -0400 (0:00:00.067) 0:00:46.605 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:15 -0400 (0:00:00.466) 0:00:47.071 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpW8Eall" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:15 -0400 (0:00:00.352) 0:00:47.423 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:16 -0400 (0:00:00.530) 0:00:47.953 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:16 -0400 (0:00:00.064) 0:00:48.017 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:16 -0400 (0:00:00.070) 0:00:48.088 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:16 -0400 (0:00:00.068) 0:00:48.157 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:16 -0400 (0:00:00.068) 0:00:48.226 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:16:17 -0400 (0:00:00.335) 0:00:48.561 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:16:17 -0400 (0:00:00.070) 0:00:48.632 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:17 -0400 (0:00:00.115) 0:00:48.747 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:17 -0400 (0:00:00.177) 0:00:48.924 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:17 -0400 (0:00:00.090) 0:00:49.015 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:17 -0400 (0:00:00.065) 0:00:49.081 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:17 -0400 (0:00:00.067) 0:00:49.149 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:18 -0400 (0:00:00.893) 0:00:50.042 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:19 -0400 (0:00:01.172) 0:00:51.214 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:19 -0400 (0:00:00.070) 0:00:51.284 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:19 -0400 (0:00:00.112) 0:00:51.397 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:19 -0400 (0:00:00.073) 0:00:51.470 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.065) 0:00:51.536 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.069) 0:00:51.605 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.072) 0:00:51.678 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.072) 0:00:51.750 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.115) 0:00:51.866 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.066) 0:00:51.933 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.071) 0:00:52.004 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.071) 0:00:52.075 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.068) 0:00:52.144 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:20 -0400 (0:00:00.067) 0:00:52.211 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:21 -0400 (0:00:00.473) 0:00:52.684 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpgDNIKG" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:21 -0400 (0:00:00.360) 0:00:53.045 ********* changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:22 -0400 (0:00:00.808) 0:00:53.854 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:22 -0400 (0:00:00.067) 0:00:53.922 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:22 -0400 (0:00:00.068) 0:00:53.991 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:22 -0400 (0:00:00.071) 0:00:54.062 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:22 -0400 (0:00:00.069) 0:00:54.132 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:16:22 -0400 (0:00:00.324) 0:00:54.457 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 27 July 2024 09:16:23 -0400 (0:00:00.122) 0:00:54.579 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:23 -0400 (0:00:00.132) 0:00:54.711 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:23 -0400 (0:00:00.134) 0:00:54.846 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:23 -0400 (0:00:00.083) 0:00:54.929 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:23 -0400 (0:00:00.066) 0:00:54.996 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:23 -0400 (0:00:00.065) 0:00:55.061 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:24 -0400 (0:00:00.868) 0:00:55.930 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:25 -0400 (0:00:01.161) 0:00:57.092 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:25 -0400 (0:00:00.071) 0:00:57.164 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:25 -0400 (0:00:00.065) 0:00:57.229 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:25 -0400 (0:00:00.066) 0:00:57.296 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:25 -0400 (0:00:00.065) 0:00:57.361 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:25 -0400 (0:00:00.068) 0:00:57.430 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.074) 0:00:57.505 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.070) 0:00:57.576 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.158) 0:00:57.734 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.067) 0:00:57.802 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.068) 0:00:57.870 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.072) 0:00:57.943 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.065) 0:00:58.009 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:26 -0400 (0:00:00.069) 0:00:58.078 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:27 -0400 (0:00:00.448) 0:00:58.527 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmptrWgct" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:27 -0400 (0:00:00.346) 0:00:58.874 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:27 -0400 (0:00:00.529) 0:00:59.403 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:27 -0400 (0:00:00.063) 0:00:59.467 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:28 -0400 (0:00:00.071) 0:00:59.538 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:28 -0400 (0:00:00.070) 0:00:59.608 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:28 -0400 (0:00:00.066) 0:00:59.675 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:16:28 -0400 (0:00:00.317) 0:00:59.992 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node1 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 09:16:28 -0400 (0:00:00.180) 0:01:00.173 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed_node1 TASK [Get stat for interface statebr] ****************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 09:16:28 -0400 (0:00:00.112) 0:01:00.285 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722086182.2018821, "block_size": 4096, "blocks": 0, "ctime": 1722086182.2008822, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17771, "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": 1722086182.2008822, "nlink": 1, "path": "/sys/class/net/statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'statebr'] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 09:16:29 -0400 (0:00:00.346) 0:01:00.631 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 27 July 2024 09:16:29 -0400 (0:00:00.068) 0:01:00.699 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:16:29 -0400 (0:00:00.118) 0:01:00.818 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:16:29 -0400 (0:00:00.066) 0:01:00.884 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:16:29 -0400 (0:00:00.321) 0:01:01.205 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:16:29 -0400 (0:00:00.066) 0:01:01.272 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021249", "end": "2024-07-27 09:16:30.033588", "rc": 1, "start": "2024-07-27 09:16:30.012339" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.349) 0:01:01.622 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.067) 0:01:01.689 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.064) 0:01:01.754 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.066) 0:01:01.820 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.063) 0:01:01.883 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.111) 0:01:01.995 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.074) 0:01:02.070 ********* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.060) 0:01:02.130 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.067) 0:01:02.198 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:16:30 -0400 (0:00:00.122) 0:01:02.320 ********* ok: [managed_node1] => { "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.050212", "end": "2024-07-27 09:16:31.136835", "rc": 0, "start": "2024-07-27 09:16:31.086623" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:102 Saturday 27 July 2024 09:16:31 -0400 (0:00:00.401) 0:01:02.722 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node1 TASK [TEST: I can take a profile down that is absent] ************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:16:31 -0400 (0:00:00.118) 0:01:02.840 ********* ok: [managed_node1] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:16:31 -0400 (0:00:00.067) 0:01:02.908 ********* 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": false, "what": "tasks/assert_device_absent.yml" } ] } ok: [managed_node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed_node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:16:31 -0400 (0:00:00.128) 0:01:03.036 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:16:31 -0400 (0:00:00.109) 0:01:03.146 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:16:31 -0400 (0:00:00.110) 0:01:03.256 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003159", "end": "2024-07-27 09:16:32.017700", "rc": 0, "start": "2024-07-27 09:16:32.014541" } STDOUT: bond0 bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.347) 0:01:03.604 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.115) 0:01:03.720 ********* ok: [managed_node1] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.066) 0:01:03.786 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.141) 0:01:03.927 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.115) 0:01:04.043 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.127) 0:01:04.170 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.086) 0:01:04.257 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.063) 0:01:04.320 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:32 -0400 (0:00:00.065) 0:01:04.385 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:33 -0400 (0:00:00.865) 0:01:05.251 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:34 -0400 (0:00:01.217) 0:01:06.468 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.069) 0:01:06.538 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.068) 0:01:06.606 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.070) 0:01:06.677 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.067) 0:01:06.744 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.072) 0:01:06.817 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.073) 0:01:06.891 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.076) 0:01:06.967 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.120) 0:01:07.087 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.067) 0:01:07.155 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.073) 0:01:07.229 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.074) 0:01:07.303 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.068) 0:01:07.371 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:35 -0400 (0:00:00.067) 0:01:07.439 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:36 -0400 (0:00:00.554) 0:01:07.993 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpxzTupb" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:36 -0400 (0:00:00.343) 0:01:08.337 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:37 -0400 (0:00:00.531) 0:01:08.868 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:37 -0400 (0:00:00.065) 0:01:08.934 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:37 -0400 (0:00:00.072) 0:01:09.006 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:37 -0400 (0:00:00.070) 0:01:09.076 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:37 -0400 (0:00:00.067) 0:01:09.144 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:16:37 -0400 (0:00:00.322) 0:01:09.466 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:16:38 -0400 (0:00:00.070) 0:01:09.537 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:38 -0400 (0:00:00.113) 0:01:09.651 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:38 -0400 (0:00:00.127) 0:01:09.778 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:38 -0400 (0:00:00.132) 0:01:09.911 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:38 -0400 (0:00:00.065) 0:01:09.977 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:38 -0400 (0:00:00.067) 0:01:10.044 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:39 -0400 (0:00:00.867) 0:01:10.912 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:40 -0400 (0:00:01.157) 0:01:12.069 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:40 -0400 (0:00:00.096) 0:01:12.166 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:40 -0400 (0:00:00.066) 0:01:12.232 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:40 -0400 (0:00:00.067) 0:01:12.299 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:40 -0400 (0:00:00.108) 0:01:12.408 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:40 -0400 (0:00:00.070) 0:01:12.478 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.072) 0:01:12.550 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.072) 0:01:12.622 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.114) 0:01:12.737 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.065) 0:01:12.802 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.067) 0:01:12.870 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.068) 0:01:12.939 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.068) 0:01:13.007 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:41 -0400 (0:00:00.064) 0:01:13.072 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:42 -0400 (0:00:00.464) 0:01:13.536 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpwmNoVH" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:42 -0400 (0:00:00.346) 0:01:13.883 ********* changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:43 -0400 (0:00:00.765) 0:01:14.648 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:43 -0400 (0:00:00.115) 0:01:14.764 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:43 -0400 (0:00:00.073) 0:01:14.837 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:43 -0400 (0:00:00.073) 0:01:14.911 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:43 -0400 (0:00:00.066) 0:01:14.977 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove_profile.yml:3 Saturday 27 July 2024 09:16:43 -0400 (0:00:00.333) 0:01:15.311 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:43 -0400 (0:00:00.119) 0:01:15.430 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:44 -0400 (0:00:00.133) 0:01:15.564 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:44 -0400 (0:00:00.088) 0:01:15.652 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:44 -0400 (0:00:00.070) 0:01:15.723 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:44 -0400 (0:00:00.067) 0:01:15.790 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:45 -0400 (0:00:00.874) 0:01:16.664 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:46 -0400 (0:00:01.218) 0:01:17.883 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.069) 0:01:17.953 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.070) 0:01:18.024 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.064) 0:01:18.088 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.065) 0:01:18.154 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.063) 0:01:18.218 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.071) 0:01:18.290 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.071) 0:01:18.362 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:46 -0400 (0:00:00.113) 0:01:18.476 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:47 -0400 (0:00:00.068) 0:01:18.544 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:47 -0400 (0:00:00.066) 0:01:18.610 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:47 -0400 (0:00:00.072) 0:01:18.683 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:47 -0400 (0:00:00.121) 0:01:18.804 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:47 -0400 (0:00:00.069) 0:01:18.873 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:47 -0400 (0:00:00.463) 0:01:19.336 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpJneSow" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:48 -0400 (0:00:00.348) 0:01:19.685 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:48 -0400 (0:00:00.515) 0:01:20.201 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:48 -0400 (0:00:00.067) 0:01:20.269 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:48 -0400 (0:00:00.068) 0:01:20.337 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:48 -0400 (0:00:00.069) 0:01:20.407 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:48 -0400 (0:00:00.066) 0:01:20.473 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:16:49 -0400 (0:00:00.325) 0:01:20.799 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 27 July 2024 09:16:49 -0400 (0:00:00.122) 0:01:20.921 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:49 -0400 (0:00:00.131) 0:01:21.053 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:49 -0400 (0:00:00.171) 0:01:21.225 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:49 -0400 (0:00:00.086) 0:01:21.311 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:49 -0400 (0:00:00.067) 0:01:21.378 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:49 -0400 (0:00:00.068) 0:01:21.447 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:50 -0400 (0:00:00.873) 0:01:22.320 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:16:51 -0400 (0:00:01.162) 0:01:23.483 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.114) 0:01:23.598 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.068) 0:01:23.666 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.069) 0:01:23.735 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.067) 0:01:23.803 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.066) 0:01:23.870 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.075) 0:01:23.945 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.070) 0:01:24.015 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.116) 0:01:24.132 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.066) 0:01:24.198 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.067) 0:01:24.265 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.074) 0:01:24.340 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.066) 0:01:24.406 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:16:52 -0400 (0:00:00.066) 0:01:24.473 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:16:53 -0400 (0:00:00.455) 0:01:24.928 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmp8a5Mym" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:16:53 -0400 (0:00:00.354) 0:01:25.283 ********* 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": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:16:54 -0400 (0:00:00.628) 0:01:25.911 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:16:54 -0400 (0:00:00.067) 0:01:25.979 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:16:54 -0400 (0:00:00.069) 0:01:26.048 ********* 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": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:16:54 -0400 (0:00:00.070) 0:01:26.119 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:16:54 -0400 (0:00:00.064) 0:01:26.183 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:16:55 -0400 (0:00:00.336) 0:01:26.520 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 27 July 2024 09:16:55 -0400 (0:00:00.125) 0:01:26.646 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:16:55 -0400 (0:00:00.118) 0:01:26.764 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:16:55 -0400 (0:00:00.068) 0:01:26.833 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:16:55 -0400 (0:00:00.350) 0:01:27.183 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:16:55 -0400 (0:00:00.065) 0:01:27.249 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020792", "end": "2024-07-27 09:16:56.019228", "rc": 1, "start": "2024-07-27 09:16:55.998436" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.359) 0:01:27.609 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.067) 0:01:27.676 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.120) 0:01:27.797 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.069) 0:01:27.866 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.070) 0:01:27.937 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.066) 0:01:28.004 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.072) 0:01:28.076 ********* skipping: [managed_node1] => (item={u'what': u'tasks/assert_device_absent.yml', u'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.074) 0:01:28.151 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.071) 0:01:28.222 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:16:56 -0400 (0:00:00.126) 0:01:28.349 ********* ok: [managed_node1] => { "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.048956", "end": "2024-07-27 09:16:57.145831", "rc": 0, "start": "2024-07-27 09:16:57.096875" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_states.yml:124 Saturday 27 July 2024 09:16:57 -0400 (0:00:00.387) 0:01:28.736 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml for managed_node1 TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:5 Saturday 27 July 2024 09:16:57 -0400 (0:00:00.118) 0:01:28.855 ********* ok: [managed_node1] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:9 Saturday 27 July 2024 09:16:57 -0400 (0:00:00.069) 0:01:28.924 ********* 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": false, "what": "tasks/assert_device_absent.yml" } ] } ok: [managed_node1] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [managed_node1] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:21 Saturday 27 July 2024 09:16:57 -0400 (0:00:00.133) 0:01:29.057 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed_node1 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 09:16:57 -0400 (0:00:00.114) 0:01:29.172 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed_node1 TASK [Gather current interface info] ******************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 09:16:57 -0400 (0:00:00.111) 0:01:29.283 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003209", "end": "2024-07-27 09:16:58.053024", "rc": 0, "start": "2024-07-27 09:16:58.049815" } STDOUT: bond0 bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.362) 0:01:29.646 ********* ok: [managed_node1] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.069) 0:01:29.716 ********* ok: [managed_node1] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'lo', u'rpltstbr'] TASK [Setup] ******************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:24 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.070) 0:01:29.787 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:3 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.134) 0:01:29.921 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.118) 0:01:30.039 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.130) 0:01:30.170 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.084) 0:01:30.255 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.066) 0:01:30.321 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:16:58 -0400 (0:00:00.065) 0:01:30.386 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:16:59 -0400 (0:00:00.892) 0:01:31.279 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:17:01 -0400 (0:00:01.227) 0:01:32.506 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.069) 0:01:32.576 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.065) 0:01:32.642 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.065) 0:01:32.707 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.068) 0:01:32.776 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.068) 0:01:32.844 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.074) 0:01:32.919 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.072) 0:01:32.991 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.118) 0:01:33.110 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.064) 0:01:33.175 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.067) 0:01:33.242 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.119) 0:01:33.361 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:17:01 -0400 (0:00:00.069) 0:01:33.431 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:17:02 -0400 (0:00:00.071) 0:01:33.502 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:17:02 -0400 (0:00:00.470) 0:01:33.972 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpwyF6jc" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:17:02 -0400 (0:00:00.351) 0:01:34.324 ********* 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:17:03 -0400 (0:00:00.546) 0:01:34.870 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:17:03 -0400 (0:00:00.066) 0:01:34.937 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:17:03 -0400 (0:00:00.070) 0:01:35.008 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:17:03 -0400 (0:00:00.076) 0:01:35.085 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:17:03 -0400 (0:00:00.067) 0:01:35.152 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/create_bridge_profile.yml:14 Saturday 27 July 2024 09:17:03 -0400 (0:00:00.324) 0:01:35.476 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/activate_profile.yml:3 Saturday 27 July 2024 09:17:04 -0400 (0:00:00.072) 0:01:35.549 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:17:04 -0400 (0:00:00.117) 0:01:35.666 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:17:04 -0400 (0:00:00.187) 0:01:35.853 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:17:04 -0400 (0:00:00.088) 0:01:35.941 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:17:04 -0400 (0:00:00.066) 0:01:36.008 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:17:04 -0400 (0:00:00.069) 0:01:36.077 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:17:05 -0400 (0:00:00.884) 0:01:36.962 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:17:06 -0400 (0:00:01.178) 0:01:38.140 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:17:06 -0400 (0:00:00.112) 0:01:38.253 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:17:06 -0400 (0:00:00.069) 0:01:38.323 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:17:06 -0400 (0:00:00.068) 0:01:38.392 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:17:06 -0400 (0:00:00.065) 0:01:38.458 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.067) 0:01:38.526 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.072) 0:01:38.598 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.074) 0:01:38.673 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.115) 0:01:38.788 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.065) 0:01:38.854 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.066) 0:01:38.920 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.071) 0:01:38.992 ********* 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 : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.066) 0:01:39.059 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:17:07 -0400 (0:00:00.067) 0:01:39.126 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:17:08 -0400 (0:00:00.472) 0:01:39.598 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpqcHOyD" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:17:08 -0400 (0:00:00.358) 0:01:39.957 ********* changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:17:09 -0400 (0:00:00.796) 0:01:40.753 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:17:09 -0400 (0:00:00.065) 0:01:40.819 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:17:09 -0400 (0:00:00.069) 0:01:40.888 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:17:09 -0400 (0:00:00.068) 0:01:40.957 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:17:09 -0400 (0:00:00.065) 0:01:41.022 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 27 July 2024 09:17:09 -0400 (0:00:00.327) 0:01:41.350 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:17:09 -0400 (0:00:00.116) 0:01:41.467 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:17:10 -0400 (0:00:00.132) 0:01:41.600 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:17:10 -0400 (0:00:00.089) 0:01:41.689 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:17:10 -0400 (0:00:00.063) 0:01:41.753 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:17:10 -0400 (0:00:00.067) 0:01:41.820 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:17:11 -0400 (0:00:00.913) 0:01:42.733 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:17:12 -0400 (0:00:01.170) 0:01:43.904 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:17:12 -0400 (0:00:00.071) 0:01:43.976 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:17:12 -0400 (0:00:00.071) 0:01:44.048 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:17:12 -0400 (0:00:00.069) 0:01:44.117 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:17:12 -0400 (0:00:00.067) 0:01:44.184 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:17:12 -0400 (0:00:00.069) 0:01:44.254 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:17:12 -0400 (0:00:00.073) 0:01:44.327 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:17:12 -0400 (0:00:00.074) 0:01:44.402 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:17:13 -0400 (0:00:00.118) 0:01:44.521 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:17:13 -0400 (0:00:00.067) 0:01:44.588 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:17:13 -0400 (0:00:00.111) 0:01:44.699 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:17:13 -0400 (0:00:00.073) 0:01:44.773 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:17:13 -0400 (0:00:00.067) 0:01:44.840 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:17:13 -0400 (0:00:00.063) 0:01:44.903 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:17:13 -0400 (0:00:00.464) 0:01:45.368 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpcvMLXK" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:17:14 -0400 (0:00:00.354) 0:01:45.722 ********* 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:17:14 -0400 (0:00:00.535) 0:01:46.258 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:17:14 -0400 (0:00:00.065) 0:01:46.323 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:17:14 -0400 (0:00:00.071) 0:01:46.394 ********* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:17:14 -0400 (0:00:00.073) 0:01:46.468 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:17:15 -0400 (0:00:00.064) 0:01:46.533 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:30 Saturday 27 July 2024 09:17:15 -0400 (0:00:00.332) 0:01:46.866 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml for managed_node1 TASK [Include network role] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/remove+down_profile.yml:3 Saturday 27 July 2024 09:17:15 -0400 (0:00:00.124) 0:01:46.990 ********* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 July 2024 09:17:15 -0400 (0:00:00.160) 0:01:47.151 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 July 2024 09:17:15 -0400 (0:00:00.131) 0:01:47.283 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 27 July 2024 09:17:15 -0400 (0:00:00.085) 0:01:47.369 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 27 July 2024 09:17:15 -0400 (0:00:00.064) 0:01:47.434 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 27 July 2024 09:17:16 -0400 (0:00:00.066) 0:01:47.500 ********* ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 27 July 2024 09:17:16 -0400 (0:00:00.869) 0:01:48.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/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 July 2024 09:17:18 -0400 (0:00:01.268) 0:01:49.638 ********* ok: [managed_node1] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.070) 0:01:49.709 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.065) 0:01:49.774 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.064) 0:01:49.838 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.066) 0:01:49.904 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.064) 0:01:49.968 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.071) 0:01:50.040 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.070) 0:01:50.111 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.111) 0:01:50.223 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.065) 0:01:50.288 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.065) 0:01:50.354 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.070) 0:01:50.424 ********* skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 July 2024 09:17:18 -0400 (0:00:00.065) 0:01:50.490 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 27 July 2024 09:17:19 -0400 (0:00:00.064) 0:01:50.554 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 27 July 2024 09:17:19 -0400 (0:00:00.463) 0:01:51.018 ********* ok: [managed_node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-24728HvKYQQ/tmpyx2g2r" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 27 July 2024 09:17:19 -0400 (0:00:00.408) 0:01:51.427 ********* 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": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 27 July 2024 09:17:20 -0400 (0:00:00.534) 0:01:51.962 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 27 July 2024 09:17:20 -0400 (0:00:00.066) 0:01:52.029 ********* ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 27 July 2024 09:17:20 -0400 (0:00:00.071) 0:01:52.100 ********* 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": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 27 July 2024 09:17:20 -0400 (0:00:00.070) 0:01:52.171 ********* skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 27 July 2024 09:17:20 -0400 (0:00:00.069) 0:01:52.240 ********* ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:36 Saturday 27 July 2024 09:17:21 -0400 (0:00:00.333) 0:01:52.574 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml for managed_node1 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:3 Saturday 27 July 2024 09:17:21 -0400 (0:00:00.133) 0:01:52.707 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed_node1 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 09:17:21 -0400 (0:00:00.119) 0:01:52.827 ********* ok: [managed_node1] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 09:17:21 -0400 (0:00:00.069) 0:01:52.897 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 09:17:21 -0400 (0:00:00.349) 0:01:53.247 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 09:17:21 -0400 (0:00:00.065) 0:01:53.312 ********* fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020312", "end": "2024-07-27 09:17:22.070467", "rc": 1, "start": "2024-07-27 09:17:22.050155" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 09:17:22 -0400 (0:00:00.403) 0:01:53.716 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 09:17:22 -0400 (0:00:00.069) 0:01:53.786 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 09:17:22 -0400 (0:00:00.070) 0:01:53.857 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 09:17:22 -0400 (0:00:00.070) 0:01:53.927 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 09:17:22 -0400 (0:00:00.068) 0:01:53.995 ********* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_absent.yml:5 Saturday 27 July 2024 09:17:22 -0400 (0:00:00.069) 0:01:54.065 ********* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 27 July 2024 09:17:22 -0400 (0:00:00.073) 0:01:54.138 ********* [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.613012", "end": "2024-07-27 09:17:23.494959", "rc": 0, "start": "2024-07-27 09:17:22.881947" } STDOUT: NetworkManager-1.18.8-2.el7_9 TASK [Store NetworkManager version] ******************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 27 July 2024 09:17:23 -0400 (0:00:00.949) 0:01:55.088 ********* ok: [managed_node1] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 27 July 2024 09:17:23 -0400 (0:00:00.068) 0:01:55.156 ********* ok: [managed_node1] => { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" } TASK [Conditional asserts] ***************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:42 Saturday 27 July 2024 09:17:23 -0400 (0:00:00.067) 0:01:55.224 ********* skipping: [managed_node1] => (item={u'what': u'tasks/assert_device_absent.yml', u'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:47 Saturday 27 July 2024 09:17:23 -0400 (0:00:00.074) 0:01:55.298 ********* ok: [managed_node1] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/run_test.yml:66 Saturday 27 July 2024 09:17:23 -0400 (0:00:00.069) 0:01:55.367 ********* included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml for managed_node1 included: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed_node1 TASK [Cleanup profile and device] ********************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 27 July 2024 09:17:24 -0400 (0:00:00.136) 0:01:55.504 ********* ok: [managed_node1] => { "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.047126", "end": "2024-07-27 09:17:24.298844", "rc": 0, "start": "2024-07-27 09:17:24.251718" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Check routes and DNS] **************************************************** task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 27 July 2024 09:17:24 -0400 (0:00:00.427) 0:01:55.932 ********* 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.006750", "end": "2024-07-27 09:17:24.691655", "rc": 0, "start": "2024-07-27 09:17:24.684905" } 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:7d:fa:50:ae:2d brd ff:ff:ff:ff:ff:ff inet 10.31.46.206/22 brd 10.31.47.255 scope global noprefixroute dynamic eth0 valid_lft 2923sec preferred_lft 2923sec inet6 fe80::7d:faff:fe50:ae2d/64 scope link valid_lft forever preferred_lft forever 10: bond0: mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 96:fa:17:fe:e9:45 brd ff:ff:ff:ff:ff:ff 60: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether aa:eb:da:cb:29:63 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 brd 192.0.2.73 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever inet6 fe80::a8eb:daff:fecb:2963/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.206 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 IP -6 ROUTE unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium fe80::/64 dev rpltstbr proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 27 July 2024 09:17:24 -0400 (0:00:00.349) 0:01:56.282 ********* 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.276537", "end": "2024-07-27 09:17:25.325896", "rc": 0, "start": "2024-07-27 09:17:25.049359" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 2269 0 --:--:-- --:--:-- --:--:-- 2259 % 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 2368 0 --:--:-- --:--:-- --:--:-- 2385 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=337 changed=13 unreachable=0 failed=0 skipped=285 rescued=0 ignored=10 Saturday 27 July 2024 09:17:25 -0400 (0:00:00.589) 0:01:56.871 ********* =============================================================================== fedora.linux_system_roles.network : Check which packages are installed --- 1.39s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.27s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.23s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.23s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.22s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.22s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.22s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.18s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.17s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.17s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.17s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.16s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.16s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.16s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.16s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.00s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Get NetworkManager RPM version ------------------------------------------ 0.95s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_NetworkManager_NVR.yml:7 Gathering Facts --------------------------------------------------------- 0.92s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/tests/network/tests_states_initscripts.yml:5 fedora.linux_system_roles.network : Check which services are running ---- 0.91s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 0.91s /tmp/tmp.GvbD6CouWr/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21