[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Run playbook 'playbooks/tests_wireless.yml' with nm as provider] ********* TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:14:13 -0400 (0:00:00.006) 0:00:00.006 *********** [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:14:14 -0400 (0:00:01.074) 0:00:01.080 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/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] *** Monday 22 July 2024 12:14:14 -0400 (0:00:00.017) 0:00:01.098 *********** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:14:14 -0400 (0:00:00.487) 0:00:01.585 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.420) 0:00:02.005 *********** ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.021) 0:00:02.027 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.041 *********** included: /var/ARTIFACTS/work-generala6wx5rxe/plans/general/tree/tmp.DPQdUb0Jq3/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 9] *********************************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.026) 0:00:02.067 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.079 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.093 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.106 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.011) 0:00:02.118 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.130 *********** ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing wireless connection] ************************************ TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:14:15 -0400 (0:00:00.031) 0:00:02.161 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [INIT: wireless tests] **************************************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.017) 0:00:02.179 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [Include the task 'setup_mock_wifi.yml'] ********************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.011) 0:00:02.190 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Copy client certs] ******************************************************* Monday 22 July 2024 12:14:15 -0400 (0:00:00.011) 0:00:02.202 *********** skipping: [managed_node1] => (item=client.key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "item": "client.key", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=client.pem) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "item": "client.pem", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=cacert.pem) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "item": "cacert.pem", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [TEST: wireless connection with WPA-PSK] ********************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.021) 0:00:02.224 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.236 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.251 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.265 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.016) 0:00:02.282 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.297 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.016) 0:00:02.313 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.328 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.021) 0:00:02.349 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.363 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.377 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.016) 0:00:02.394 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.409 *********** 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] ***** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.423 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.438 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.016) 0:00:02.454 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.468 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.483 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.497 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.016) 0:00:02.513 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.528 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.542 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.016) 0:00:02.558 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.573 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.586 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.598 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.611 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.624 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.638 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.652 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.664 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.677 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.691 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.704 *********** 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] ***** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.716 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.728 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.741 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.014) 0:00:02.755 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.768 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.781 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.794 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.807 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.820 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [TEST: wireless connection with 802.1x TLS-EAP] *************************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.015) 0:00:02.835 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.848 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.860 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.013) 0:00:02.874 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.887 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.899 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.912 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:15 -0400 (0:00:00.012) 0:00:02.924 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.017) 0:00:02.941 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:02.953 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:02.966 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:02.978 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:02.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] ***** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.004 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.017 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.029 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.042 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.056 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.069 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.081 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.094 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.107 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.017) 0:00:03.125 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.137 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.150 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.163 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.014) 0:00:03.178 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.190 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "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] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.203 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.215 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.229 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.242 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.256 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.268 *********** 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] ***** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.281 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.015) 0:00:03.296 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.310 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.322 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.334 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.347 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.013) 0:00:03.361 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.374 *********** skipping: [managed_node1] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.012) 0:00:03.386 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Include the task 'cleanup_mock_wifi.yml'] ******************************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.015) 0:00:03.402 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** Monday 22 July 2024 12:14:16 -0400 (0:00:00.015) 0:00:03.417 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed_node1 : ok=7 changed=0 unreachable=0 failed=0 skipped=98 rescued=0 ignored=0 Monday 22 July 2024 12:14:16 -0400 (0:00:00.020) 0:00:03.438 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 1.07s Gather the minimum subset of ansible_facts required by the network role test --- 0.49s Check if system is ostree ----------------------------------------------- 0.42s Set network provider to 'nm' -------------------------------------------- 0.03s Include the task 'enable_epel.yml' -------------------------------------- 0.03s Copy client certs ------------------------------------------------------- 0.02s fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.02s Set flag to indicate system is ostree ----------------------------------- 0.02s Verify network state restored to default -------------------------------- 0.02s fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s Include the task 'el_repo_setup.yml' ------------------------------------ 0.02s Gathering Facts --------------------------------------------------------- 0.02s fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.02s fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.02s fedora.linux_system_roles.network : Enable network service -------------- 0.02s fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.02s fedora.linux_system_roles.network : Show stderr messages for the network_connections --- 0.02s fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces --- 0.02s fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s