[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. ansible-playbook [core 2.17.2] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/tmp.WlspkZzDER executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_wireless_wpa3_sae_nm.yml *************************************** 2 plays in /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml PLAY [Run playbook 'playbooks/tests_wireless_wpa3_sae.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:6 Wednesday 31 July 2024 06:07:31 -0400 (0:00:00.009) 0:00:00.009 ******** [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, 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'] ************************************ task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:9 Wednesday 31 July 2024 06:07:33 -0400 (0:00:01.318) 0:00:01.327 ******** included: /tmp/tmp.WlspkZzDER/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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 31 July 2024 06:07:33 -0400 (0:00:00.023) 0:00:01.352 ******** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 31 July 2024 06:07:33 -0400 (0:00:00.583) 0:00:01.935 ******** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.515) 0:00:02.451 ******** ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.028) 0:00:02.480 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.017) 0:00:02.497 ******** included: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 39] ********************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.038) 0:00:02.535 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:24 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.017) 0:00:02.552 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:30 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.015) 0:00:02.568 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:35 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.016) 0:00:02.584 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:40 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.015) 0:00:02.600 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:11 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.016) 0:00:02.617 ******** ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing wireless connection] ************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:3 Wednesday 31 July 2024 06:07:34 -0400 (0:00:00.039) 0:00:02.657 ******** ok: [managed_node1] TASK [INIT: wireless tests] **************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:8 Wednesday 31 July 2024 06:07:35 -0400 (0:00:00.963) 0:00:03.620 ******** included: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml for managed_node1 TASK [Install packages required to set up mock wifi network] ******************* task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:3 Wednesday 31 July 2024 06:07:35 -0400 (0:00:00.031) 0:00:03.652 ******** ok: [managed_node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [This is an rpm-ostree system. This test cannot be run on such a system. The test wants to install the hostapd package from copr, and install the mac80211_hwsim kernel module. These operations are currently not supported on rpm-ostree systems.] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:20 Wednesday 31 July 2024 06:07:37 -0400 (0:00:02.016) 0:00:05.669 ******** META: end_host conditional evaluated to False, continuing execution for managed_node1 skipping: [managed_node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed_node1" } MSG: end_host conditional evaluated to false, continuing execution for managed_node1 TASK [Install hostapd and mac80211_hwsim kernel module in CentOS] ************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:32 Wednesday 31 July 2024 06:07:37 -0400 (0:00:00.011) 0:00:05.680 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Install hostapd in Fedora] *********************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:45 Wednesday 31 July 2024 06:07:37 -0400 (0:00:00.018) 0:00:05.699 ******** changed: [managed_node1] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: hostapd-2.10-7.fc39.x86_64" ] } TASK [Install mac80211_hwsim kernel module in Fedora] ************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:60 Wednesday 31 July 2024 06:07:41 -0400 (0:00:03.987) 0:00:09.686 ******** ok: [managed_node1] => { "changed": false, "cmd": "dnf -y install koji\nkoji download-build --arch=$(uname -m) kernel-modules-internal-$(uname -r)\ndnf -y install kernel-modules*.rpm\n", "delta": "0:01:31.143427", "end": "2024-07-31 06:09:13.283987", "rc": 0, "start": "2024-07-31 06:07:42.140560" } STDOUT: Last metadata expiration check: 0:04:53 ago on Wed 31 Jul 2024 06:02:49 AM EDT. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: koji noarch 1.34.0-3.fc39 updates 251 k Installing dependencies: python3-decorator noarch 5.1.1-7.fc39 fedora 30 k python3-defusedxml noarch 0.7.1-9.fc39 fedora 59 k python3-gssapi x86_64 1.7.3-6.fc39 fedora 645 k python3-koji noarch 1.34.0-3.fc39 updates 415 k python3-requests-gssapi noarch 1.2.3-9.fc39 fedora 32 k Transaction Summary ================================================================================ Install 6 Packages Total download size: 1.4 M Installed size: 5.9 M Downloading Packages: (1/6): python3-defusedxml-0.7.1-9.fc39.noarch.r 1.9 MB/s | 59 kB 00:00 (2/6): python3-decorator-5.1.1-7.fc39.noarch.rp 191 kB/s | 30 kB 00:00 (3/6): python3-requests-gssapi-1.2.3-9.fc39.noa 244 kB/s | 32 kB 00:00 (4/6): koji-1.34.0-3.fc39.noarch.rpm 14 MB/s | 251 kB 00:00 (5/6): python3-koji-1.34.0-3.fc39.noarch.rpm 19 MB/s | 415 kB 00:00 (6/6): python3-gssapi-1.7.3-6.fc39.x86_64.rpm 2.0 MB/s | 645 kB 00:00 -------------------------------------------------------------------------------- Total 2.0 MB/s | 1.4 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-defusedxml-0.7.1-9.fc39.noarch 1/6 Installing : python3-decorator-5.1.1-7.fc39.noarch 2/6 Installing : python3-gssapi-1.7.3-6.fc39.x86_64 3/6 Installing : python3-requests-gssapi-1.2.3-9.fc39.noarch 4/6 Installing : python3-koji-1.34.0-3.fc39.noarch 5/6 Installing : koji-1.34.0-3.fc39.noarch 6/6 Running scriptlet: koji-1.34.0-3.fc39.noarch 6/6 Verifying : python3-decorator-5.1.1-7.fc39.noarch 1/6 Verifying : python3-defusedxml-0.7.1-9.fc39.noarch 2/6 Verifying : python3-gssapi-1.7.3-6.fc39.x86_64 3/6 Verifying : python3-requests-gssapi-1.2.3-9.fc39.noarch 4/6 Verifying : koji-1.34.0-3.fc39.noarch 5/6 Verifying : python3-koji-1.34.0-3.fc39.noarch 6/6 Installed: koji-1.34.0-3.fc39.noarch python3-decorator-5.1.1-7.fc39.noarch python3-defusedxml-0.7.1-9.fc39.noarch python3-gssapi-1.7.3-6.fc39.x86_64 python3-koji-1.34.0-3.fc39.noarch python3-requests-gssapi-1.2.3-9.fc39.noarch Complete! Downloading [1/29]: bpftool-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 998.14 KiB / 998.14 KiB Downloading [2/29]: kernel-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 169.99 KiB / 169.99 KiB Downloading [3/29]: kernel-devel-matched-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 170.04 KiB / 170.04 KiB Downloading [4/29]: kernel-tools-libs-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 182.46 KiB / 182.46 KiB Downloading [5/29]: kernel-tools-libs-devel-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 173.36 KiB / 173.36 KiB Downloading [6/29]: kernel-tools-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 427.56 KiB / 427.56 KiB Downloading [7/29]: libperf-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 191.50 KiB / 191.50 KiB Downloading [8/29]: python3-perf-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 275.50 KiB / 275.50 KiB Downloading [9/29]: kernel-debug-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 170.08 KiB / 170.08 KiB Downloading [10/29]: kernel-selftests-internal-6.9.9-100.fc39.x86_64.rpm [================== ] 52% 1.00 MiB / 1.90 MiB [====================================] 100% 1.90 MiB / 1.90 MiB Downloading [11/29]: kernel-modules-extra-6.9.9-100.fc39.x86_64.rpm [============ ] 35% 1.00 MiB / 2.83 MiB [========================= ] 70% 2.00 MiB / 2.83 MiB [====================================] 100% 2.83 MiB / 2.83 MiB Downloading [12/29]: kernel-debug-devel-matched-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 170.07 KiB / 170.07 KiB Downloading [13/29]: kernel-debug-modules-extra-6.9.9-100.fc39.x86_64.rpm [======= ] 20% 1.00 MiB / 4.92 MiB [============== ] 40% 2.00 MiB / 4.92 MiB [===================== ] 60% 3.00 MiB / 4.92 MiB [============================= ] 81% 4.00 MiB / 4.92 MiB [====================================] 100% 4.92 MiB / 4.92 MiB Downloading [14/29]: rv-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 183.78 KiB / 183.78 KiB Downloading [15/29]: perf-6.9.9-100.fc39.x86_64.rpm [============== ] 40% 1.00 MiB / 2.45 MiB [============================= ] 81% 2.00 MiB / 2.45 MiB [====================================] 100% 2.45 MiB / 2.45 MiB Downloading [16/29]: kernel-debug-modules-internal-6.9.9-100.fc39.x86_64.rpm [================== ] 52% 1.00 MiB / 1.91 MiB [====================================] 100% 1.91 MiB / 1.91 MiB Downloading [17/29]: rtla-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 224.79 KiB / 224.79 KiB Downloading [18/29]: kernel-modules-internal-6.9.9-100.fc39.x86_64.rpm [============================ ] 80% 1.00 MiB / 1.25 MiB [====================================] 100% 1.25 MiB / 1.25 MiB Downloading [19/29]: libperf-devel-6.9.9-100.fc39.x86_64.rpm [====================================] 100% 203.99 KiB / 203.99 KiB Downloading [20/29]: kernel-devel-6.9.9-100.fc39.x86_64.rpm [== ] 5% 1.00 MiB / 16.94 MiB [==== ] 11% 2.00 MiB / 16.94 MiB [====== ] 17% 3.00 MiB / 16.94 MiB [======== ] 23% 4.00 MiB / 16.94 MiB [========== ] 29% 5.00 MiB / 16.94 MiB [============ ] 35% 6.00 MiB / 16.94 MiB [============== ] 41% 7.00 MiB / 16.94 MiB [================ ] 47% 8.00 MiB / 16.94 MiB [=================== ] 53% 9.00 MiB / 16.94 MiB [===================== ] 59% 10.00 MiB / 16.94 MiB [======================= ] 64% 11.00 MiB / 16.94 MiB [========================= ] 70% 12.00 MiB / 16.94 MiB [=========================== ] 76% 13.00 MiB / 16.94 MiB [============================= ] 82% 14.00 MiB / 16.94 MiB [=============================== ] 88% 15.00 MiB / 16.94 MiB [================================= ] 94% 16.00 MiB / 16.94 MiB [====================================] 100% 16.94 MiB / 16.94 MiB Downloading [21/29]: kernel-modules-core-6.9.9-100.fc39.x86_64.rpm [ ] 2% 1.00 MiB / 36.65 MiB [= ] 5% 2.00 MiB / 36.65 MiB [== ] 8% 3.00 MiB / 36.65 MiB [=== ] 10% 4.00 MiB / 36.65 MiB [==== ] 13% 5.00 MiB / 36.65 MiB [===== ] 16% 6.00 MiB / 36.65 MiB [====== ] 19% 7.00 MiB / 36.65 MiB [======= ] 21% 8.00 MiB / 36.65 MiB [======== ] 24% 9.00 MiB / 36.65 MiB [========= ] 27% 10.00 MiB / 36.65 MiB [========== ] 30% 11.00 MiB / 36.65 MiB [=========== ] 32% 12.00 MiB / 36.65 MiB [============ ] 35% 13.00 MiB / 36.65 MiB [============= ] 38% 14.00 MiB / 36.65 MiB [============== ] 40% 15.00 MiB / 36.65 MiB [=============== ] 43% 16.00 MiB / 36.65 MiB [================ ] 46% 17.00 MiB / 36.65 MiB [================= ] 49% 18.00 MiB / 36.65 MiB [================== ] 51% 19.00 MiB / 36.65 MiB [=================== ] 54% 20.00 MiB / 36.65 MiB [==================== ] 57% 21.00 MiB / 36.65 MiB [===================== ] 60% 22.00 MiB / 36.65 MiB [====================== ] 62% 23.00 MiB / 36.65 MiB [======================= ] 65% 24.00 MiB / 36.65 MiB [======================== ] 68% 25.00 MiB / 36.65 MiB [========================= ] 70% 26.00 MiB / 36.65 MiB [========================== ] 73% 27.00 MiB / 36.65 MiB [=========================== ] 76% 28.00 MiB / 36.65 MiB [============================ ] 79% 29.00 MiB / 36.65 MiB [============================= ] 81% 30.00 MiB / 36.65 MiB [============================== ] 84% 31.00 MiB / 36.65 MiB [=============================== ] 87% 32.00 MiB / 36.65 MiB [================================ ] 90% 33.00 MiB / 36.65 MiB [================================= ] 92% 34.00 MiB / 36.65 MiB [================================== ] 95% 35.00 MiB / 36.65 MiB [=================================== ] 98% 36.00 MiB / 36.65 MiB [====================================] 100% 36.65 MiB / 36.65 MiB Downloading [22/29]: kernel-debug-devel-6.9.9-100.fc39.x86_64.rpm [== ] 5% 1.00 MiB / 17.10 MiB [==== ] 11% 2.00 MiB / 17.10 MiB [====== ] 17% 3.00 MiB / 17.10 MiB [======== ] 23% 4.00 MiB / 17.10 MiB [========== ] 29% 5.00 MiB / 17.10 MiB [============ ] 35% 6.00 MiB / 17.10 MiB [============== ] 40% 7.00 MiB / 17.10 MiB [================ ] 46% 8.00 MiB / 17.10 MiB [================== ] 52% 9.00 MiB / 17.10 MiB [===================== ] 58% 10.00 MiB / 17.10 MiB [======================= ] 64% 11.00 MiB / 17.10 MiB [========================= ] 70% 12.00 MiB / 17.10 MiB [=========================== ] 76% 13.00 MiB / 17.10 MiB [============================= ] 81% 14.00 MiB / 17.10 MiB [=============================== ] 87% 15.00 MiB / 17.10 MiB [================================= ] 93% 16.00 MiB / 17.10 MiB [=================================== ] 99% 17.00 MiB / 17.10 MiB [====================================] 100% 17.10 MiB / 17.10 MiB Downloading [23/29]: kernel-debug-modules-core-6.9.9-100.fc39.x86_64.rpm [ ] 1% 1.00 MiB / 60.48 MiB [= ] 3% 2.00 MiB / 60.48 MiB [= ] 4% 3.00 MiB / 60.48 MiB [== ] 6% 4.00 MiB / 60.48 MiB [== ] 8% 5.00 MiB / 60.48 MiB [=== ] 9% 6.00 MiB / 60.48 MiB [==== ] 11% 7.00 MiB / 60.48 MiB [==== ] 13% 8.00 MiB / 60.48 MiB [===== ] 14% 9.00 MiB / 60.48 MiB [===== ] 16% 10.00 MiB / 60.48 MiB [====== ] 18% 11.00 MiB / 60.48 MiB [======= ] 19% 12.00 MiB / 60.48 MiB [======= ] 21% 13.00 MiB / 60.48 MiB [======== ] 23% 14.00 MiB / 60.48 MiB [======== ] 24% 15.00 MiB / 60.48 MiB [========= ] 26% 16.00 MiB / 60.48 MiB [========== ] 28% 17.00 MiB / 60.48 MiB [========== ] 29% 18.00 MiB / 60.48 MiB [=========== ] 31% 19.00 MiB / 60.48 MiB [=========== ] 33% 20.00 MiB / 60.48 MiB [============ ] 34% 21.00 MiB / 60.48 MiB [============= ] 36% 22.00 MiB / 60.48 MiB [============= ] 38% 23.00 MiB / 60.48 MiB [============== ] 39% 24.00 MiB / 60.48 MiB [============== ] 41% 25.00 MiB / 60.48 MiB [=============== ] 42% 26.00 MiB / 60.48 MiB [================ ] 44% 27.00 MiB / 60.48 MiB [================ ] 46% 28.00 MiB / 60.48 MiB [================= ] 47% 29.00 MiB / 60.48 MiB [================= ] 49% 30.00 MiB / 60.48 MiB [================== ] 51% 31.00 MiB / 60.48 MiB [=================== ] 52% 32.00 MiB / 60.48 MiB [=================== ] 54% 33.00 MiB / 60.48 MiB [==================== ] 56% 34.00 MiB / 60.48 MiB [==================== ] 57% 35.00 MiB / 60.48 MiB [===================== ] 59% 36.00 MiB / 60.48 MiB [====================== ] 61% 37.00 MiB / 60.48 MiB [====================== ] 62% 38.00 MiB / 60.48 MiB [======================= ] 64% 39.00 MiB / 60.48 MiB [======================= ] 66% 40.00 MiB / 60.48 MiB [======================== ] 67% 41.00 MiB / 60.48 MiB [======================== ] 69% 42.00 MiB / 60.48 MiB [========================= ] 71% 43.00 MiB / 60.48 MiB [========================== ] 72% 44.00 MiB / 60.48 MiB [========================== ] 74% 45.00 MiB / 60.48 MiB [=========================== ] 76% 46.00 MiB / 60.48 MiB [=========================== ] 77% 47.00 MiB / 60.48 MiB [============================ ] 79% 48.00 MiB / 60.48 MiB [============================= ] 81% 49.00 MiB / 60.48 MiB [============================= ] 82% 50.00 MiB / 60.48 MiB [============================== ] 84% 51.00 MiB / 60.48 MiB [============================== ] 85% 52.00 MiB / 60.48 MiB [=============================== ] 87% 53.00 MiB / 60.48 MiB [================================ ] 89% 54.00 MiB / 60.48 MiB [================================ ] 90% 55.00 MiB / 60.48 MiB [================================= ] 92% 56.00 MiB / 60.48 MiB [================================= ] 94% 57.00 MiB / 60.48 MiB [================================== ] 95% 58.00 MiB / 60.48 MiB [=================================== ] 97% 59.00 MiB / 60.48 MiB [=================================== ] 99% 60.00 MiB / 60.48 MiB [====================================] 100% 60.48 MiB / 60.48 MiB Downloading [24/29]: kernel-uki-virt-6.9.9-100.fc39.x86_64.rpm [ ] 2% 1.00 MiB / 46.02 MiB [= ] 4% 2.00 MiB / 46.02 MiB [== ] 6% 3.00 MiB / 46.02 MiB [=== ] 8% 4.00 MiB / 46.02 MiB [=== ] 10% 5.00 MiB / 46.02 MiB [==== ] 13% 6.00 MiB / 46.02 MiB [===== ] 15% 7.00 MiB / 46.02 MiB [====== ] 17% 8.00 MiB / 46.02 MiB [======= ] 19% 9.00 MiB / 46.02 MiB [======= ] 21% 10.00 MiB / 46.02 MiB [======== ] 23% 11.00 MiB / 46.02 MiB [========= ] 26% 12.00 MiB / 46.02 MiB [========== ] 28% 13.00 MiB / 46.02 MiB [========== ] 30% 14.00 MiB / 46.02 MiB [=========== ] 32% 15.00 MiB / 46.02 MiB [============ ] 34% 16.00 MiB / 46.02 MiB [============= ] 36% 17.00 MiB / 46.02 MiB [============== ] 39% 18.00 MiB / 46.02 MiB [============== ] 41% 19.00 MiB / 46.02 MiB [=============== ] 43% 20.00 MiB / 46.02 MiB [================ ] 45% 21.00 MiB / 46.02 MiB [================= ] 47% 22.00 MiB / 46.02 MiB [================= ] 49% 23.00 MiB / 46.02 MiB [================== ] 52% 24.00 MiB / 46.02 MiB [=================== ] 54% 25.00 MiB / 46.02 MiB [==================== ] 56% 26.00 MiB / 46.02 MiB [===================== ] 58% 27.00 MiB / 46.02 MiB [===================== ] 60% 28.00 MiB / 46.02 MiB [====================== ] 63% 29.00 MiB / 46.02 MiB [======================= ] 65% 30.00 MiB / 46.02 MiB [======================== ] 67% 31.00 MiB / 46.02 MiB [========================= ] 69% 32.00 MiB / 46.02 MiB [========================= ] 71% 33.00 MiB / 46.02 MiB [========================== ] 73% 34.00 MiB / 46.02 MiB [=========================== ] 76% 35.00 MiB / 46.02 MiB [============================ ] 78% 36.00 MiB / 46.02 MiB [============================ ] 80% 37.00 MiB / 46.02 MiB [============================= ] 82% 38.00 MiB / 46.02 MiB [============================== ] 84% 39.00 MiB / 46.02 MiB [=============================== ] 86% 40.00 MiB / 46.02 MiB [================================ ] 89% 41.00 MiB / 46.02 MiB [================================ ] 91% 42.00 MiB / 46.02 MiB [================================= ] 93% 43.00 MiB / 46.02 MiB [================================== ] 95% 44.00 MiB / 46.02 MiB [=================================== ] 97% 45.00 MiB / 46.02 MiB [=================================== ] 99% 46.00 MiB / 46.02 MiB [====================================] 100% 46.02 MiB / 46.02 MiB Downloading [25/29]: kernel-core-6.9.9-100.fc39.x86_64.rpm [== ] 5% 1.00 MiB / 17.15 MiB [==== ] 11% 2.00 MiB / 17.15 MiB [====== ] 17% 3.00 MiB / 17.15 MiB [======== ] 23% 4.00 MiB / 17.15 MiB [========== ] 29% 5.00 MiB / 17.15 MiB [============ ] 34% 6.00 MiB / 17.15 MiB [============== ] 40% 7.00 MiB / 17.15 MiB [================ ] 46% 8.00 MiB / 17.15 MiB [================== ] 52% 9.00 MiB / 17.15 MiB [==================== ] 58% 10.00 MiB / 17.15 MiB [======================= ] 64% 11.00 MiB / 17.15 MiB [========================= ] 69% 12.00 MiB / 17.15 MiB [=========================== ] 75% 13.00 MiB / 17.15 MiB [============================= ] 81% 14.00 MiB / 17.15 MiB [=============================== ] 87% 15.00 MiB / 17.15 MiB [================================= ] 93% 16.00 MiB / 17.15 MiB [=================================== ] 99% 17.00 MiB / 17.15 MiB [====================================] 100% 17.15 MiB / 17.15 MiB Downloading [26/29]: kernel-debug-core-6.9.9-100.fc39.x86_64.rpm [= ] 3% 1.00 MiB / 30.69 MiB [== ] 6% 2.00 MiB / 30.69 MiB [=== ] 9% 3.00 MiB / 30.69 MiB [==== ] 13% 4.00 MiB / 30.69 MiB [===== ] 16% 5.00 MiB / 30.69 MiB [======= ] 19% 6.00 MiB / 30.69 MiB [======== ] 22% 7.00 MiB / 30.69 MiB [========= ] 26% 8.00 MiB / 30.69 MiB [========== ] 29% 9.00 MiB / 30.69 MiB [=========== ] 32% 10.00 MiB / 30.69 MiB [============ ] 35% 11.00 MiB / 30.69 MiB [============== ] 39% 12.00 MiB / 30.69 MiB [=============== ] 42% 13.00 MiB / 30.69 MiB [================ ] 45% 14.00 MiB / 30.69 MiB [================= ] 48% 15.00 MiB / 30.69 MiB [================== ] 52% 16.00 MiB / 30.69 MiB [=================== ] 55% 17.00 MiB / 30.69 MiB [===================== ] 58% 18.00 MiB / 30.69 MiB [====================== ] 61% 19.00 MiB / 30.69 MiB [======================= ] 65% 20.00 MiB / 30.69 MiB [======================== ] 68% 21.00 MiB / 30.69 MiB [========================= ] 71% 22.00 MiB / 30.69 MiB [========================== ] 74% 23.00 MiB / 30.69 MiB [============================ ] 78% 24.00 MiB / 30.69 MiB [============================= ] 81% 25.00 MiB / 30.69 MiB [============================== ] 84% 26.00 MiB / 30.69 MiB [=============================== ] 87% 27.00 MiB / 30.69 MiB [================================ ] 91% 28.00 MiB / 30.69 MiB [================================== ] 94% 29.00 MiB / 30.69 MiB [=================================== ] 97% 30.00 MiB / 30.69 MiB [====================================] 100% 30.69 MiB / 30.69 MiB Downloading [27/29]: kernel-modules-6.9.9-100.fc39.x86_64.rpm [ ] 1% 1.00 MiB / 61.47 MiB [= ] 3% 2.00 MiB / 61.47 MiB [= ] 4% 3.00 MiB / 61.47 MiB [== ] 6% 4.00 MiB / 61.47 MiB [== ] 8% 5.00 MiB / 61.47 MiB [=== ] 9% 6.00 MiB / 61.47 MiB [==== ] 11% 7.00 MiB / 61.47 MiB [==== ] 13% 8.00 MiB / 61.47 MiB [===== ] 14% 9.00 MiB / 61.47 MiB [===== ] 16% 10.00 MiB / 61.47 MiB [====== ] 17% 11.00 MiB / 61.47 MiB [======= ] 19% 12.00 MiB / 61.47 MiB [======= ] 21% 13.00 MiB / 61.47 MiB [======== ] 22% 14.00 MiB / 61.47 MiB [======== ] 24% 15.00 MiB / 61.47 MiB [========= ] 26% 16.00 MiB / 61.47 MiB [========= ] 27% 17.00 MiB / 61.47 MiB [========== ] 29% 18.00 MiB / 61.47 MiB [=========== ] 30% 19.00 MiB / 61.47 MiB [=========== ] 32% 20.00 MiB / 61.47 MiB [============ ] 34% 21.00 MiB / 61.47 MiB [============ ] 35% 22.00 MiB / 61.47 MiB [============= ] 37% 23.00 MiB / 61.47 MiB [============== ] 39% 24.00 MiB / 61.47 MiB [============== ] 40% 25.00 MiB / 61.47 MiB [=============== ] 42% 26.00 MiB / 61.47 MiB [=============== ] 43% 27.00 MiB / 61.47 MiB [================ ] 45% 28.00 MiB / 61.47 MiB [================ ] 47% 29.00 MiB / 61.47 MiB [================= ] 48% 30.00 MiB / 61.47 MiB [================== ] 50% 31.00 MiB / 61.47 MiB [================== ] 52% 32.00 MiB / 61.47 MiB [=================== ] 53% 33.00 MiB / 61.47 MiB [=================== ] 55% 34.00 MiB / 61.47 MiB [==================== ] 56% 35.00 MiB / 61.47 MiB [===================== ] 58% 36.00 MiB / 61.47 MiB [===================== ] 60% 37.00 MiB / 61.47 MiB [====================== ] 61% 38.00 MiB / 61.47 MiB [====================== ] 63% 39.00 MiB / 61.47 MiB [======================= ] 65% 40.00 MiB / 61.47 MiB [======================== ] 66% 41.00 MiB / 61.47 MiB [======================== ] 68% 42.00 MiB / 61.47 MiB [========================= ] 69% 43.00 MiB / 61.47 MiB [========================= ] 71% 44.00 MiB / 61.47 MiB [========================== ] 73% 45.00 MiB / 61.47 MiB [========================== ] 74% 46.00 MiB / 61.47 MiB [=========================== ] 76% 47.00 MiB / 61.47 MiB [============================ ] 78% 48.00 MiB / 61.47 MiB [============================ ] 79% 49.00 MiB / 61.47 MiB [============================= ] 81% 50.00 MiB / 61.47 MiB [============================= ] 82% 51.00 MiB / 61.47 MiB [============================== ] 84% 52.00 MiB / 61.47 MiB [=============================== ] 86% 53.00 MiB / 61.47 MiB [=============================== ] 87% 54.00 MiB / 61.47 MiB [================================ ] 89% 55.00 MiB / 61.47 MiB [================================ ] 91% 56.00 MiB / 61.47 MiB [================================= ] 92% 57.00 MiB / 61.47 MiB [================================= ] 94% 58.00 MiB / 61.47 MiB [================================== ] 95% 59.00 MiB / 61.47 MiB [=================================== ] 97% 60.00 MiB / 61.47 MiB [=================================== ] 99% 61.00 MiB / 61.47 MiB [====================================] 100% 61.47 MiB / 61.47 MiB Downloading [28/29]: kernel-debug-modules-6.9.9-100.fc39.x86_64.rpm [ ] 0% 1.00 MiB / 102.83 MiB [ ] 1% 2.00 MiB / 102.83 MiB [= ] 2% 3.00 MiB / 102.83 MiB [= ] 3% 4.00 MiB / 102.83 MiB [= ] 4% 5.00 MiB / 102.83 MiB [== ] 5% 6.00 MiB / 102.83 MiB [== ] 6% 7.00 MiB / 102.83 MiB [== ] 7% 8.00 MiB / 102.83 MiB [=== ] 8% 9.00 MiB / 102.83 MiB [=== ] 9% 10.00 MiB / 102.83 MiB [=== ] 10% 11.00 MiB / 102.83 MiB [==== ] 11% 12.00 MiB / 102.83 MiB [==== ] 12% 13.00 MiB / 102.83 MiB [==== ] 13% 14.00 MiB / 102.83 MiB [===== ] 14% 15.00 MiB / 102.83 MiB [===== ] 15% 16.00 MiB / 102.83 MiB [===== ] 16% 17.00 MiB / 102.83 MiB [====== ] 17% 18.00 MiB / 102.83 MiB [====== ] 18% 19.00 MiB / 102.83 MiB [======= ] 19% 20.00 MiB / 102.83 MiB [======= ] 20% 21.00 MiB / 102.83 MiB [======= ] 21% 22.00 MiB / 102.83 MiB [======== ] 22% 23.00 MiB / 102.83 MiB [======== ] 23% 24.00 MiB / 102.83 MiB [======== ] 24% 25.00 MiB / 102.83 MiB [========= ] 25% 26.00 MiB / 102.83 MiB [========= ] 26% 27.00 MiB / 102.83 MiB [========= ] 27% 28.00 MiB / 102.83 MiB [========== ] 28% 29.00 MiB / 102.83 MiB [========== ] 29% 30.00 MiB / 102.83 MiB [========== ] 30% 31.00 MiB / 102.83 MiB [=========== ] 31% 32.00 MiB / 102.83 MiB [=========== ] 32% 33.00 MiB / 102.83 MiB [=========== ] 33% 34.00 MiB / 102.83 MiB [============ ] 34% 35.00 MiB / 102.83 MiB [============ ] 35% 36.00 MiB / 102.83 MiB [============ ] 35% 37.00 MiB / 102.83 MiB [============= ] 36% 38.00 MiB / 102.83 MiB [============= ] 37% 39.00 MiB / 102.83 MiB [============== ] 38% 40.00 MiB / 102.83 MiB [============== ] 39% 41.00 MiB / 102.83 MiB [============== ] 40% 42.00 MiB / 102.83 MiB [=============== ] 41% 43.00 MiB / 102.83 MiB [=============== ] 42% 44.00 MiB / 102.83 MiB [=============== ] 43% 45.00 MiB / 102.83 MiB [================ ] 44% 46.00 MiB / 102.83 MiB [================ ] 45% 47.00 MiB / 102.83 MiB [================ ] 46% 48.00 MiB / 102.83 MiB [================= ] 47% 49.00 MiB / 102.83 MiB [================= ] 48% 50.00 MiB / 102.83 MiB [================= ] 49% 51.00 MiB / 102.83 MiB [================== ] 50% 52.00 MiB / 102.83 MiB [================== ] 51% 53.00 MiB / 102.83 MiB [================== ] 52% 54.00 MiB / 102.83 MiB [=================== ] 53% 55.00 MiB / 102.83 MiB [=================== ] 54% 56.00 MiB / 102.83 MiB [=================== ] 55% 57.00 MiB / 102.83 MiB [==================== ] 56% 58.00 MiB / 102.83 MiB [==================== ] 57% 59.00 MiB / 102.83 MiB [===================== ] 58% 60.00 MiB / 102.83 MiB [===================== ] 59% 61.00 MiB / 102.83 MiB [===================== ] 60% 62.00 MiB / 102.83 MiB [====================== ] 61% 63.00 MiB / 102.83 MiB [====================== ] 62% 64.00 MiB / 102.83 MiB [====================== ] 63% 65.00 MiB / 102.83 MiB [======================= ] 64% 66.00 MiB / 102.83 MiB [======================= ] 65% 67.00 MiB / 102.83 MiB [======================= ] 66% 68.00 MiB / 102.83 MiB [======================== ] 67% 69.00 MiB / 102.83 MiB [======================== ] 68% 70.00 MiB / 102.83 MiB [======================== ] 69% 71.00 MiB / 102.83 MiB [========================= ] 70% 72.00 MiB / 102.83 MiB [========================= ] 70% 73.00 MiB / 102.83 MiB [========================= ] 71% 74.00 MiB / 102.83 MiB [========================== ] 72% 75.00 MiB / 102.83 MiB [========================== ] 73% 76.00 MiB / 102.83 MiB [========================== ] 74% 77.00 MiB / 102.83 MiB [=========================== ] 75% 78.00 MiB / 102.83 MiB [=========================== ] 76% 79.00 MiB / 102.83 MiB [============================ ] 77% 80.00 MiB / 102.83 MiB [============================ ] 78% 81.00 MiB / 102.83 MiB [============================ ] 79% 82.00 MiB / 102.83 MiB [============================= ] 80% 83.00 MiB / 102.83 MiB [============================= ] 81% 84.00 MiB / 102.83 MiB [============================= ] 82% 85.00 MiB / 102.83 MiB [============================== ] 83% 86.00 MiB / 102.83 MiB [============================== ] 84% 87.00 MiB / 102.83 MiB [============================== ] 85% 88.00 MiB / 102.83 MiB [=============================== ] 86% 89.00 MiB / 102.83 MiB [=============================== ] 87% 90.00 MiB / 102.83 MiB [=============================== ] 88% 91.00 MiB / 102.83 MiB [================================ ] 89% 92.00 MiB / 102.83 MiB [================================ ] 90% 93.00 MiB / 102.83 MiB [================================ ] 91% 94.00 MiB / 102.83 MiB [================================= ] 92% 95.00 MiB / 102.83 MiB [================================= ] 93% 96.00 MiB / 102.83 MiB [================================= ] 94% 97.00 MiB / 102.83 MiB [================================== ] 95% 98.00 MiB / 102.83 MiB [================================== ] 96% 99.00 MiB / 102.83 MiB [=================================== ] 97% 100.00 MiB / 102.83 MiB [=================================== ] 98% 101.00 MiB / 102.83 MiB [=================================== ] 99% 102.00 MiB / 102.83 MiB [====================================] 100% 102.83 MiB / 102.83 MiB Downloading [29/29]: kernel-debug-uki-virt-6.9.9-100.fc39.x86_64.rpm [ ] 1% 1.00 MiB / 63.35 MiB [= ] 3% 2.00 MiB / 63.35 MiB [= ] 4% 3.00 MiB / 63.35 MiB [== ] 6% 4.00 MiB / 63.35 MiB [== ] 7% 5.00 MiB / 63.35 MiB [=== ] 9% 6.00 MiB / 63.35 MiB [=== ] 11% 7.00 MiB / 63.35 MiB [==== ] 12% 8.00 MiB / 63.35 MiB [===== ] 14% 9.00 MiB / 63.35 MiB [===== ] 15% 10.00 MiB / 63.35 MiB [====== ] 17% 11.00 MiB / 63.35 MiB [====== ] 18% 12.00 MiB / 63.35 MiB [======= ] 20% 13.00 MiB / 63.35 MiB [======= ] 22% 14.00 MiB / 63.35 MiB [======== ] 23% 15.00 MiB / 63.35 MiB [========= ] 25% 16.00 MiB / 63.35 MiB [========= ] 26% 17.00 MiB / 63.35 MiB [========== ] 28% 18.00 MiB / 63.35 MiB [========== ] 29% 19.00 MiB / 63.35 MiB [=========== ] 31% 20.00 MiB / 63.35 MiB [=========== ] 33% 21.00 MiB / 63.35 MiB [============ ] 34% 22.00 MiB / 63.35 MiB [============= ] 36% 23.00 MiB / 63.35 MiB [============= ] 37% 24.00 MiB / 63.35 MiB [============== ] 39% 25.00 MiB / 63.35 MiB [============== ] 41% 26.00 MiB / 63.35 MiB [=============== ] 42% 27.00 MiB / 63.35 MiB [=============== ] 44% 28.00 MiB / 63.35 MiB [================ ] 45% 29.00 MiB / 63.35 MiB [================= ] 47% 30.00 MiB / 63.35 MiB [================= ] 48% 31.00 MiB / 63.35 MiB [================== ] 50% 32.00 MiB / 63.35 MiB [================== ] 52% 33.00 MiB / 63.35 MiB [=================== ] 53% 34.00 MiB / 63.35 MiB [=================== ] 55% 35.00 MiB / 63.35 MiB [==================== ] 56% 36.00 MiB / 63.35 MiB [===================== ] 58% 37.00 MiB / 63.35 MiB [===================== ] 59% 38.00 MiB / 63.35 MiB [====================== ] 61% 39.00 MiB / 63.35 MiB [====================== ] 63% 40.00 MiB / 63.35 MiB [======================= ] 64% 41.00 MiB / 63.35 MiB [======================= ] 66% 42.00 MiB / 63.35 MiB [======================== ] 67% 43.00 MiB / 63.35 MiB [========================= ] 69% 44.00 MiB / 63.35 MiB [========================= ] 71% 45.00 MiB / 63.35 MiB [========================== ] 72% 46.00 MiB / 63.35 MiB [========================== ] 74% 47.00 MiB / 63.35 MiB [=========================== ] 75% 48.00 MiB / 63.35 MiB [=========================== ] 77% 49.00 MiB / 63.35 MiB [============================ ] 78% 50.00 MiB / 63.35 MiB [============================ ] 80% 51.00 MiB / 63.35 MiB [============================= ] 82% 52.00 MiB / 63.35 MiB [============================== ] 83% 53.00 MiB / 63.35 MiB [============================== ] 85% 54.00 MiB / 63.35 MiB [=============================== ] 86% 55.00 MiB / 63.35 MiB [=============================== ] 88% 56.00 MiB / 63.35 MiB [================================ ] 89% 57.00 MiB / 63.35 MiB [================================ ] 91% 58.00 MiB / 63.35 MiB [================================= ] 93% 59.00 MiB / 63.35 MiB [================================== ] 94% 60.00 MiB / 63.35 MiB [================================== ] 96% 61.00 MiB / 63.35 MiB [=================================== ] 97% 62.00 MiB / 63.35 MiB [=================================== ] 99% 63.00 MiB / 63.35 MiB [====================================] 100% 63.35 MiB / 63.35 MiB Last metadata expiration check: 0:05:34 ago on Wed 31 Jul 2024 06:02:49 AM EDT. Package kernel-modules-6.9.9-100.fc39.x86_64 is already installed. Package kernel-modules-core-6.9.9-100.fc39.x86_64 is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel-modules-extra x86_64 6.9.9-100.fc39 @commandline 2.8 M kernel-modules-internal x86_64 6.9.9-100.fc39 @commandline 1.2 M Transaction Summary ================================================================================ Install 2 Packages Total size: 4.1 M Installed size: 3.7 M Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : kernel-modules-internal-6.9.9-100.fc39.x86_64 1/2 Running scriptlet: kernel-modules-internal-6.9.9-100.fc39.x86_64 1/2 Installing : kernel-modules-extra-6.9.9-100.fc39.x86_64 2/2 Running scriptlet: kernel-modules-extra-6.9.9-100.fc39.x86_64 2/2 Verifying : kernel-modules-extra-6.9.9-100.fc39.x86_64 1/2 Verifying : kernel-modules-internal-6.9.9-100.fc39.x86_64 2/2 Installed: kernel-modules-extra-6.9.9-100.fc39.x86_64 kernel-modules-internal-6.9.9-100.fc39.x86_64 Complete! TASK [Create hostapd config] *************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:69 Wednesday 31 July 2024 06:09:13 -0400 (0:01:31.728) 0:01:41.414 ******** changed: [managed_node1] => { "changed": true, "checksum": "6f12f09ae8e7d35daf1dd0e1d21717374b6da5c8", "dest": "/etc/hostapd/wireless.conf", "gid": 0, "group": "root", "md5sum": "10d1092e1f9dda9a0b78317b4ce78e8e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 131, "src": "/root/.ansible/tmp/ansible-tmp-1722420553.3913517-8039-126572938844014/.source.conf", "state": "file", "uid": 0 } TASK [Include the task 'start_mock_wifi.yml'] ********************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:84 Wednesday 31 July 2024 06:09:14 -0400 (0:00:00.959) 0:01:42.374 ******** included: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml for managed_node1 TASK [Ensure NetworkManager is running] **************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:3 Wednesday 31 July 2024 06:09:14 -0400 (0:00:00.030) 0:01:42.404 ******** ok: [managed_node1] => { "changed": false, "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-07-31 06:03:11 EDT", "ActiveEnterTimestampMonotonic": "421142618", "ActiveExitTimestamp": "Wed 2024-07-31 06:03:10 EDT", "ActiveExitTimestampMonotonic": "420897683", "ActiveState": "active", "After": "system.slice dbus.socket network-pre.target basic.target sysinit.target cloud-init-local.service systemd-journald.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 06:03:10 EDT", "AssertTimestampMonotonic": "421018747", "Before": "NetworkManager-wait-online.service shutdown.target network.service cloud-init.service network.target multi-user.target", "BindsTo": "dbus-broker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1052230000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-31 06:03:10 EDT", "ConditionTimestampMonotonic": "421018737", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "5403", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16008", "ExecMainStartTimestamp": "Wed 2024-07-31 06:03:10 EDT", "ExecMainStartTimestampMonotonic": "421026183", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2024-07-31 06:03:10 EDT", "InactiveEnterTimestampMonotonic": "421015276", "InactiveExitTimestamp": "Wed 2024-07-31 06:03:10 EDT", "InactiveExitTimestampMonotonic": "421026820", "InvocationID": "4b398cf0c1f14fe1901aa5ae152250cb", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16008", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "4194304", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Wed 2024-07-31 06:07:40 EDT", "StateChangeTimestampMonotonic": "691117465", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "10min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Load mac80211_hwsim kernel module to mock a wifi network] **************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Wednesday 31 July 2024 06:09:15 -0400 (0:00:00.864) 0:01:43.269 ******** ok: [managed_node1] => { "changed": false, "cmd": "modprobe mac80211_hwsim radio=2 && sleep 5", "delta": "0:00:05.306573", "end": "2024-07-31 06:09:20.850512", "rc": 0, "start": "2024-07-31 06:09:15.543939" } TASK [Restart NetworkManager and wpa_supplicant] ******************************* task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 Wednesday 31 July 2024 06:09:20 -0400 (0:00:05.708) 0:01:48.977 ******** changed: [managed_node1] => (item=NetworkManager) => { "ansible_loop_var": "item", "changed": true, "item": "NetworkManager", "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-07-31 06:03:11 EDT", "ActiveEnterTimestampMonotonic": "421142618", "ActiveExitTimestamp": "Wed 2024-07-31 06:03:10 EDT", "ActiveExitTimestampMonotonic": "420897683", "ActiveState": "active", "After": "system.slice dbus.socket network-pre.target basic.target sysinit.target cloud-init-local.service systemd-journald.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 06:03:10 EDT", "AssertTimestampMonotonic": "421018747", "Before": "NetworkManager-wait-online.service shutdown.target network.service cloud-init.service network.target multi-user.target", "BindsTo": "dbus-broker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1081567000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-31 06:03:10 EDT", "ConditionTimestampMonotonic": "421018737", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "5403", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16008", "ExecMainStartTimestamp": "Wed 2024-07-31 06:03:10 EDT", "ExecMainStartTimestampMonotonic": "421026183", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2024-07-31 06:03:10 EDT", "InactiveEnterTimestampMonotonic": "421015276", "InactiveExitTimestamp": "Wed 2024-07-31 06:03:10 EDT", "InactiveExitTimestampMonotonic": "421026820", "InvocationID": "4b398cf0c1f14fe1901aa5ae152250cb", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16008", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "4386816", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Wed 2024-07-31 06:07:40 EDT", "StateChangeTimestampMonotonic": "691117465", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "10min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } changed: [managed_node1] => (item=wpa_supplicant) => { "ansible_loop_var": "item", "changed": true, "item": "wpa_supplicant", "name": "wpa_supplicant", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-07-31 06:03:13 EDT", "ActiveEnterTimestampMonotonic": "423264268", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target dbus.socket systemd-journald.socket dbus-broker.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 06:03:13 EDT", "AssertTimestampMonotonic": "423187223", "Before": "shutdown.target multi-user.target network.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "34936000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-31 06:03:13 EDT", "ConditionTimestampMonotonic": "423187219", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlGroupId": "5550", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16354", "ExecMainStartTimestamp": "Wed 2024-07-31 06:03:13 EDT", "ExecMainStartTimestampMonotonic": "423253160", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2024-07-31 06:03:13 EDT", "InactiveExitTimestampMonotonic": "423254119", "InvocationID": "640fceea00c54abca8fdd4211702d8a0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16354", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "2281472", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "wpa_supplicant.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Wed 2024-07-31 06:07:40 EDT", "StateChangeTimestampMonotonic": "691117794", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Bring up wlan0 and wlan1 (mock wifi interfaces)] ************************* task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 Wednesday 31 July 2024 06:09:22 -0400 (0:00:01.611) 0:01:50.589 ******** ok: [managed_node1] => { "changed": false, "cmd": "ip link set up wlan0\nip link set up wlan1\nnmcli device set wlan1 managed off\nip addr add 203.0.113.1/24 dev wlan1\nsleep 5\n", "delta": "0:00:05.044704", "end": "2024-07-31 06:09:27.909106", "rc": 0, "start": "2024-07-31 06:09:22.864402" } TASK [Start hostapd] *********************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Wednesday 31 July 2024 06:09:27 -0400 (0:00:05.444) 0:01:56.033 ******** ok: [managed_node1] => { "changed": false, "cmd": "hostapd -B /etc/hostapd/wireless.conf && sleep 5", "delta": "0:00:05.046061", "end": "2024-07-31 06:09:33.355958", "rc": 0, "start": "2024-07-31 06:09:28.309897" } STDOUT: wlan1: interface state UNINITIALIZED->ENABLED wlan1: AP-ENABLED TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 31 July 2024 06:09:33 -0400 (0:00:05.447) 0:02:01.480 ******** included: /tmp/tmp.WlspkZzDER/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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 31 July 2024 06:09:33 -0400 (0:00:00.042) 0:02:01.523 ******** 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 31 July 2024 06:09:33 -0400 (0:00:00.039) 0:02:01.562 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 31 July 2024 06:09:33 -0400 (0:00:00.035) 0:02:01.598 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 31 July 2024 06:09:33 -0400 (0:00:00.034) 0:02:01.633 ******** 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 31 July 2024 06:09:36 -0400 (0:00:02.625) 0:02:04.258 ******** 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 31 July 2024 06:09:37 -0400 (0:00:01.400) 0:02:05.659 ******** ok: [managed_node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 31 July 2024 06:09:37 -0400 (0:00:00.058) 0:02:05.717 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 31 July 2024 06:09:37 -0400 (0:00:00.051) 0:02:05.769 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 31 July 2024 06:09:37 -0400 (0:00:00.051) 0:02:05.821 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 31 July 2024 06:09:37 -0400 (0:00:00.061) 0:02:05.882 ******** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 31 July 2024 06:09:40 -0400 (0:00:03.177) 0:02:09.060 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 31 July 2024 06:09:41 -0400 (0:00:00.060) 0:02:09.120 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not network_allow_restart", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 31 July 2024 06:09:41 -0400 (0:00:00.101) 0:02:09.222 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 31 July 2024 06:09:41 -0400 (0:00:00.121) 0:02:09.344 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 31 July 2024 06:09:41 -0400 (0:00:00.053) 0:02:09.397 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 31 July 2024 06:09:41 -0400 (0:00:00.053) 0:02:09.451 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_package_install.changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 31 July 2024 06:09:41 -0400 (0:00:00.078) 0:02:09.529 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 31 July 2024 06:09:42 -0400 (0:00:00.699) 0:02:10.228 ******** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "wpa_supplicant", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Wed 2024-07-31 06:09:22 EDT", "ActiveEnterTimestampMonotonic": "792576132", "ActiveExitTimestamp": "Wed 2024-07-31 06:09:22 EDT", "ActiveExitTimestampMonotonic": "792505188", "ActiveState": "active", "After": "sysinit.target basic.target dbus.socket systemd-journald.socket dbus-broker.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-07-31 06:09:22 EDT", "AssertTimestampMonotonic": "792563586", "Before": "shutdown.target multi-user.target network.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "13279000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-07-31 06:09:22 EDT", "ConditionTimestampMonotonic": "792563582", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlGroupId": "6910", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "44321", "ExecMainStartTimestamp": "Wed 2024-07-31 06:09:22 EDT", "ExecMainStartTimestampMonotonic": "792571147", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[Wed 2024-07-31 06:09:22 EDT] ; stop_time=[n/a] ; pid=44321 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; flags= ; start_time=[Wed 2024-07-31 06:09:22 EDT] ; stop_time=[n/a] ; pid=44321 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2024-07-31 06:09:22 EDT", "InactiveEnterTimestampMonotonic": "792561582", "InactiveExitTimestamp": "Wed 2024-07-31 06:09:22 EDT", "InactiveExitTimestampMonotonic": "792571651", "InvocationID": "17f4a73e439a4d3bba9392ffe04ce4a5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14754", "LimitNPROCSoft": "14754", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14754", "LimitSIGPENDINGSoft": "14754", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "44321", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1597440", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "wpa_supplicant.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Wed 2024-07-31 06:09:22 EDT", "StateChangeTimestampMonotonic": "792576132", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4426", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 31 July 2024 06:09:42 -0400 (0:00:00.659) 0:02:10.888 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 31 July 2024 06:09:42 -0400 (0:00:00.052) 0:02:10.940 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 31 July 2024 06:09:42 -0400 (0:00:00.052) 0:02:10.993 ******** changed: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "203.0.113.2/24" ], "auto6": "no", "dhcp4": "no" }, "name": "wlan0", "state": "up", "type": "wireless", "wireless": { "key_mgmt": "sae", "password": "p@55w0rD", "ssid": "hostapd-sae" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc [004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 31 July 2024 06:09:57 -0400 (0:00:14.556) 0:02:25.550 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 31 July 2024 06:09:57 -0400 (0:00:00.052) 0:02:25.603 ******** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 31 July 2024 06:09:57 -0400 (0:00:00.058) 0:02:25.661 ******** ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "203.0.113.2/24" ], "auto6": "no", "dhcp4": "no" }, "name": "wlan0", "state": "up", "type": "wireless", "wireless": { "key_mgmt": "sae", "password": "p@55w0rD", "ssid": "hostapd-sae" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc\n[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 399a409c-779a-415c-b25a-c3ef81c4f0bc (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 31 July 2024 06:09:57 -0400 (0:00:00.060) 0:02:25.721 ******** skipping: [managed_node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 31 July 2024 06:09:57 -0400 (0:00:00.052) 0:02:25.774 ******** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Verify wireless profile KEY_MGMT entry] ********************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:35 Wednesday 31 July 2024 06:09:58 -0400 (0:00:00.571) 0:02:26.345 ******** ok: [managed_node1] => { "changed": false, "cmd": "set -euxo pipefail\nnmcli c show wlan0 | grep 802-11-wireless-security.key-mgmt\n", "delta": "0:00:00.023536", "end": "2024-07-31 06:09:58.649317", "rc": 0, "start": "2024-07-31 06:09:58.625781" } STDOUT: 802-11-wireless-security.key-mgmt: sae STDERR: + nmcli c show wlan0 + grep 802-11-wireless-security.key-mgmt TASK [Assert that WPA3 Personal is configured correctly] *********************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:43 Wednesday 31 July 2024 06:09:58 -0400 (0:00:00.455) 0:02:26.801 ******** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 31 July 2024 06:09:58 -0400 (0:00:00.083) 0:02:26.884 ******** included: /tmp/tmp.WlspkZzDER/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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 31 July 2024 06:09:58 -0400 (0:00:00.099) 0:02:26.984 ******** 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 31 July 2024 06:09:58 -0400 (0:00:00.075) 0:02:27.060 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 31 July 2024 06:09:59 -0400 (0:00:00.064) 0:02:27.125 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 31 July 2024 06:09:59 -0400 (0:00:00.064) 0:02:27.189 ******** 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 31 July 2024 06:10:01 -0400 (0:00:02.521) 0:02:29.710 ******** 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 31 July 2024 06:10:02 -0400 (0:00:01.096) 0:02:30.806 ******** ok: [managed_node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 31 July 2024 06:10:02 -0400 (0:00:00.057) 0:02:30.864 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 31 July 2024 06:10:02 -0400 (0:00:00.051) 0:02:30.915 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 31 July 2024 06:10:02 -0400 (0:00:00.052) 0:02:30.968 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 31 July 2024 06:10:02 -0400 (0:00:00.061) 0:02:31.030 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf 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.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 31 July 2024 06:10:03 -0400 (0:00:00.074) 0:02:31.104 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 31 July 2024 06:10:03 -0400 (0:00:00.091) 0:02:31.196 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 31 July 2024 06:10:03 -0400 (0:00:00.073) 0:02:31.270 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 31 July 2024 06:10:03 -0400 (0:00:00.118) 0:02:31.389 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 31 July 2024 06:10:03 -0400 (0:00:00.054) 0:02:31.443 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 31 July 2024 06:10:03 -0400 (0:00:00.052) 0:02:31.496 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 31 July 2024 06:10:03 -0400 (0:00:00.078) 0:02:31.574 ******** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 31 July 2024 06:10:04 -0400 (0:00:00.696) 0:02:32.271 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 31 July 2024 06:10:04 -0400 (0:00:00.073) 0:02:32.344 ******** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 31 July 2024 06:10:04 -0400 (0:00:00.051) 0:02:32.395 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 31 July 2024 06:10:04 -0400 (0:00:00.052) 0:02:32.448 ******** changed: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "wlan0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 31 July 2024 06:10:05 -0400 (0:00:00.754) 0:02:33.203 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 31 July 2024 06:10:05 -0400 (0:00:00.052) 0:02:33.255 ******** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 31 July 2024 06:10:05 -0400 (0:00:00.058) 0:02:33.314 ******** ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "wlan0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 31 July 2024 06:10:05 -0400 (0:00:00.059) 0:02:33.374 ******** skipping: [managed_node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 31 July 2024 06:10:05 -0400 (0:00:00.053) 0:02:33.427 ******** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'cleanup_mock_wifi.yml'] ******************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:62 Wednesday 31 July 2024 06:10:05 -0400 (0:00:00.503) 0:02:33.931 ******** included: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml for managed_node1 TASK [Unload mac80211_hwsim module] ******************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:3 Wednesday 31 July 2024 06:10:05 -0400 (0:00:00.090) 0:02:34.021 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "modprobe", "-r", "mac80211_hwsim" ], "delta": "0:00:00.144209", "end": "2024-07-31 06:10:06.450395", "rc": 0, "start": "2024-07-31 06:10:06.306186" } TASK [Kill hostapd process] **************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:7 Wednesday 31 July 2024 06:10:06 -0400 (0:00:00.669) 0:02:34.691 ******** ok: [managed_node1] => { "changed": false, "cmd": [ "pkill", "hostapd" ], "delta": "0:00:00.015202", "end": "2024-07-31 06:10:06.990408", "rc": 0, "start": "2024-07-31 06:10:06.975206" } TASK [Verify network state restored to default] ******************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:64 Wednesday 31 July 2024 06:10:07 -0400 (0:00:00.453) 0:02:35.144 ******** included: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed_node1 TASK [Check routes and DNS] **************************************************** task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Wednesday 31 July 2024 06:10:07 -0400 (0:00:00.094) 0:02:35.239 ******** 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.009882", "end": "2024-07-31 06:10:07.546446", "rc": 0, "start": "2024-07-31 06:10:07.536564" } 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 noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:b8:dd:28:57:e1 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.42.191/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 3555sec preferred_lft 3555sec inet6 fe80::a687:c269:b07:abda/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.42.191 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.191 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Wednesday 31 July 2024 06:10:07 -0400 (0:00:00.460) 0:02:35.699 ******** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed_node1 : ok=46 changed=5 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 Wednesday 31 July 2024 06:10:07 -0400 (0:00:00.148) 0:02:35.848 ******** =============================================================================== Install mac80211_hwsim kernel module in Fedora ------------------------- 91.73s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:60 fedora.linux_system_roles.network : Configure networking connection profiles -- 14.56s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.71s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Start hostapd ----------------------------------------------------------- 5.45s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.44s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 Install hostapd in Fedora ----------------------------------------------- 3.99s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:45 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces --- 3.18s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 fedora.linux_system_roles.network : Check which services are running ---- 2.63s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.52s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install packages required to set up mock wifi network ------------------- 2.02s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:3 Restart NetworkManager and wpa_supplicant ------------------------------- 1.61s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 fedora.linux_system_roles.network : Check which packages are installed --- 1.40s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 1.32s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:6 fedora.linux_system_roles.network : Check which packages are installed --- 1.10s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.96s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:3 Create hostapd config --------------------------------------------------- 0.96s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:69 Ensure NetworkManager is running ---------------------------------------- 0.86s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.75s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.70s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.70s /tmp/tmp.WlspkZzDER/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122