ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-XIT executable location = /usr/local/bin/ansible-playbook python version = 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.13) jinja version = 3.1.6 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 Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. 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_owe_nm.yml *************************************** 2 plays in /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml PLAY [Run playbook 'playbooks/tests_wireless_wpa3_owe.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:6 Thursday 26 June 2025 15:18:35 -0400 (0:00:00.061) 0:00:00.061 ********* [WARNING]: Platform linux on host managed-node7 is using the discovered Python interpreter at /usr/bin/python3, 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-node7] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:9 Thursday 26 June 2025 15:18:37 -0400 (0:00:01.594) 0:00:01.659 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node7 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Thursday 26 June 2025 15:18:37 -0400 (0:00:00.052) 0:00:01.712 ********* ok: [managed-node7] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Thursday 26 June 2025 15:18:37 -0400 (0:00:00.791) 0:00:02.504 ********* ok: [managed-node7] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Thursday 26 June 2025 15:18:38 -0400 (0:00:00.972) 0:00:03.476 ********* ok: [managed-node7] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Thursday 26 June 2025 15:18:38 -0400 (0:00:00.089) 0:00:03.566 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:11 Thursday 26 June 2025 15:18:38 -0400 (0:00:00.053) 0:00:03.619 ********* ok: [managed-node7] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing wireless connection] ************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:3 Thursday 26 June 2025 15:18:39 -0400 (0:00:00.090) 0:00:03.709 ********* ok: [managed-node7] TASK [INIT: wireless tests] **************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:8 Thursday 26 June 2025 15:18:40 -0400 (0:00:01.210) 0:00:04.920 ********* ok: [managed-node7] => {} MSG: ################################################## TASK [Include the task 'setup_mock_wifi_wpa3_owe.yml'] ************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:11 Thursday 26 June 2025 15:18:40 -0400 (0:00:00.092) 0:00:05.012 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml for managed-node7 TASK [Install packages required to set up mock wifi network] ******************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 Thursday 26 June 2025 15:18:40 -0400 (0:00:00.100) 0:00:05.112 ********* changed: [managed-node7] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: wpa_supplicant-1:2.11-3.fc41.x86_64" ] } 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/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:20 Thursday 26 June 2025 15:18:43 -0400 (0:00:03.013) 0:00:08.126 ********* META: end_host conditional evaluated to False, continuing execution for managed-node7 skipping: [managed-node7] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node7" } MSG: end_host conditional evaluated to false, continuing execution for managed-node7 TASK [Install hostapd and mac80211_hwsim kernel module in CentOS] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:32 Thursday 26 June 2025 15:18:43 -0400 (0:00:00.055) 0:00:08.181 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Install hostapd in Fedora] *********************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:45 Thursday 26 June 2025 15:18:43 -0400 (0:00:00.036) 0:00:08.218 ********* ok: [managed-node7] => { "changed": false, "cmd": "dnf -y copr enable liangwen12year/hostapd-owe\ndnf -y install hostapd\n", "delta": "0:00:02.020015", "end": "2025-06-26 15:18:46.433099", "rc": 0, "start": "2025-06-26 15:18:44.413084" } STDOUT: Package Arch Version Repository Size Installing: hostapd x86_64 2.11-1.fc41 fedora 1.8 MiB Transaction Summary: Installing: 1 package STDERR: https://copr.fedorainfracloud.org/api_ 100% | 6.8 KiB/s | 229.0 B | 00m00s Chroot not found in the given Copr project (fedora-41-x86_64). You can choose one of the available chroots explicitly: epel-8-x86_64 epel-9-x86_64 Updating and loading repositories: Repositories loaded. Total size of inbound packages is 769 KiB. Need to download 769 KiB. After this operation, 2 MiB extra will be used (install 2 MiB, remove 0 B). [1/1] hostapd-0:2.11-1.fc41.x86_64 100% | 25.0 MiB/s | 768.6 KiB | 00m00s -------------------------------------------------------------------------------- [1/1] Total 100% | 9.7 MiB/s | 768.6 KiB | 00m00s Running transaction [1/3] Verify package files 100% | 142.0 B/s | 1.0 B | 00m00s [2/3] Prepare transaction 100% | 12.0 B/s | 1.0 B | 00m00s [3/3] Installing hostapd-0:2.11-1.fc41. 100% | 3.3 MiB/s | 1.8 MiB | 00m01s Complete! TASK [Install mac80211_hwsim kernel modules in Fedora] ************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:53 Thursday 26 June 2025 15:18:46 -0400 (0:00:02.987) 0:00:11.206 ********* ok: [managed-node7] => { "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:00:40.341867", "end": "2025-06-26 15:19:27.357961", "rc": 0, "start": "2025-06-26 15:18:47.016094" } STDOUT: Package Arch Version Repository Size Installing: koji noarch 1.35.2-1.fc41 updates 894.1 KiB Installing dependencies: python3-decorator noarch 5.1.1-11.fc41 fedora 77.6 KiB python3-defusedxml noarch 0.7.1-15.fc41 fedora 198.2 KiB python3-gssapi x86_64 1.7.3-10.fc41 fedora 2.7 MiB python3-koji noarch 1.35.2-1.fc41 updates 2.2 MiB python3-requests-gssapi noarch 1.2.3-13.fc41 fedora 61.6 KiB Transaction Summary: Installing: 6 packages Downloading [1/31]: rv-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 38.09 KiB / 38.09 KiB Downloading [2/31]: kernel-modules-extra-6.15.3-100.fc41.x86_64.rpm [======== ] 23% 1.00 MiB / 4.25 MiB [================ ] 47% 2.00 MiB / 4.25 MiB [========================= ] 70% 3.00 MiB / 4.25 MiB [================================= ] 94% 4.00 MiB / 4.25 MiB [====================================] 100% 4.25 MiB / 4.25 MiB Downloading [3/31]: kernel-debug-uki-virt-addons-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 29.36 KiB / 29.36 KiB Downloading [4/31]: kernel-tools-libs-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 34.52 KiB / 34.52 KiB Downloading [5/31]: libperf-devel-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 54.35 KiB / 54.35 KiB Downloading [6/31]: rtla-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 87.91 KiB / 87.91 KiB Downloading [7/31]: perf-6.15.3-100.fc41.x86_64.rpm [=============== ] 44% 1.00 MiB / 2.27 MiB [=============================== ] 88% 2.00 MiB / 2.27 MiB [====================================] 100% 2.27 MiB / 2.27 MiB Downloading [8/31]: kernel-debug-modules-extra-6.15.3-100.fc41.x86_64.rpm [===== ] 15% 1.00 MiB / 6.27 MiB [=========== ] 31% 2.00 MiB / 6.27 MiB [================= ] 47% 3.00 MiB / 6.27 MiB [====================== ] 63% 4.00 MiB / 6.27 MiB [============================ ] 79% 5.00 MiB / 6.27 MiB [================================== ] 95% 6.00 MiB / 6.27 MiB [====================================] 100% 6.27 MiB / 6.27 MiB Downloading [9/31]: kernel-tools-libs-devel-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 190.50 KiB / 190.50 KiB Downloading [10/31]: kernel-debug-devel-matched-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 21.72 KiB / 21.72 KiB Downloading [11/31]: kernel-modules-internal-6.15.3-100.fc41.x86_64.rpm [============ ] 35% 1.00 MiB / 2.80 MiB [========================= ] 71% 2.00 MiB / 2.80 MiB [====================================] 100% 2.80 MiB / 2.80 MiB Downloading [12/31]: kernel-modules-extra-matched-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 21.68 KiB / 21.68 KiB Downloading [13/31]: kernel-debug-modules-internal-6.15.3-100.fc41.x86_64.rpm [======== ] 24% 1.00 MiB / 4.01 MiB [================= ] 49% 2.00 MiB / 4.01 MiB [========================== ] 74% 3.00 MiB / 4.01 MiB [=================================== ] 99% 4.00 MiB / 4.01 MiB [====================================] 100% 4.01 MiB / 4.01 MiB Downloading [14/31]: libperf-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 43.45 KiB / 43.45 KiB Downloading [15/31]: python3-perf-6.15.3-100.fc41.x86_64.rpm [========================== ] 74% 1.00 MiB / 1.34 MiB [====================================] 100% 1.34 MiB / 1.34 MiB Downloading [16/31]: kernel-devel-matched-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 21.69 KiB / 21.69 KiB Downloading [17/31]: kernel-selftests-internal-6.15.3-100.fc41.x86_64.rpm [========= ] 25% 1.00 MiB / 3.99 MiB [================== ] 50% 2.00 MiB / 3.99 MiB [=========================== ] 75% 3.00 MiB / 3.99 MiB [====================================] 100% 3.99 MiB / 3.99 MiB Downloading [18/31]: kernel-debug-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 21.87 KiB / 21.87 KiB Downloading [19/31]: kernel-uki-virt-addons-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 29.33 KiB / 29.33 KiB Downloading [20/31]: kernel-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 21.77 KiB / 21.77 KiB Downloading [21/31]: kernel-tools-6.15.3-100.fc41.x86_64.rpm [====================================] 100% 560.53 KiB / 560.53 KiB Downloading [22/31]: kernel-devel-6.15.3-100.fc41.x86_64.rpm [= ] 5% 1.00 MiB / 18.29 MiB [=== ] 10% 2.00 MiB / 18.29 MiB [===== ] 16% 3.00 MiB / 18.29 MiB [======= ] 21% 4.00 MiB / 18.29 MiB [========= ] 27% 5.00 MiB / 18.29 MiB [=========== ] 32% 6.00 MiB / 18.29 MiB [============= ] 38% 7.00 MiB / 18.29 MiB [=============== ] 43% 8.00 MiB / 18.29 MiB [================= ] 49% 9.00 MiB / 18.29 MiB [=================== ] 54% 10.00 MiB / 18.29 MiB [===================== ] 60% 11.00 MiB / 18.29 MiB [======================= ] 65% 12.00 MiB / 18.29 MiB [========================= ] 71% 13.00 MiB / 18.29 MiB [=========================== ] 76% 14.00 MiB / 18.29 MiB [============================= ] 81% 15.00 MiB / 18.29 MiB [=============================== ] 87% 16.00 MiB / 18.29 MiB [================================= ] 92% 17.00 MiB / 18.29 MiB [=================================== ] 98% 18.00 MiB / 18.29 MiB [====================================] 100% 18.29 MiB / 18.29 MiB Downloading [23/31]: kernel-debug-devel-6.15.3-100.fc41.x86_64.rpm [= ] 5% 1.00 MiB / 18.47 MiB [=== ] 10% 2.00 MiB / 18.47 MiB [===== ] 16% 3.00 MiB / 18.47 MiB [======= ] 21% 4.00 MiB / 18.47 MiB [========= ] 27% 5.00 MiB / 18.47 MiB [=========== ] 32% 6.00 MiB / 18.47 MiB [============= ] 37% 7.00 MiB / 18.47 MiB [=============== ] 43% 8.00 MiB / 18.47 MiB [================= ] 48% 9.00 MiB / 18.47 MiB [=================== ] 54% 10.00 MiB / 18.47 MiB [===================== ] 59% 11.00 MiB / 18.47 MiB [======================= ] 64% 12.00 MiB / 18.47 MiB [========================= ] 70% 13.00 MiB / 18.47 MiB [=========================== ] 75% 14.00 MiB / 18.47 MiB [============================= ] 81% 15.00 MiB / 18.47 MiB [=============================== ] 86% 16.00 MiB / 18.47 MiB [================================= ] 92% 17.00 MiB / 18.47 MiB [=================================== ] 97% 18.00 MiB / 18.47 MiB [====================================] 100% 18.47 MiB / 18.47 MiB Downloading [24/31]: kernel-modules-core-6.15.3-100.fc41.x86_64.rpm [ ] 1% 1.00 MiB / 68.00 MiB [= ] 2% 2.00 MiB / 68.00 MiB [= ] 4% 3.00 MiB / 68.00 MiB [== ] 5% 4.00 MiB / 68.00 MiB [== ] 7% 5.00 MiB / 68.00 MiB [=== ] 8% 6.00 MiB / 68.00 MiB [=== ] 10% 7.00 MiB / 68.00 MiB [==== ] 11% 8.00 MiB / 68.00 MiB [==== ] 13% 9.00 MiB / 68.00 MiB [===== ] 14% 10.00 MiB / 68.00 MiB [===== ] 16% 11.00 MiB / 68.00 MiB [====== ] 17% 12.00 MiB / 68.00 MiB [====== ] 19% 13.00 MiB / 68.00 MiB [======= ] 20% 14.00 MiB / 68.00 MiB [======= ] 22% 15.00 MiB / 68.00 MiB [======== ] 23% 16.00 MiB / 68.00 MiB [========= ] 25% 17.00 MiB / 68.00 MiB [========= ] 26% 18.00 MiB / 68.00 MiB [========== ] 27% 19.00 MiB / 68.00 MiB [========== ] 29% 20.00 MiB / 68.00 MiB [=========== ] 30% 21.00 MiB / 68.00 MiB [=========== ] 32% 22.00 MiB / 68.00 MiB [============ ] 33% 23.00 MiB / 68.00 MiB [============ ] 35% 24.00 MiB / 68.00 MiB [============= ] 36% 25.00 MiB / 68.00 MiB [============= ] 38% 26.00 MiB / 68.00 MiB [============== ] 39% 27.00 MiB / 68.00 MiB [============== ] 41% 28.00 MiB / 68.00 MiB [=============== ] 42% 29.00 MiB / 68.00 MiB [=============== ] 44% 30.00 MiB / 68.00 MiB [================ ] 45% 31.00 MiB / 68.00 MiB [================ ] 47% 32.00 MiB / 68.00 MiB [================= ] 48% 33.00 MiB / 68.00 MiB [================== ] 50% 34.00 MiB / 68.00 MiB [================== ] 51% 35.00 MiB / 68.00 MiB [=================== ] 52% 36.00 MiB / 68.00 MiB [=================== ] 54% 37.00 MiB / 68.00 MiB [==================== ] 55% 38.00 MiB / 68.00 MiB [==================== ] 57% 39.00 MiB / 68.00 MiB [===================== ] 58% 40.00 MiB / 68.00 MiB [===================== ] 60% 41.00 MiB / 68.00 MiB [====================== ] 61% 42.00 MiB / 68.00 MiB [====================== ] 63% 43.00 MiB / 68.00 MiB [======================= ] 64% 44.00 MiB / 68.00 MiB [======================= ] 66% 45.00 MiB / 68.00 MiB [======================== ] 67% 46.00 MiB / 68.00 MiB [======================== ] 69% 47.00 MiB / 68.00 MiB [========================= ] 70% 48.00 MiB / 68.00 MiB [========================= ] 72% 49.00 MiB / 68.00 MiB [========================== ] 73% 50.00 MiB / 68.00 MiB [=========================== ] 75% 51.00 MiB / 68.00 MiB [=========================== ] 76% 52.00 MiB / 68.00 MiB [============================ ] 77% 53.00 MiB / 68.00 MiB [============================ ] 79% 54.00 MiB / 68.00 MiB [============================= ] 80% 55.00 MiB / 68.00 MiB [============================= ] 82% 56.00 MiB / 68.00 MiB [============================== ] 83% 57.00 MiB / 68.00 MiB [============================== ] 85% 58.00 MiB / 68.00 MiB [=============================== ] 86% 59.00 MiB / 68.00 MiB [=============================== ] 88% 60.00 MiB / 68.00 MiB [================================ ] 89% 61.00 MiB / 68.00 MiB [================================ ] 91% 62.00 MiB / 68.00 MiB [================================= ] 92% 63.00 MiB / 68.00 MiB [================================= ] 94% 64.00 MiB / 68.00 MiB [================================== ] 95% 65.00 MiB / 68.00 MiB [================================== ] 97% 66.00 MiB / 68.00 MiB [=================================== ] 98% 67.00 MiB / 68.00 MiB [====================================] 100% 68.00 MiB / 68.00 MiB Downloading [25/31]: kernel-debug-core-6.15.3-100.fc41.x86_64.rpm [= ] 2% 1.00 MiB / 33.41 MiB [== ] 5% 2.00 MiB / 33.41 MiB [=== ] 8% 3.00 MiB / 33.41 MiB [==== ] 11% 4.00 MiB / 33.41 MiB [===== ] 14% 5.00 MiB / 33.41 MiB [====== ] 17% 6.00 MiB / 33.41 MiB [======= ] 20% 7.00 MiB / 33.41 MiB [======== ] 23% 8.00 MiB / 33.41 MiB [========= ] 26% 9.00 MiB / 33.41 MiB [========== ] 29% 10.00 MiB / 33.41 MiB [=========== ] 32% 11.00 MiB / 33.41 MiB [============ ] 35% 12.00 MiB / 33.41 MiB [============== ] 38% 13.00 MiB / 33.41 MiB [=============== ] 41% 14.00 MiB / 33.41 MiB [================ ] 44% 15.00 MiB / 33.41 MiB [================= ] 47% 16.00 MiB / 33.41 MiB [================== ] 50% 17.00 MiB / 33.41 MiB [=================== ] 53% 18.00 MiB / 33.41 MiB [==================== ] 56% 19.00 MiB / 33.41 MiB [===================== ] 59% 20.00 MiB / 33.41 MiB [====================== ] 62% 21.00 MiB / 33.41 MiB [======================= ] 65% 22.00 MiB / 33.41 MiB [======================== ] 68% 23.00 MiB / 33.41 MiB [========================= ] 71% 24.00 MiB / 33.41 MiB [========================== ] 74% 25.00 MiB / 33.41 MiB [============================ ] 77% 26.00 MiB / 33.41 MiB [============================= ] 80% 27.00 MiB / 33.41 MiB [============================== ] 83% 28.00 MiB / 33.41 MiB [=============================== ] 86% 29.00 MiB / 33.41 MiB [================================ ] 89% 30.00 MiB / 33.41 MiB [================================= ] 92% 31.00 MiB / 33.41 MiB [================================== ] 95% 32.00 MiB / 33.41 MiB [=================================== ] 98% 33.00 MiB / 33.41 MiB [====================================] 100% 33.41 MiB / 33.41 MiB Downloading [26/31]: kernel-debug-modules-core-6.15.3-100.fc41.x86_64.rpm [ ] 1% 1.00 MiB / 94.10 MiB [ ] 2% 2.00 MiB / 94.10 MiB [= ] 3% 3.00 MiB / 94.10 MiB [= ] 4% 4.00 MiB / 94.10 MiB [= ] 5% 5.00 MiB / 94.10 MiB [== ] 6% 6.00 MiB / 94.10 MiB [== ] 7% 7.00 MiB / 94.10 MiB [=== ] 8% 8.00 MiB / 94.10 MiB [=== ] 9% 9.00 MiB / 94.10 MiB [=== ] 10% 10.00 MiB / 94.10 MiB [==== ] 11% 11.00 MiB / 94.10 MiB [==== ] 12% 12.00 MiB / 94.10 MiB [==== ] 13% 13.00 MiB / 94.10 MiB [===== ] 14% 14.00 MiB / 94.10 MiB [===== ] 15% 15.00 MiB / 94.10 MiB [====== ] 17% 16.00 MiB / 94.10 MiB [====== ] 18% 17.00 MiB / 94.10 MiB [====== ] 19% 18.00 MiB / 94.10 MiB [======= ] 20% 19.00 MiB / 94.10 MiB [======= ] 21% 20.00 MiB / 94.10 MiB [======== ] 22% 21.00 MiB / 94.10 MiB [======== ] 23% 22.00 MiB / 94.10 MiB [======== ] 24% 23.00 MiB / 94.10 MiB [========= ] 25% 24.00 MiB / 94.10 MiB [========= ] 26% 25.00 MiB / 94.10 MiB [========= ] 27% 26.00 MiB / 94.10 MiB [========== ] 28% 27.00 MiB / 94.10 MiB [========== ] 29% 28.00 MiB / 94.10 MiB [=========== ] 30% 29.00 MiB / 94.10 MiB [=========== ] 31% 30.00 MiB / 94.10 MiB [=========== ] 32% 31.00 MiB / 94.10 MiB [============ ] 34% 32.00 MiB / 94.10 MiB [============ ] 35% 33.00 MiB / 94.10 MiB [============= ] 36% 34.00 MiB / 94.10 MiB [============= ] 37% 35.00 MiB / 94.10 MiB [============= ] 38% 36.00 MiB / 94.10 MiB [============== ] 39% 37.00 MiB / 94.10 MiB [============== ] 40% 38.00 MiB / 94.10 MiB [============== ] 41% 39.00 MiB / 94.10 MiB [=============== ] 42% 40.00 MiB / 94.10 MiB [=============== ] 43% 41.00 MiB / 94.10 MiB [================ ] 44% 42.00 MiB / 94.10 MiB [================ ] 45% 43.00 MiB / 94.10 MiB [================ ] 46% 44.00 MiB / 94.10 MiB [================= ] 47% 45.00 MiB / 94.10 MiB [================= ] 48% 46.00 MiB / 94.10 MiB [================= ] 49% 47.00 MiB / 94.10 MiB [================== ] 51% 48.00 MiB / 94.10 MiB [================== ] 52% 49.00 MiB / 94.10 MiB [=================== ] 53% 50.00 MiB / 94.10 MiB [=================== ] 54% 51.00 MiB / 94.10 MiB [=================== ] 55% 52.00 MiB / 94.10 MiB [==================== ] 56% 53.00 MiB / 94.10 MiB [==================== ] 57% 54.00 MiB / 94.10 MiB [===================== ] 58% 55.00 MiB / 94.10 MiB [===================== ] 59% 56.00 MiB / 94.10 MiB [===================== ] 60% 57.00 MiB / 94.10 MiB [====================== ] 61% 58.00 MiB / 94.10 MiB [====================== ] 62% 59.00 MiB / 94.10 MiB [====================== ] 63% 60.00 MiB / 94.10 MiB [======================= ] 64% 61.00 MiB / 94.10 MiB [======================= ] 65% 62.00 MiB / 94.10 MiB [======================== ] 66% 63.00 MiB / 94.10 MiB [======================== ] 68% 64.00 MiB / 94.10 MiB [======================== ] 69% 65.00 MiB / 94.10 MiB [========================= ] 70% 66.00 MiB / 94.10 MiB [========================= ] 71% 67.00 MiB / 94.10 MiB [========================== ] 72% 68.00 MiB / 94.10 MiB [========================== ] 73% 69.00 MiB / 94.10 MiB [========================== ] 74% 70.00 MiB / 94.10 MiB [=========================== ] 75% 71.00 MiB / 94.10 MiB [=========================== ] 76% 72.00 MiB / 94.10 MiB [=========================== ] 77% 73.00 MiB / 94.10 MiB [============================ ] 78% 74.00 MiB / 94.10 MiB [============================ ] 79% 75.00 MiB / 94.10 MiB [============================= ] 80% 76.00 MiB / 94.10 MiB [============================= ] 81% 77.00 MiB / 94.10 MiB [============================= ] 82% 78.00 MiB / 94.10 MiB [============================== ] 83% 79.00 MiB / 94.10 MiB [============================== ] 85% 80.00 MiB / 94.10 MiB [============================== ] 86% 81.00 MiB / 94.10 MiB [=============================== ] 87% 82.00 MiB / 94.10 MiB [=============================== ] 88% 83.00 MiB / 94.10 MiB [================================ ] 89% 84.00 MiB / 94.10 MiB [================================ ] 90% 85.00 MiB / 94.10 MiB [================================ ] 91% 86.00 MiB / 94.10 MiB [================================= ] 92% 87.00 MiB / 94.10 MiB [================================= ] 93% 88.00 MiB / 94.10 MiB [================================== ] 94% 89.00 MiB / 94.10 MiB [================================== ] 95% 90.00 MiB / 94.10 MiB [================================== ] 96% 91.00 MiB / 94.10 MiB [=================================== ] 97% 92.00 MiB / 94.10 MiB [=================================== ] 98% 93.00 MiB / 94.10 MiB [=================================== ] 99% 94.00 MiB / 94.10 MiB [====================================] 100% 94.10 MiB / 94.10 MiB Downloading [27/31]: kernel-modules-6.15.3-100.fc41.x86_64.rpm [ ] 1% 1.00 MiB / 94.80 MiB [ ] 2% 2.00 MiB / 94.80 MiB [= ] 3% 3.00 MiB / 94.80 MiB [= ] 4% 4.00 MiB / 94.80 MiB [= ] 5% 5.00 MiB / 94.80 MiB [== ] 6% 6.00 MiB / 94.80 MiB [== ] 7% 7.00 MiB / 94.80 MiB [=== ] 8% 8.00 MiB / 94.80 MiB [=== ] 9% 9.00 MiB / 94.80 MiB [=== ] 10% 10.00 MiB / 94.80 MiB [==== ] 11% 11.00 MiB / 94.80 MiB [==== ] 12% 12.00 MiB / 94.80 MiB [==== ] 13% 13.00 MiB / 94.80 MiB [===== ] 14% 14.00 MiB / 94.80 MiB [===== ] 15% 15.00 MiB / 94.80 MiB [====== ] 16% 16.00 MiB / 94.80 MiB [====== ] 17% 17.00 MiB / 94.80 MiB [====== ] 18% 18.00 MiB / 94.80 MiB [======= ] 20% 19.00 MiB / 94.80 MiB [======= ] 21% 20.00 MiB / 94.80 MiB [======= ] 22% 21.00 MiB / 94.80 MiB [======== ] 23% 22.00 MiB / 94.80 MiB [======== ] 24% 23.00 MiB / 94.80 MiB [========= ] 25% 24.00 MiB / 94.80 MiB [========= ] 26% 25.00 MiB / 94.80 MiB [========= ] 27% 26.00 MiB / 94.80 MiB [========== ] 28% 27.00 MiB / 94.80 MiB [========== ] 29% 28.00 MiB / 94.80 MiB [=========== ] 30% 29.00 MiB / 94.80 MiB [=========== ] 31% 30.00 MiB / 94.80 MiB [=========== ] 32% 31.00 MiB / 94.80 MiB [============ ] 33% 32.00 MiB / 94.80 MiB [============ ] 34% 33.00 MiB / 94.80 MiB [============ ] 35% 34.00 MiB / 94.80 MiB [============= ] 36% 35.00 MiB / 94.80 MiB [============= ] 37% 36.00 MiB / 94.80 MiB [============== ] 39% 37.00 MiB / 94.80 MiB [============== ] 40% 38.00 MiB / 94.80 MiB [============== ] 41% 39.00 MiB / 94.80 MiB [=============== ] 42% 40.00 MiB / 94.80 MiB [=============== ] 43% 41.00 MiB / 94.80 MiB [=============== ] 44% 42.00 MiB / 94.80 MiB [================ ] 45% 43.00 MiB / 94.80 MiB [================ ] 46% 44.00 MiB / 94.80 MiB [================= ] 47% 45.00 MiB / 94.80 MiB [================= ] 48% 46.00 MiB / 94.80 MiB [================= ] 49% 47.00 MiB / 94.80 MiB [================== ] 50% 48.00 MiB / 94.80 MiB [================== ] 51% 49.00 MiB / 94.80 MiB [================== ] 52% 50.00 MiB / 94.80 MiB [=================== ] 53% 51.00 MiB / 94.80 MiB [=================== ] 54% 52.00 MiB / 94.80 MiB [==================== ] 55% 53.00 MiB / 94.80 MiB [==================== ] 56% 54.00 MiB / 94.80 MiB [==================== ] 58% 55.00 MiB / 94.80 MiB [===================== ] 59% 56.00 MiB / 94.80 MiB [===================== ] 60% 57.00 MiB / 94.80 MiB [====================== ] 61% 58.00 MiB / 94.80 MiB [====================== ] 62% 59.00 MiB / 94.80 MiB [====================== ] 63% 60.00 MiB / 94.80 MiB [======================= ] 64% 61.00 MiB / 94.80 MiB [======================= ] 65% 62.00 MiB / 94.80 MiB [======================= ] 66% 63.00 MiB / 94.80 MiB [======================== ] 67% 64.00 MiB / 94.80 MiB [======================== ] 68% 65.00 MiB / 94.80 MiB [========================= ] 69% 66.00 MiB / 94.80 MiB [========================= ] 70% 67.00 MiB / 94.80 MiB [========================= ] 71% 68.00 MiB / 94.80 MiB [========================== ] 72% 69.00 MiB / 94.80 MiB [========================== ] 73% 70.00 MiB / 94.80 MiB [========================== ] 74% 71.00 MiB / 94.80 MiB [=========================== ] 75% 72.00 MiB / 94.80 MiB [=========================== ] 77% 73.00 MiB / 94.80 MiB [============================ ] 78% 74.00 MiB / 94.80 MiB [============================ ] 79% 75.00 MiB / 94.80 MiB [============================ ] 80% 76.00 MiB / 94.80 MiB [============================= ] 81% 77.00 MiB / 94.80 MiB [============================= ] 82% 78.00 MiB / 94.80 MiB [============================== ] 83% 79.00 MiB / 94.80 MiB [============================== ] 84% 80.00 MiB / 94.80 MiB [============================== ] 85% 81.00 MiB / 94.80 MiB [=============================== ] 86% 82.00 MiB / 94.80 MiB [=============================== ] 87% 83.00 MiB / 94.80 MiB [=============================== ] 88% 84.00 MiB / 94.80 MiB [================================ ] 89% 85.00 MiB / 94.80 MiB [================================ ] 90% 86.00 MiB / 94.80 MiB [================================= ] 91% 87.00 MiB / 94.80 MiB [================================= ] 92% 88.00 MiB / 94.80 MiB [================================= ] 93% 89.00 MiB / 94.80 MiB [================================== ] 94% 90.00 MiB / 94.80 MiB [================================== ] 95% 91.00 MiB / 94.80 MiB [================================== ] 97% 92.00 MiB / 94.80 MiB [=================================== ] 98% 93.00 MiB / 94.80 MiB [=================================== ] 99% 94.00 MiB / 94.80 MiB [====================================] 100% 94.80 MiB / 94.80 MiB Downloading [28/31]: kernel-debug-modules-6.15.3-100.fc41.x86_64.rpm [ ] 0% 1.00 MiB / 138.61 MiB [ ] 1% 2.00 MiB / 138.61 MiB [ ] 2% 3.00 MiB / 138.61 MiB [= ] 2% 4.00 MiB / 138.61 MiB [= ] 3% 5.00 MiB / 138.61 MiB [= ] 4% 6.00 MiB / 138.61 MiB [= ] 5% 7.00 MiB / 138.61 MiB [== ] 5% 8.00 MiB / 138.61 MiB [== ] 6% 9.00 MiB / 138.61 MiB [== ] 7% 10.00 MiB / 138.61 MiB [== ] 7% 11.00 MiB / 138.61 MiB [=== ] 8% 12.00 MiB / 138.61 MiB [=== ] 9% 13.00 MiB / 138.61 MiB [=== ] 10% 14.00 MiB / 138.61 MiB [=== ] 10% 15.00 MiB / 138.61 MiB [==== ] 11% 16.00 MiB / 138.61 MiB [==== ] 12% 17.00 MiB / 138.61 MiB [==== ] 12% 18.00 MiB / 138.61 MiB [==== ] 13% 19.00 MiB / 138.61 MiB [===== ] 14% 20.00 MiB / 138.61 MiB [===== ] 15% 21.00 MiB / 138.61 MiB [===== ] 15% 22.00 MiB / 138.61 MiB [===== ] 16% 23.00 MiB / 138.61 MiB [====== ] 17% 24.00 MiB / 138.61 MiB [====== ] 18% 25.00 MiB / 138.61 MiB [====== ] 18% 26.00 MiB / 138.61 MiB [======= ] 19% 27.00 MiB / 138.61 MiB [======= ] 20% 28.00 MiB / 138.61 MiB [======= ] 20% 29.00 MiB / 138.61 MiB [======= ] 21% 30.00 MiB / 138.61 MiB [======== ] 22% 31.00 MiB / 138.61 MiB [======== ] 23% 32.00 MiB / 138.61 MiB [======== ] 23% 33.00 MiB / 138.61 MiB [======== ] 24% 34.00 MiB / 138.61 MiB [========= ] 25% 35.00 MiB / 138.61 MiB [========= ] 25% 36.00 MiB / 138.61 MiB [========= ] 26% 37.00 MiB / 138.61 MiB [========= ] 27% 38.00 MiB / 138.61 MiB [========== ] 28% 39.00 MiB / 138.61 MiB [========== ] 28% 40.00 MiB / 138.61 MiB [========== ] 29% 41.00 MiB / 138.61 MiB [========== ] 30% 42.00 MiB / 138.61 MiB [=========== ] 31% 43.00 MiB / 138.61 MiB [=========== ] 31% 44.00 MiB / 138.61 MiB [=========== ] 32% 45.00 MiB / 138.61 MiB [=========== ] 33% 46.00 MiB / 138.61 MiB [============ ] 33% 47.00 MiB / 138.61 MiB [============ ] 34% 48.00 MiB / 138.61 MiB [============ ] 35% 49.00 MiB / 138.61 MiB [============ ] 36% 50.00 MiB / 138.61 MiB [============= ] 36% 51.00 MiB / 138.61 MiB [============= ] 37% 52.00 MiB / 138.61 MiB [============= ] 38% 53.00 MiB / 138.61 MiB [============== ] 38% 54.00 MiB / 138.61 MiB [============== ] 39% 55.00 MiB / 138.61 MiB [============== ] 40% 56.00 MiB / 138.61 MiB [============== ] 41% 57.00 MiB / 138.61 MiB [=============== ] 41% 58.00 MiB / 138.61 MiB [=============== ] 42% 59.00 MiB / 138.61 MiB [=============== ] 43% 60.00 MiB / 138.61 MiB [=============== ] 44% 61.00 MiB / 138.61 MiB [================ ] 44% 62.00 MiB / 138.61 MiB [================ ] 45% 63.00 MiB / 138.61 MiB [================ ] 46% 64.00 MiB / 138.61 MiB [================ ] 46% 65.00 MiB / 138.61 MiB [================= ] 47% 66.00 MiB / 138.61 MiB [================= ] 48% 67.00 MiB / 138.61 MiB [================= ] 49% 68.00 MiB / 138.61 MiB [================= ] 49% 69.00 MiB / 138.61 MiB [================== ] 50% 70.00 MiB / 138.61 MiB [================== ] 51% 71.00 MiB / 138.61 MiB [================== ] 51% 72.00 MiB / 138.61 MiB [================== ] 52% 73.00 MiB / 138.61 MiB [=================== ] 53% 74.00 MiB / 138.61 MiB [=================== ] 54% 75.00 MiB / 138.61 MiB [=================== ] 54% 76.00 MiB / 138.61 MiB [=================== ] 55% 77.00 MiB / 138.61 MiB [==================== ] 56% 78.00 MiB / 138.61 MiB [==================== ] 56% 79.00 MiB / 138.61 MiB [==================== ] 57% 80.00 MiB / 138.61 MiB [===================== ] 58% 81.00 MiB / 138.61 MiB [===================== ] 59% 82.00 MiB / 138.61 MiB [===================== ] 59% 83.00 MiB / 138.61 MiB [===================== ] 60% 84.00 MiB / 138.61 MiB [====================== ] 61% 85.00 MiB / 138.61 MiB [====================== ] 62% 86.00 MiB / 138.61 MiB [====================== ] 62% 87.00 MiB / 138.61 MiB [====================== ] 63% 88.00 MiB / 138.61 MiB [======================= ] 64% 89.00 MiB / 138.61 MiB [======================= ] 64% 90.00 MiB / 138.61 MiB [======================= ] 65% 91.00 MiB / 138.61 MiB [======================= ] 66% 92.00 MiB / 138.61 MiB [======================== ] 67% 93.00 MiB / 138.61 MiB [======================== ] 67% 94.00 MiB / 138.61 MiB [======================== ] 68% 95.00 MiB / 138.61 MiB [======================== ] 69% 96.00 MiB / 138.61 MiB [========================= ] 69% 97.00 MiB / 138.61 MiB [========================= ] 70% 98.00 MiB / 138.61 MiB [========================= ] 71% 99.00 MiB / 138.61 MiB [========================= ] 72% 100.00 MiB / 138.61 MiB [========================== ] 72% 101.00 MiB / 138.61 MiB [========================== ] 73% 102.00 MiB / 138.61 MiB [========================== ] 74% 103.00 MiB / 138.61 MiB [=========================== ] 75% 104.00 MiB / 138.61 MiB [=========================== ] 75% 105.00 MiB / 138.61 MiB [=========================== ] 76% 106.00 MiB / 138.61 MiB [=========================== ] 77% 107.00 MiB / 138.61 MiB [============================ ] 77% 108.00 MiB / 138.61 MiB [============================ ] 78% 109.00 MiB / 138.61 MiB [============================ ] 79% 110.00 MiB / 138.61 MiB [============================ ] 80% 111.00 MiB / 138.61 MiB [============================= ] 80% 112.00 MiB / 138.61 MiB [============================= ] 81% 113.00 MiB / 138.61 MiB [============================= ] 82% 114.00 MiB / 138.61 MiB [============================= ] 82% 115.00 MiB / 138.61 MiB [============================== ] 83% 116.00 MiB / 138.61 MiB [============================== ] 84% 117.00 MiB / 138.61 MiB [============================== ] 85% 118.00 MiB / 138.61 MiB [============================== ] 85% 119.00 MiB / 138.61 MiB [=============================== ] 86% 120.00 MiB / 138.61 MiB [=============================== ] 87% 121.00 MiB / 138.61 MiB [=============================== ] 88% 122.00 MiB / 138.61 MiB [=============================== ] 88% 123.00 MiB / 138.61 MiB [================================ ] 89% 124.00 MiB / 138.61 MiB [================================ ] 90% 125.00 MiB / 138.61 MiB [================================ ] 90% 126.00 MiB / 138.61 MiB [================================ ] 91% 127.00 MiB / 138.61 MiB [================================= ] 92% 128.00 MiB / 138.61 MiB [================================= ] 93% 129.00 MiB / 138.61 MiB [================================= ] 93% 130.00 MiB / 138.61 MiB [================================== ] 94% 131.00 MiB / 138.61 MiB [================================== ] 95% 132.00 MiB / 138.61 MiB [================================== ] 95% 133.00 MiB / 138.61 MiB [================================== ] 96% 134.00 MiB / 138.61 MiB [=================================== ] 97% 135.00 MiB / 138.61 MiB [=================================== ] 98% 136.00 MiB / 138.61 MiB [=================================== ] 98% 137.00 MiB / 138.61 MiB [=================================== ] 99% 138.00 MiB / 138.61 MiB [====================================] 100% 138.61 MiB / 138.61 MiB Downloading [29/31]: kernel-core-6.15.3-100.fc41.x86_64.rpm [= ] 5% 1.00 MiB / 19.03 MiB [=== ] 10% 2.00 MiB / 19.03 MiB [===== ] 15% 3.00 MiB / 19.03 MiB [======= ] 21% 4.00 MiB / 19.03 MiB [========= ] 26% 5.00 MiB / 19.03 MiB [=========== ] 31% 6.00 MiB / 19.03 MiB [============= ] 36% 7.00 MiB / 19.03 MiB [=============== ] 42% 8.00 MiB / 19.03 MiB [================= ] 47% 9.00 MiB / 19.03 MiB [================== ] 52% 10.00 MiB / 19.03 MiB [==================== ] 57% 11.00 MiB / 19.03 MiB [====================== ] 63% 12.00 MiB / 19.03 MiB [======================== ] 68% 13.00 MiB / 19.03 MiB [========================== ] 73% 14.00 MiB / 19.03 MiB [============================ ] 78% 15.00 MiB / 19.03 MiB [============================== ] 84% 16.00 MiB / 19.03 MiB [================================ ] 89% 17.00 MiB / 19.03 MiB [================================== ] 94% 18.00 MiB / 19.03 MiB [=================================== ] 99% 19.00 MiB / 19.03 MiB [====================================] 100% 19.03 MiB / 19.03 MiB Downloading [30/31]: kernel-uki-virt-6.15.3-100.fc41.x86_64.rpm [ ] 1% 1.00 MiB / 60.42 MiB [= ] 3% 2.00 MiB / 60.42 MiB [= ] 4% 3.00 MiB / 60.42 MiB [== ] 6% 4.00 MiB / 60.42 MiB [== ] 8% 5.00 MiB / 60.42 MiB [=== ] 9% 6.00 MiB / 60.42 MiB [==== ] 11% 7.00 MiB / 60.42 MiB [==== ] 13% 8.00 MiB / 60.42 MiB [===== ] 14% 9.00 MiB / 60.42 MiB [===== ] 16% 10.00 MiB / 60.42 MiB [====== ] 18% 11.00 MiB / 60.42 MiB [======= ] 19% 12.00 MiB / 60.42 MiB [======= ] 21% 13.00 MiB / 60.42 MiB [======== ] 23% 14.00 MiB / 60.42 MiB [======== ] 24% 15.00 MiB / 60.42 MiB [========= ] 26% 16.00 MiB / 60.42 MiB [========== ] 28% 17.00 MiB / 60.42 MiB [========== ] 29% 18.00 MiB / 60.42 MiB [=========== ] 31% 19.00 MiB / 60.42 MiB [=========== ] 33% 20.00 MiB / 60.42 MiB [============ ] 34% 21.00 MiB / 60.42 MiB [============= ] 36% 22.00 MiB / 60.42 MiB [============= ] 38% 23.00 MiB / 60.42 MiB [============== ] 39% 24.00 MiB / 60.42 MiB [============== ] 41% 25.00 MiB / 60.42 MiB [=============== ] 43% 26.00 MiB / 60.42 MiB [================ ] 44% 27.00 MiB / 60.42 MiB [================ ] 46% 28.00 MiB / 60.42 MiB [================= ] 47% 29.00 MiB / 60.42 MiB [================= ] 49% 30.00 MiB / 60.42 MiB [================== ] 51% 31.00 MiB / 60.42 MiB [=================== ] 52% 32.00 MiB / 60.42 MiB [=================== ] 54% 33.00 MiB / 60.42 MiB [==================== ] 56% 34.00 MiB / 60.42 MiB [==================== ] 57% 35.00 MiB / 60.42 MiB [===================== ] 59% 36.00 MiB / 60.42 MiB [====================== ] 61% 37.00 MiB / 60.42 MiB [====================== ] 62% 38.00 MiB / 60.42 MiB [======================= ] 64% 39.00 MiB / 60.42 MiB [======================= ] 66% 40.00 MiB / 60.42 MiB [======================== ] 67% 41.00 MiB / 60.42 MiB [========================= ] 69% 42.00 MiB / 60.42 MiB [========================= ] 71% 43.00 MiB / 60.42 MiB [========================== ] 72% 44.00 MiB / 60.42 MiB [========================== ] 74% 45.00 MiB / 60.42 MiB [=========================== ] 76% 46.00 MiB / 60.42 MiB [============================ ] 77% 47.00 MiB / 60.42 MiB [============================ ] 79% 48.00 MiB / 60.42 MiB [============================= ] 81% 49.00 MiB / 60.42 MiB [============================= ] 82% 50.00 MiB / 60.42 MiB [============================== ] 84% 51.00 MiB / 60.42 MiB [============================== ] 86% 52.00 MiB / 60.42 MiB [=============================== ] 87% 53.00 MiB / 60.42 MiB [================================ ] 89% 54.00 MiB / 60.42 MiB [================================ ] 91% 55.00 MiB / 60.42 MiB [================================= ] 92% 56.00 MiB / 60.42 MiB [================================= ] 94% 57.00 MiB / 60.42 MiB [================================== ] 95% 58.00 MiB / 60.42 MiB [=================================== ] 97% 59.00 MiB / 60.42 MiB [=================================== ] 99% 60.00 MiB / 60.42 MiB [====================================] 100% 60.42 MiB / 60.42 MiB Downloading [31/31]: kernel-debug-uki-virt-6.15.3-100.fc41.x86_64.rpm [ ] 1% 1.00 MiB / 81.15 MiB [ ] 2% 2.00 MiB / 81.15 MiB [= ] 3% 3.00 MiB / 81.15 MiB [= ] 4% 4.00 MiB / 81.15 MiB [== ] 6% 5.00 MiB / 81.15 MiB [== ] 7% 6.00 MiB / 81.15 MiB [=== ] 8% 7.00 MiB / 81.15 MiB [=== ] 9% 8.00 MiB / 81.15 MiB [=== ] 11% 9.00 MiB / 81.15 MiB [==== ] 12% 10.00 MiB / 81.15 MiB [==== ] 13% 11.00 MiB / 81.15 MiB [===== ] 14% 12.00 MiB / 81.15 MiB [===== ] 16% 13.00 MiB / 81.15 MiB [====== ] 17% 14.00 MiB / 81.15 MiB [====== ] 18% 15.00 MiB / 81.15 MiB [======= ] 19% 16.00 MiB / 81.15 MiB [======= ] 20% 17.00 MiB / 81.15 MiB [======= ] 22% 18.00 MiB / 81.15 MiB [======== ] 23% 19.00 MiB / 81.15 MiB [======== ] 24% 20.00 MiB / 81.15 MiB [========= ] 25% 21.00 MiB / 81.15 MiB [========= ] 27% 22.00 MiB / 81.15 MiB [========== ] 28% 23.00 MiB / 81.15 MiB [========== ] 29% 24.00 MiB / 81.15 MiB [=========== ] 30% 25.00 MiB / 81.15 MiB [=========== ] 32% 26.00 MiB / 81.15 MiB [=========== ] 33% 27.00 MiB / 81.15 MiB [============ ] 34% 28.00 MiB / 81.15 MiB [============ ] 35% 29.00 MiB / 81.15 MiB [============= ] 36% 30.00 MiB / 81.15 MiB [============= ] 38% 31.00 MiB / 81.15 MiB [============== ] 39% 32.00 MiB / 81.15 MiB [============== ] 40% 33.00 MiB / 81.15 MiB [=============== ] 41% 34.00 MiB / 81.15 MiB [=============== ] 43% 35.00 MiB / 81.15 MiB [=============== ] 44% 36.00 MiB / 81.15 MiB [================ ] 45% 37.00 MiB / 81.15 MiB [================ ] 46% 38.00 MiB / 81.15 MiB [================= ] 48% 39.00 MiB / 81.15 MiB [================= ] 49% 40.00 MiB / 81.15 MiB [================== ] 50% 41.00 MiB / 81.15 MiB [================== ] 51% 42.00 MiB / 81.15 MiB [=================== ] 52% 43.00 MiB / 81.15 MiB [=================== ] 54% 44.00 MiB / 81.15 MiB [=================== ] 55% 45.00 MiB / 81.15 MiB [==================== ] 56% 46.00 MiB / 81.15 MiB [==================== ] 57% 47.00 MiB / 81.15 MiB [===================== ] 59% 48.00 MiB / 81.15 MiB [===================== ] 60% 49.00 MiB / 81.15 MiB [====================== ] 61% 50.00 MiB / 81.15 MiB [====================== ] 62% 51.00 MiB / 81.15 MiB [======================= ] 64% 52.00 MiB / 81.15 MiB [======================= ] 65% 53.00 MiB / 81.15 MiB [======================= ] 66% 54.00 MiB / 81.15 MiB [======================== ] 67% 55.00 MiB / 81.15 MiB [======================== ] 69% 56.00 MiB / 81.15 MiB [========================= ] 70% 57.00 MiB / 81.15 MiB [========================= ] 71% 58.00 MiB / 81.15 MiB [========================== ] 72% 59.00 MiB / 81.15 MiB [========================== ] 73% 60.00 MiB / 81.15 MiB [=========================== ] 75% 61.00 MiB / 81.15 MiB [=========================== ] 76% 62.00 MiB / 81.15 MiB [=========================== ] 77% 63.00 MiB / 81.15 MiB [============================ ] 78% 64.00 MiB / 81.15 MiB [============================ ] 80% 65.00 MiB / 81.15 MiB [============================= ] 81% 66.00 MiB / 81.15 MiB [============================= ] 82% 67.00 MiB / 81.15 MiB [============================== ] 83% 68.00 MiB / 81.15 MiB [============================== ] 85% 69.00 MiB / 81.15 MiB [=============================== ] 86% 70.00 MiB / 81.15 MiB [=============================== ] 87% 71.00 MiB / 81.15 MiB [=============================== ] 88% 72.00 MiB / 81.15 MiB [================================ ] 89% 73.00 MiB / 81.15 MiB [================================ ] 91% 74.00 MiB / 81.15 MiB [================================= ] 92% 75.00 MiB / 81.15 MiB [================================= ] 93% 76.00 MiB / 81.15 MiB [================================== ] 94% 77.00 MiB / 81.15 MiB [================================== ] 96% 78.00 MiB / 81.15 MiB [=================================== ] 97% 79.00 MiB / 81.15 MiB [=================================== ] 98% 80.00 MiB / 81.15 MiB [=================================== ] 99% 81.00 MiB / 81.15 MiB [====================================] 100% 81.15 MiB / 81.15 MiB Package Arch Version Repository Size Installing: kernel-modules-extra x86_64 6.15.3-100.fc41 @commandline 4.2 MiB kernel-modules-extra-matched x86_64 6.15.3-100.fc41 @commandline 0.0 B kernel-modules-internal x86_64 6.15.3-100.fc41 @commandline 2.7 MiB Transaction Summary: Installing: 3 packages STDERR: Updating and loading repositories: Repositories loaded. Total size of inbound packages is 1 MiB. Need to download 1 MiB. After this operation, 6 MiB extra will be used (install 6 MiB, remove 0 B). [1/6] python3-defusedxml-0:0.7.1-15.fc4 100% | 2.4 MiB/s | 58.9 KiB | 00m00s [2/6] python3-koji-0:1.35.2-1.fc41.noar 100% | 10.2 MiB/s | 429.5 KiB | 00m00s [3/6] koji-0:1.35.2-1.fc41.noarch 100% | 4.7 MiB/s | 265.3 KiB | 00m00s [4/6] python3-requests-gssapi-0:1.2.3-1 100% | 598.0 KiB/s | 28.1 KiB | 00m00s [5/6] python3-decorator-0:5.1.1-11.fc41 100% | 1.2 MiB/s | 30.8 KiB | 00m00s [6/6] python3-gssapi-0:1.7.3-10.fc41.x8 100% | 12.6 MiB/s | 646.6 KiB | 00m00s -------------------------------------------------------------------------------- [6/6] Total 100% | 4.6 MiB/s | 1.4 MiB | 00m00s Running transaction [1/8] Verify package files 100% | 500.0 B/s | 6.0 B | 00m00s [2/8] Prepare transaction 100% | 57.0 B/s | 6.0 B | 00m00s [3/8] Installing python3-decorator-0:5. 100% | 2.7 MiB/s | 80.3 KiB | 00m00s [4/8] Installing python3-gssapi-0:1.7.3 100% | 27.3 MiB/s | 2.7 MiB | 00m00s [5/8] Installing python3-requests-gssap 100% | 3.6 MiB/s | 66.4 KiB | 00m00s [6/8] Installing python3-defusedxml-0:0 100% | 8.1 MiB/s | 206.5 KiB | 00m00s [7/8] Installing python3-koji-0:1.35.2- 100% | 53.1 MiB/s | 2.2 MiB | 00m00s [8/8] Installing koji-0:1.35.2-1.fc41.n 100% | 4.3 MiB/s | 922.9 KiB | 00m00s Complete! Updating and loading repositories: Repositories loaded. Package "kernel-modules-6.15.3-100.fc41.x86_64" is already installed. Package "kernel-modules-core-6.15.3-100.fc41.x86_64" is already installed. Total size of inbound packages is 7 MiB. Need to download 0 B. After this operation, 7 MiB extra will be used (install 7 MiB, remove 0 B). Running transaction [1/5] Verify package files 100% | 63.0 B/s | 3.0 B | 00m00s [2/5] Prepare transaction 100% | 85.0 B/s | 3.0 B | 00m00s [3/5] Installing kernel-modules-interna 100% | 210.4 KiB/s | 2.8 MiB | 00m13s [4/5] Installing kernel-modules-extra-m 100% | 40.4 KiB/s | 124.0 B | 00m00s [5/5] Installing kernel-modules-extra-0 100% | 449.6 KiB/s | 4.2 MiB | 00m10s Warning: skipped OpenPGP checks for 3 packages from repository: @commandline Complete! TASK [Create hostapd config] *************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:62 Thursday 26 June 2025 15:19:27 -0400 (0:00:40.877) 0:00:52.083 ********* changed: [managed-node7] => { "changed": true, "checksum": "f5862a5b2d44c3b984c3c4850e760395f1c2f1b9", "dest": "/etc/hostapd/wireless.conf", "gid": 0, "group": "root", "md5sum": "af252c8d0292c67941864c3aee7aae71", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1750965567.4990292-36449-51813756851622/.source.conf", "state": "file", "uid": 0 } TASK [Include the task 'start_mock_wifi.yml'] ********************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:77 Thursday 26 June 2025 15:19:28 -0400 (0:00:00.845) 0:00:52.928 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml for managed-node7 TASK [Ensure NetworkManager is running] **************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:3 Thursday 26 June 2025 15:19:28 -0400 (0:00:00.025) 0:00:52.953 ********* ok: [managed-node7] => { "changed": false, "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-26 15:08:19 EDT", "ActiveEnterTimestampMonotonic": "21843230", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target dbus.socket cloud-init-local.service system.slice sysinit.target dbus-broker.service network-pre.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-26 15:08:19 EDT", "AssertTimestampMonotonic": "21225896", "Before": "multi-user.target network.target NetworkManager-wait-online.service shutdown.target cloud-init.service", "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": "2503121000", "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": "Thu 2025-06-26 15:08:19 EDT", "ConditionTimestampMonotonic": "21225893", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "3810", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "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 /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4410", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2025-06-26 15:08:19 EDT", "ExecMainHandoffTimestampMonotonic": "21243823", "ExecMainPID": "746", "ExecMainStartTimestamp": "Thu 2025-06-26 15:08:19 EDT", "ExecMainStartTimestampMonotonic": "21227110", "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": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2025-06-26 15:08:19 EDT", "InactiveExitTimestampMonotonic": "21227470", "InvocationID": "b52040258e8b4a349d8a4d2b6c299965", "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": "14700", "LimitNPROCSoft": "14700", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14700", "LimitSIGPENDINGSoft": "14700", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "746", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3441635328", "MemoryCurrent": "12099584", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "13066240", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "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", "SetLoginEnvironment": "no", "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": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-26 15:18:46 EDT", "StateChangeTimestampMonotonic": "647185492", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4410", "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/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Thursday 26 June 2025 15:19:29 -0400 (0:00:00.741) 0:00:53.695 ********* ok: [managed-node7] => { "changed": false, "cmd": "modprobe mac80211_hwsim radio=2 && sleep 5", "delta": "0:00:05.205052", "end": "2025-06-26 15:19:34.590099", "rc": 0, "start": "2025-06-26 15:19:29.385047" } TASK [Restart NetworkManager and wpa_supplicant] ******************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 Thursday 26 June 2025 15:19:34 -0400 (0:00:05.598) 0:00:59.294 ********* changed: [managed-node7] => (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": "Thu 2025-06-26 15:08:19 EDT", "ActiveEnterTimestampMonotonic": "21843230", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target dbus.socket cloud-init-local.service system.slice sysinit.target dbus-broker.service network-pre.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-26 15:08:19 EDT", "AssertTimestampMonotonic": "21225896", "Before": "multi-user.target network.target NetworkManager-wait-online.service shutdown.target cloud-init.service", "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": "2512478000", "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": "Thu 2025-06-26 15:08:19 EDT", "ConditionTimestampMonotonic": "21225893", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "3810", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "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 /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4410", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2025-06-26 15:08:19 EDT", "ExecMainHandoffTimestampMonotonic": "21243823", "ExecMainPID": "746", "ExecMainStartTimestamp": "Thu 2025-06-26 15:08:19 EDT", "ExecMainStartTimestampMonotonic": "21227110", "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": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2025-06-26 15:08:19 EDT", "InactiveExitTimestampMonotonic": "21227470", "InvocationID": "b52040258e8b4a349d8a4d2b6c299965", "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": "14700", "LimitNPROCSoft": "14700", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14700", "LimitSIGPENDINGSoft": "14700", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "746", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3473100800", "MemoryCurrent": "12124160", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "13066240", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "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", "SetLoginEnvironment": "no", "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": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-26 15:18:46 EDT", "StateChangeTimestampMonotonic": "647185492", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4410", "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-node7] => (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", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service dbus.socket system.slice systemd-journald.socket basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.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": "[not set]", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "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 /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4410", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14700", "LimitNPROCSoft": "14700", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14700", "LimitSIGPENDINGSoft": "14700", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3486744576", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "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": "sysinit.target system.slice dbus.socket", "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", "SetLoginEnvironment": "no", "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": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4410", "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": "disabled", "UtmpMode": "init", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Bring up wlan0 and wlan1 (mock wifi interfaces)] ************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 Thursday 26 June 2025 15:19:36 -0400 (0:00:01.357) 0:01:00.652 ********* ok: [managed-node7] => { "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.027408", "end": "2025-06-26 15:19:41.364983", "rc": 0, "start": "2025-06-26 15:19:36.337575" } TASK [Start hostapd] *********************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Thursday 26 June 2025 15:19:41 -0400 (0:00:05.422) 0:01:06.075 ********* ok: [managed-node7] => { "changed": false, "cmd": "hostapd -B /etc/hostapd/wireless.conf && sleep 5", "delta": "0:00:05.040375", "end": "2025-06-26 15:19:46.859568", "rc": 0, "start": "2025-06-26 15:19:41.819193" } STDOUT: wlan1: interface state UNINITIALIZED->ENABLED wlan1: AP-ENABLED TASK [TEST: wireless connection with OWE] ************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:15 Thursday 26 June 2025 15:19:46 -0400 (0:00:05.484) 0:01:11.560 ********* ok: [managed-node7] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 26 June 2025 15:19:46 -0400 (0:00:00.020) 0:01:11.581 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node7 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 26 June 2025 15:19:46 -0400 (0:00:00.037) 0:01:11.618 ********* skipping: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 26 June 2025 15:19:47 -0400 (0:00:00.062) 0:01:11.680 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 26 June 2025 15:19:47 -0400 (0:00:00.035) 0:01:11.716 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 26 June 2025 15:19:47 -0400 (0:00:00.035) 0:01:11.752 ********* ok: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 26 June 2025 15:19:49 -0400 (0:00:02.846) 0:01:14.599 ********* ok: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 26 June 2025 15:19:51 -0400 (0:00:01.391) 0:01:15.990 ********* ok: [managed-node7] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 26 June 2025 15:19:51 -0400 (0:00:00.070) 0:01:16.061 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 26 June 2025 15:19:51 -0400 (0:00:00.055) 0:01:16.117 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 26 June 2025 15:19:51 -0400 (0:00:00.041) 0:01:16.158 ********* skipping: [managed-node7] => { "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/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 26 June 2025 15:19:51 -0400 (0:00:00.064) 0:01:16.223 ********* changed: [managed-node7] => { "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-wifi-1:1.50.3-1.fc41.x86_64", "Installed: wireless-regdb-2024.01.23-2.fc41.noarch", "Installed: iw-6.9-2.fc41.x86_64" ] } MSG: Check mode: No changes made, but would have if not in check mode 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/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 26 June 2025 15:19:53 -0400 (0:00:01.572) 0:01:17.795 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 26 June 2025 15:19:53 -0400 (0:00:00.082) 0:01:17.877 ********* skipping: [managed-node7] => { "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/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 26 June 2025 15:19:53 -0400 (0:00:00.060) 0:01:17.938 ********* changed: [managed-node7] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-wifi-1:1.50.3-1.fc41.x86_64", "Installed: wireless-regdb-2024.01.23-2.fc41.noarch", "Installed: iw-6.9-2.fc41.x86_64" ] } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 26 June 2025 15:19:55 -0400 (0:00:02.130) 0:01:20.068 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 26 June 2025 15:19:55 -0400 (0:00:00.045) 0:01:20.114 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 26 June 2025 15:19:55 -0400 (0:00:00.064) 0:01:20.179 ********* changed: [managed-node7] => { "changed": true, "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-26 15:19:35 EDT", "ActiveEnterTimestampMonotonic": "696183797", "ActiveExitTimestamp": "Thu 2025-06-26 15:19:35 EDT", "ActiveExitTimestampMonotonic": "696027744", "ActiveState": "active", "After": "systemd-journald.socket basic.target dbus.socket cloud-init-local.service system.slice sysinit.target dbus-broker.service network-pre.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-26 15:19:35 EDT", "AssertTimestampMonotonic": "696066157", "Before": "multi-user.target network.target NetworkManager-wait-online.service shutdown.target cloud-init.service", "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": "91507000", "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": "Thu 2025-06-26 15:19:35 EDT", "ConditionTimestampMonotonic": "696066154", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "7501", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "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 /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4410", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2025-06-26 15:19:35 EDT", "ExecMainHandoffTimestampMonotonic": "696083473", "ExecMainPID": "40993", "ExecMainStartTimestamp": "Thu 2025-06-26 15:19:35 EDT", "ExecMainStartTimestampMonotonic": "696067076", "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=[Thu 2025-06-26 15:19:35 EDT] ; stop_time=[n/a] ; pid=40993 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[Thu 2025-06-26 15:19:35 EDT] ; stop_time=[n/a] ; pid=40993 ; 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": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2025-06-26 15:19:35 EDT", "InactiveEnterTimestampMonotonic": "696065293", "InactiveExitTimestamp": "Thu 2025-06-26 15:19:35 EDT", "InactiveExitTimestampMonotonic": "696067578", "InvocationID": "10a3bb8875c94f0294ce111539b0ba84", "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": "14700", "LimitNPROCSoft": "14700", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14700", "LimitSIGPENDINGSoft": "14700", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "40993", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3406983168", "MemoryCurrent": "3690496", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4251648", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "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", "SetLoginEnvironment": "no", "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": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-26 15:19:35 EDT", "StateChangeTimestampMonotonic": "696183797", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4410", "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 [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 26 June 2025 15:19:56 -0400 (0:00:00.974) 0:01:21.153 ********* ok: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 26 June 2025 15:19:57 -0400 (0:00:00.753) 0:01:21.907 ********* changed: [managed-node7] => { "changed": true, "enabled": true, "name": "wpa_supplicant", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-26 15:19:35 EDT", "ActiveEnterTimestampMonotonic": "696820444", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket sysinit.target dbus-broker.service system.slice basic.target dbus.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-26 15:19:35 EDT", "AssertTimestampMonotonic": "696805436", "Before": "shutdown.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": "19708000", "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": "Thu 2025-06-26 15:19:35 EDT", "ConditionTimestampMonotonic": "696805433", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlGroupId": "7633", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "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 /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4410", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2025-06-26 15:19:35 EDT", "ExecMainHandoffTimestampMonotonic": "696815482", "ExecMainPID": "41276", "ExecMainStartTimestamp": "Thu 2025-06-26 15:19:35 EDT", "ExecMainStartTimestampMonotonic": "696806404", "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=[Thu 2025-06-26 15:19:35 EDT] ; stop_time=[n/a] ; pid=41276 ; 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=[Thu 2025-06-26 15:19:35 EDT] ; stop_time=[n/a] ; pid=41276 ; 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": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "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": "Thu 2025-06-26 15:19:35 EDT", "InactiveExitTimestampMonotonic": "696806841", "InvocationID": "005ecd0bf4b6496eaa6a18997a349536", "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": "14700", "LimitNPROCSoft": "14700", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14700", "LimitSIGPENDINGSoft": "14700", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "41276", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3434033152", "MemoryCurrent": "1798144", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "2060288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "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 system.slice sysinit.target", "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", "SetLoginEnvironment": "no", "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": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-26 15:19:35 EDT", "StateChangeTimestampMonotonic": "696820444", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4410", "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": "disabled", "UtmpMode": "init", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 26 June 2025 15:19:58 -0400 (0:00:00.923) 0:01:22.830 ********* skipping: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 26 June 2025 15:19:58 -0400 (0:00:00.066) 0:01:22.896 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 26 June 2025 15:19:58 -0400 (0:00:00.062) 0:01:22.959 ********* changed: [managed-node7] => { "_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": "owe", "ssid": "hostapd-owe" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 38ce5bc8-88dc-401d-b623-f77255213d1e [004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 38ce5bc8-88dc-401d-b623-f77255213d1e (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 26 June 2025 15:20:03 -0400 (0:00:04.805) 0:01:27.765 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 26 June 2025 15:20:03 -0400 (0:00:00.040) 0:01:27.805 ********* ok: [managed-node7] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 38ce5bc8-88dc-401d-b623-f77255213d1e", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 38ce5bc8-88dc-401d-b623-f77255213d1e (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 26 June 2025 15:20:03 -0400 (0:00:00.046) 0:01:27.851 ********* ok: [managed-node7] => { "__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": "owe", "ssid": "hostapd-owe" } } ], "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, 38ce5bc8-88dc-401d-b623-f77255213d1e\n[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 38ce5bc8-88dc-401d-b623-f77255213d1e (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 38ce5bc8-88dc-401d-b623-f77255213d1e", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 38ce5bc8-88dc-401d-b623-f77255213d1e (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 26 June 2025 15:20:03 -0400 (0:00:00.044) 0:01:27.896 ********* skipping: [managed-node7] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 26 June 2025 15:20:03 -0400 (0:00:00.050) 0:01:27.946 ********* ok: [managed-node7] => { "changed": false, "ping": "pong" } TASK [Verify connection profile] *********************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:36 Thursday 26 June 2025 15:20:04 -0400 (0:00:00.743) 0:01:28.690 ********* ok: [managed-node7] => { "changed": false, "cmd": "nmcli c show wlan0 | grep 802-11-wireless-security.key-mgmt", "delta": "0:00:00.023113", "end": "2025-06-26 15:20:04.444428", "rc": 0, "start": "2025-06-26 15:20:04.421315" } STDOUT: 802-11-wireless-security.key-mgmt: owe TASK [Assert that OWE is configured correctly] ********************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:42 Thursday 26 June 2025 15:20:04 -0400 (0:00:00.480) 0:01:29.170 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 26 June 2025 15:20:04 -0400 (0:00:00.044) 0:01:29.215 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node7 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 26 June 2025 15:20:04 -0400 (0:00:00.085) 0:01:29.300 ********* skipping: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 26 June 2025 15:20:04 -0400 (0:00:00.065) 0:01:29.365 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 26 June 2025 15:20:04 -0400 (0:00:00.048) 0:01:29.414 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 26 June 2025 15:20:04 -0400 (0:00:00.048) 0:01:29.462 ********* ok: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 26 June 2025 15:20:07 -0400 (0:00:02.838) 0:01:32.300 ********* ok: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 26 June 2025 15:20:08 -0400 (0:00:01.011) 0:01:33.312 ********* ok: [managed-node7] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 26 June 2025 15:20:08 -0400 (0:00:00.052) 0:01:33.365 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 26 June 2025 15:20:08 -0400 (0:00:00.046) 0:01:33.412 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 26 June 2025 15:20:08 -0400 (0:00:00.065) 0:01:33.477 ********* skipping: [managed-node7] => { "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/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 26 June 2025 15:20:08 -0400 (0:00:00.079) 0:01:33.557 ********* skipping: [managed-node7] => { "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/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 26 June 2025 15:20:08 -0400 (0:00:00.072) 0:01:33.629 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 26 June 2025 15:20:09 -0400 (0:00:00.053) 0:01:33.682 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 26 June 2025 15:20:09 -0400 (0:00:00.059) 0:01:33.742 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 26 June 2025 15:20:09 -0400 (0:00:00.095) 0:01:33.837 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 26 June 2025 15:20:09 -0400 (0:00:00.064) 0:01:33.902 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 26 June 2025 15:20:09 -0400 (0:00:00.060) 0:01:33.962 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 26 June 2025 15:20:09 -0400 (0:00:00.092) 0:01:34.055 ********* ok: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 26 June 2025 15:20:10 -0400 (0:00:00.690) 0:01:34.746 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 26 June 2025 15:20:10 -0400 (0:00:00.075) 0:01:34.821 ********* skipping: [managed-node7] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 26 June 2025 15:20:10 -0400 (0:00:00.043) 0:01:34.864 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 26 June 2025 15:20:10 -0400 (0:00:00.037) 0:01:34.902 ********* changed: [managed-node7] => { "_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/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 26 June 2025 15:20:11 -0400 (0:00:00.831) 0:01:35.733 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 26 June 2025 15:20:11 -0400 (0:00:00.123) 0:01:35.857 ********* ok: [managed-node7] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 26 June 2025 15:20:11 -0400 (0:00:00.048) 0:01:35.905 ********* ok: [managed-node7] => { "__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/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 26 June 2025 15:20:11 -0400 (0:00:00.048) 0:01:35.954 ********* skipping: [managed-node7] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 26 June 2025 15:20:11 -0400 (0:00:00.047) 0:01:36.002 ********* ok: [managed-node7] => { "changed": false, "ping": "pong" } TASK [Include the task 'cleanup_mock_wifi.yml'] ******************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:61 Thursday 26 June 2025 15:20:11 -0400 (0:00:00.461) 0:01:36.463 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml for managed-node7 TASK [Unload mac80211_hwsim module] ******************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:3 Thursday 26 June 2025 15:20:11 -0400 (0:00:00.102) 0:01:36.566 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "modprobe", "-r", "mac80211_hwsim" ], "delta": "0:00:00.120905", "end": "2025-06-26 15:20:12.399640", "rc": 0, "start": "2025-06-26 15:20:12.278735" } TASK [Kill hostapd process] **************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:7 Thursday 26 June 2025 15:20:12 -0400 (0:00:00.553) 0:01:37.119 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "pkill", "hostapd" ], "delta": "0:00:00.014654", "end": "2025-06-26 15:20:12.839165", "rc": 0, "start": "2025-06-26 15:20:12.824511" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:63 Thursday 26 June 2025 15:20:12 -0400 (0:00:00.445) 0:01:37.565 ********* included: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node7 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Thursday 26 June 2025 15:20:13 -0400 (0:00:00.077) 0:01:37.642 ********* ok: [managed-node7] => { "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.009747", "end": "2025-06-26 15:20:13.335563", "rc": 0, "start": "2025-06-26 15:20:13.325816" } 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 12:f4:48:b7:63:13 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.8.228/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 3584sec preferred_lft 3584sec inet6 fe80::10f4:48ff:feb7:6313/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:35:8b:07:90:83 brd ff:ff:ff:ff:ff:ff altname enX1 inet 10.31.9.120/22 brd 10.31.11.255 scope global dynamic noprefixroute eth1 valid_lft 3584sec preferred_lft 3584sec inet6 fe80::1035:8bff:fe07:9083/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.228 metric 100 default via 10.31.8.1 dev eth1 proto dhcp src 10.31.9.120 metric 101 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.228 metric 100 10.31.8.0/22 dev eth1 proto kernel scope link src 10.31.9.120 metric 101 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev eth1 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 testing-farm.us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Thursday 26 June 2025 15:20:13 -0400 (0:00:00.434) 0:01:38.077 ********* skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node7 : ok=49 changed=9 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 26 June 2025 15:20:13 -0400 (0:00:00.038) 0:01:38.116 ********* =============================================================================== Install mac80211_hwsim kernel modules in Fedora ------------------------ 40.88s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:53 Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.60s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Start hostapd ----------------------------------------------------------- 5.48s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.42s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 fedora.linux_system_roles.network : Configure networking connection profiles --- 4.81s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Install packages required to set up mock wifi network ------------------- 3.01s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 Install hostapd in Fedora ----------------------------------------------- 2.99s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:45 fedora.linux_system_roles.network : Check which services are running ---- 2.85s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.84s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Install packages -------------------- 2.13s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Gathering Facts --------------------------------------------------------- 1.60s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:6 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces --- 1.57s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 fedora.linux_system_roles.network : Check which packages are installed --- 1.39s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Restart NetworkManager and wpa_supplicant ------------------------------- 1.36s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 Gathering Facts --------------------------------------------------------- 1.21s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:3 fedora.linux_system_roles.network : Check which packages are installed --- 1.01s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.97s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Check if system is ostree ----------------------------------------------- 0.97s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.92s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Create hostapd config --------------------------------------------------- 0.85s /tmp/collections-XIT/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:62