ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_wireless_nm.yml ************************************************
2 plays in /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml

PLAY [Run playbook 'playbooks/tests_wireless.yml' with nm as provider] *********

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:6
Saturday 28 December 2024  07:48:14 -0500 (0:00:00.049)       0:00:00.049 ***** 
ok: [managed-node1]
META: ran handlers

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:9
Saturday 28 December 2024  07:48:16 -0500 (0:00:01.155)       0:00:01.205 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1

TASK [Gather the minimum subset of ansible_facts required by the network role test] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Saturday 28 December 2024  07:48:16 -0500 (0:00:00.053)       0:00:01.259 ***** 
ok: [managed-node1]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Saturday 28 December 2024  07:48:16 -0500 (0:00:00.423)       0:00:01.682 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Saturday 28 December 2024  07:48:17 -0500 (0:00:00.671)       0:00:02.354 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__network_is_ostree": false
    }, 
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Saturday 28 December 2024  07:48:17 -0500 (0:00:00.052)       0:00:02.406 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Saturday 28 December 2024  07:48:17 -0500 (0:00:00.045)       0:00:02.451 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1

TASK [Create EPEL 7] ***********************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Saturday 28 December 2024  07:48:17 -0500 (0:00:00.126)       0:00:02.578 ***** 
ok: [managed-node1] => {
    "attempts": 1, 
    "changed": false, 
    "cmd": [
        "rpm", 
        "-iv", 
        "https://dl.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm"
    ], 
    "rc": 0
}

STDOUT:

skipped, since /etc/yum.repos.d/epel.repo exists

TASK [Install yum-utils package] ***********************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26
Saturday 28 December 2024  07:48:17 -0500 (0:00:00.418)       0:00:02.997 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed"
    ]
}
lsrpackages: yum-utils

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32
Saturday 28 December 2024  07:48:18 -0500 (0:00:00.838)       0:00:03.835 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "yum-config-manager", 
        "--enable", 
        "epel"
    ], 
    "delta": "0:00:00.165917", 
    "end": "2024-12-28 07:48:19.328824", 
    "rc": 0, 
    "start": "2024-12-28 07:48:19.162907"
}

STDOUT:

Loaded plugins: fastestmirror
================================== repo: epel ==================================
[epel]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = 
cache = 0
cachedir = /var/cache/yum/x86_64/7/epel
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage = 
enabled = True
enablegroups = True
exclude = 
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir
gpgcakey = 
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
hdrdir = /var/cache/yum/x86_64/7/epel/headers
http_caching = all
includepkgs = 
ip_resolve = 
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid = 
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos
minrate = 0
mirrorlist = 
mirrorlist_expire = 86400
name = Extra Packages for Enterprise Linux 7 - x86_64
old_base_cache_dir = 
password = 
persistdir = /var/lib/yum/repos/x86_64/7/epel
pkgdir = /var/cache/yum/x86_64/7/epel/packages
proxy = False
proxy_dict = 
proxy_password = 
proxy_username = 
repo_gpgcheck = False
retries = 10
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert = 
sslclientcert = 
sslclientkey = 
sslverify = True
throttle = 0
timeout = 30.0
ui_id = epel/x86_64
ui_repoid_vars = releasever,
   basearch
username = 

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37
Saturday 28 December 2024  07:48:19 -0500 (0:00:00.751)       0:00:04.587 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42
Saturday 28 December 2024  07:48:19 -0500 (0:00:00.082)       0:00:04.669 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:11
Saturday 28 December 2024  07:48:19 -0500 (0:00:00.087)       0:00:04.757 ***** 
ok: [managed-node1] => {
    "ansible_facts": {
        "network_provider": "nm"
    }, 
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [Play for testing wireless connection] ************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:3
Saturday 28 December 2024  07:48:19 -0500 (0:00:00.077)       0:00:04.834 ***** 
ok: [managed-node1]
META: ran handlers

TASK [INIT: wireless tests] ****************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:8
Saturday 28 December 2024  07:48:20 -0500 (0:00:00.905)       0:00:05.740 ***** 
ok: [managed-node1] => {}

MSG:

##################################################

TASK [Include the task 'setup_mock_wifi.yml'] **********************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:11
Saturday 28 December 2024  07:48:20 -0500 (0:00:00.083)       0:00:05.824 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml for managed-node1

TASK [Install packages required to set up mock wifi network] *******************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:3
Saturday 28 December 2024  07:48:20 -0500 (0:00:00.061)       0:00:05.886 ***** 
changed: [managed-node1] => {
    "attempts": 1, 
    "changed": true, 
    "changes": {
        "installed": [
            "hostapd"
        ]
    }, 
    "rc": 0, 
    "results": [
        "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", 
        "1:wpa_supplicant-2.6-12.el7_9.2.x86_64 providing wpa_supplicant is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package hostapd.x86_64 0:2.9-3.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package           Arch             Version                Repository      Size\n================================================================================\nInstalling:\n hostapd           x86_64           2.9-3.el7              epel           489 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 489 k\nInstalled size: 1.2 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : hostapd-2.9-3.el7.x86_64                                     1/1 \n  Verifying  : hostapd-2.9-3.el7.x86_64                                     1/1 \n\nInstalled:\n  hostapd.x86_64 0:2.9-3.el7                                                    \n\nComplete!\n"
    ]
}
lsrpackages: NetworkManager hostapd wpa_supplicant

TASK [Ensure NetworkManager is running] ****************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:16
Saturday 28 December 2024  07:48:24 -0500 (0:00:03.279)       0:00:09.166 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "name": "NetworkManager", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "ActiveEnterTimestampMonotonic": "9557093", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "systemd-journald.socket system.slice network-pre.target dbus.service basic.target cloud-init-local.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "AssertTimestampMonotonic": "9463266", 
        "Before": "multi-user.target network.service NetworkManager-wait-online.service network.target cloud-init.service shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.freedesktop.NetworkManager", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "539309282", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "ConditionTimestampMonotonic": "9463264", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/NetworkManager.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Network Manager", 
        "DevicePolicy": "auto", 
        "Documentation": "man:NetworkManager(8)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "574", 
        "ExecMainStartTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "ExecMainStartTimestampMonotonic": "9464305", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; 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 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "NetworkManager.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "InactiveExitTimestampMonotonic": "9464342", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "process", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "574", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "NetworkManager.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "read-only", 
        "ProtectSystem": "yes", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "RequiredBy": "NetworkManager-wait-online.service", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network.target", 
        "WatchdogTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "WatchdogTimestampMonotonic": "9556696", 
        "WatchdogUSec": "0"
    }
}

TASK [Copy server certificates] ************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:21
Saturday 28 December 2024  07:48:24 -0500 (0:00:00.772)       0:00:09.938 ***** 
changed: [managed-node1] => (item=server.key) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "cdb9dc915fdc71f7fd22ad887def7ecffab6cb6e", 
    "dest": "/etc/pki/tls/server.key", 
    "gid": 0, 
    "group": "root", 
    "item": "server.key", 
    "md5sum": "cd4f4d7098e86ee9d0e88e61f0c44ec4", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 1782, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390104.84-4818-183717680180310/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item=dh.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "bf0f85791e75de8be4c2d350f275a2ba11387409", 
    "dest": "/etc/pki/tls/dh.pem", 
    "gid": 0, 
    "group": "root", 
    "item": "dh.pem", 
    "md5sum": "4113e34f62361150e6900c737183327e", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 424, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390105.9-4818-278346351299626/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item=server.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "8e23f3b43e1d5346659d6e46a7415d5da14128a0", 
    "dest": "/etc/pki/tls/server.pem", 
    "gid": 0, 
    "group": "root", 
    "item": "server.pem", 
    "md5sum": "7b57077d9e9aea06a4e2dd4ca1f4be7d", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 1334, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390106.75-4818-23287953303859/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item=cacert.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "9e89a4c67b49ee7cf56a8aab271a40e9d42efdf4", 
    "dest": "/etc/pki/tls/cacert.pem", 
    "gid": 0, 
    "group": "root", 
    "item": "cacert.pem", 
    "md5sum": "ee044bfd4dd84d85b6cb5331e7339411", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 1289, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390107.43-4818-219714473660619/source", 
    "state": "file", 
    "uid": 0
}

TASK [Create hostapd config] ***************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:32
Saturday 28 December 2024  07:48:28 -0500 (0:00:03.264)       0:00:13.203 ***** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "a125331ea7679ccc13a42a166e1b0f97b2f12a6e", 
    "dest": "/etc/hostapd/wireless.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "440fe05511c2eab1f6817bab5884df89", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:etc_t:s0", 
    "size": 532, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390108.12-5028-74002595175456/source", 
    "state": "file", 
    "uid": 0
}

TASK [Create eap_user_file config] *********************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:63
Saturday 28 December 2024  07:48:28 -0500 (0:00:00.719)       0:00:13.923 ***** 
changed: [managed-node1] => {
    "changed": true, 
    "checksum": "efe2ba91d712f9e07f9ad035796dc766d91b1f4e", 
    "dest": "/etc/hostapd/hostapd.eap_user", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "51fa368b94ad6544dbd0ac27754ed092", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:etc_t:s0", 
    "size": 6, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390108.91-5077-184718546979670/source", 
    "state": "file", 
    "uid": 0
}

TASK [Load mac80211_hwsim kernel module to mock a wifi network] ****************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:70
Saturday 28 December 2024  07:48:29 -0500 (0:00:00.763)       0:00:14.686 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "modprobe mac80211_hwsim && sleep 5", 
    "delta": "0:00:05.104266", 
    "end": "2024-12-28 07:48:34.936180", 
    "rc": 0, 
    "start": "2024-12-28 07:48:29.831914"
}

TASK [Restart NetworkManager and wpa_supplicant] *******************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:74
Saturday 28 December 2024  07:48:35 -0500 (0:00:05.526)       0:00:20.213 ***** 
changed: [managed-node1] => (item=NetworkManager) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "NetworkManager", 
    "name": "NetworkManager", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "ActiveEnterTimestampMonotonic": "9557093", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "systemd-journald.socket system.slice network-pre.target dbus.service basic.target cloud-init-local.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "AssertTimestampMonotonic": "9463266", 
        "Before": "multi-user.target network.service NetworkManager-wait-online.service network.target cloud-init.service shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.freedesktop.NetworkManager", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "539309282", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "ConditionTimestampMonotonic": "9463264", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/NetworkManager.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Network Manager", 
        "DevicePolicy": "auto", 
        "Documentation": "man:NetworkManager(8)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "574", 
        "ExecMainStartTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "ExecMainStartTimestampMonotonic": "9464305", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; 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 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "NetworkManager.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "InactiveExitTimestampMonotonic": "9464342", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "process", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "574", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "NetworkManager.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "read-only", 
        "ProtectSystem": "yes", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "RequiredBy": "NetworkManager-wait-online.service", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network.target", 
        "WatchdogTimestamp": "Sat 2024-12-28 07:34:47 EST", 
        "WatchdogTimestampMonotonic": "9556696", 
        "WatchdogUSec": "0"
    }
}
changed: [managed-node1] => (item=wpa_supplicant) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": "wpa_supplicant", 
    "name": "wpa_supplicant", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "system.slice systemd-journald.socket syslog.target basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "network.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "fi.w1.wpa_supplicant1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "WPA Supplicant daemon", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "wpa_supplicant.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "wpa_supplicant.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "disabled", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [Configure wlan0 and wlan1 (mock wifi interfaces)] ************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:82
Saturday 28 December 2024  07:48:36 -0500 (0:00:01.106)       0:00:21.319 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "ip link set up wlan0\nip link set up wlan1\nnmcli device set wlan1 managed off\nip add add 203.0.113.1/24 dev wlan1\nsleep 5\n", 
    "delta": "0:00:05.031910", 
    "end": "2024-12-28 07:48:41.687933", 
    "rc": 0, 
    "start": "2024-12-28 07:48:36.656023"
}

TASK [Start hostapd] ***********************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:91
Saturday 28 December 2024  07:48:41 -0500 (0:00:05.577)       0:00:26.897 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "hostapd -B /etc/hostapd/wireless.conf && sleep 5", 
    "delta": "0:00:05.010864", 
    "end": "2024-12-28 07:48:47.253147", 
    "rc": 0, 
    "start": "2024-12-28 07:48:42.242283"
}

STDOUT:

Configuration file: /etc/hostapd/wireless.conf
wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE

TASK [Copy client certs] *******************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:13
Saturday 28 December 2024  07:48:47 -0500 (0:00:05.562)       0:00:32.460 ***** 
changed: [managed-node1] => (item=client.key) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "4e613674a093ce2b6f3f7838c417ae52497298d9", 
    "dest": "/etc/pki/tls/client.key", 
    "gid": 0, 
    "group": "root", 
    "item": "client.key", 
    "md5sum": "04ac780ee7f45b957931ef5904ff1db3", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 1782, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390127.37-6049-203236580888458/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed-node1] => (item=client.pem) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "f872445a88ad99f43f281c911af2329b323c43b1", 
    "dest": "/etc/pki/tls/client.pem", 
    "gid": 0, 
    "group": "root", 
    "item": "client.pem", 
    "md5sum": "2ee1d9c042ecfad6cb2240c0a310b993", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 1334, 
    "src": "/root/.ansible/tmp/ansible-tmp-1735390127.96-6049-185682222285114/source", 
    "state": "file", 
    "uid": 0
}
ok: [managed-node1] => (item=cacert.pem) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "checksum": "9e89a4c67b49ee7cf56a8aab271a40e9d42efdf4", 
    "dest": "/etc/pki/tls/cacert.pem", 
    "gid": 0, 
    "group": "root", 
    "item": "cacert.pem", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/pki/tls/cacert.pem", 
    "secontext": "system_u:object_r:cert_t:s0", 
    "size": 1289, 
    "state": "file", 
    "uid": 0
}

TASK [TEST: wireless connection with WPA-PSK] **********************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:24
Saturday 28 December 2024  07:48:49 -0500 (0:00:02.050)       0:00:34.510 ***** 
ok: [managed-node1] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 28 December 2024  07:48:49 -0500 (0:00:00.042)       0:00:34.553 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 28 December 2024  07:48:49 -0500 (0:00:00.089)       0:00:34.642 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check if system is ostree] ***********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 28 December 2024  07:48:49 -0500 (0:00:00.106)       0:00:34.748 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 28 December 2024  07:48:49 -0500 (0:00:00.076)       0:00:34.824 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 28 December 2024  07:48:49 -0500 (0:00:00.072)       0:00:34.897 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check which packages are installed] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 28 December 2024  07:48:50 -0500 (0:00:01.205)       0:00:36.102 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 28 December 2024  07:48:53 -0500 (0:00:02.059)       0:00:38.162 ***** 
ok: [managed-node1] => {}

MSG:

Using network provider: nm

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 28 December 2024  07:48:53 -0500 (0:00:00.144)       0:00:38.307 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 28 December 2024  07:48:53 -0500 (0:00:00.133)       0:00:38.441 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 28 December 2024  07:48:53 -0500 (0:00:00.122)       0:00:38.563 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 28 December 2024  07:48:53 -0500 (0:00:00.138)       0:00:38.702 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 28 December 2024  07:48:53 -0500 (0:00:00.165)       0:00:38.867 ***** 
changed: [managed-node1] => {
    "changed": true, 
    "changes": {
        "installed": [
            "NetworkManager-wifi"
        ], 
        "updated": []
    }, 
    "rc": 0, 
    "results": [
        "All packages providing NetworkManager are up to date", 
        "All packages providing python-gobject-base are up to date", 
        "All packages providing wpa_supplicant are up to date"
    ]
}
lsrpackages: NetworkManager NetworkManager-wifi python-gobject-base wpa_supplicant

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 28 December 2024  07:48:59 -0500 (0:00:06.052)       0:00:44.920 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 28 December 2024  07:48:59 -0500 (0:00:00.135)       0:00:45.055 ***** 
changed: [managed-node1] => {
    "attempts": 1, 
    "changed": true, 
    "changes": {
        "installed": [
            "NetworkManager-wifi"
        ]
    }, 
    "rc": 0, 
    "results": [
        "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", 
        "python-gobject-base-3.22.0-1.el7_4.1.x86_64 providing python-gobject-base is already installed", 
        "1:wpa_supplicant-2.6-12.el7_9.2.x86_64 providing wpa_supplicant is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package NetworkManager-wifi.x86_64 1:1.18.8-2.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package                  Arch        Version                Repository    Size\n================================================================================\nInstalling:\n NetworkManager-wifi      x86_64      1:1.18.8-2.el7_9       updates      202 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 202 k\nInstalled size: 149 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : 1:NetworkManager-wifi-1.18.8-2.el7_9.x86_64                  1/1 \n  Verifying  : 1:NetworkManager-wifi-1.18.8-2.el7_9.x86_64                  1/1 \n\nInstalled:\n  NetworkManager-wifi.x86_64 1:1.18.8-2.el7_9                                   \n\nComplete!\n"
    ]
}
lsrpackages: NetworkManager NetworkManager-wifi python-gobject-base wpa_supplicant

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 28 December 2024  07:49:03 -0500 (0:00:03.211)       0:00:48.267 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 28 December 2024  07:49:03 -0500 (0:00:00.140)       0:00:48.407 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 28 December 2024  07:49:03 -0500 (0:00:00.125)       0:00:48.532 ***** 
changed: [managed-node1] => {
    "changed": true, 
    "name": "NetworkManager", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "ActiveEnterTimestampMonotonic": "837827567", 
        "ActiveExitTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "ActiveExitTimestampMonotonic": "837788071", 
        "ActiveState": "active", 
        "After": "systemd-journald.socket system.slice network-pre.target dbus.service basic.target cloud-init-local.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "AssertTimestampMonotonic": "837810205", 
        "Before": "multi-user.target network.service NetworkManager-wait-online.service network.target cloud-init.service shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.freedesktop.NetworkManager", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "539309282", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "ConditionTimestampMonotonic": "837810204", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/NetworkManager.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Network Manager", 
        "DevicePolicy": "auto", 
        "Documentation": "man:NetworkManager(8)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "5254", 
        "ExecMainStartTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "ExecMainStartTimestampMonotonic": "837810818", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/usr/bin/dbus-send ; argv[]=/usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.Reload uint32:0 ; ignore_errors=no ; 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=[Sat 2024-12-28 07:48:35 EST] ; stop_time=[n/a] ; pid=5254 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "NetworkManager.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "InactiveEnterTimestampMonotonic": "837809188", 
        "InactiveExitTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "InactiveExitTimestampMonotonic": "837810856", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "process", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "5254", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "NetworkManager.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "read-only", 
        "ProtectSystem": "yes", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "RequiredBy": "NetworkManager-wait-online.service", 
        "Requires": "system.slice basic.target", 
        "Restart": "on-failure", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network.target", 
        "WatchdogTimestamp": "Sat 2024-12-28 07:48:35 EST", 
        "WatchdogTimestampMonotonic": "837827523", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 28 December 2024  07:49:04 -0500 (0:00:00.797)       0:00:49.330 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 28 December 2024  07:49:04 -0500 (0:00:00.609)       0:00:49.939 ***** 
changed: [managed-node1] => {
    "changed": true, 
    "enabled": true, 
    "name": "wpa_supplicant", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "ActiveEnterTimestampMonotonic": "838328925", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice systemd-journald.socket syslog.target basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "AssertTimestampMonotonic": "838316054", 
        "Before": "network.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "fi.w1.wpa_supplicant1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "ConditionTimestampMonotonic": "838316053", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/wpa_supplicant.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "WPA Supplicant daemon", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "5417", 
        "ExecMainStartTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "ExecMainStartTimestampMonotonic": "838317519", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[Sat 2024-12-28 07:48:36 EST] ; stop_time=[n/a] ; pid=5417 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "wpa_supplicant.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "InactiveExitTimestampMonotonic": "838318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "5417", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "wpa_supplicant.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "disabled", 
        "WatchdogTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "WatchdogTimestampMonotonic": "838328880", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 28 December 2024  07:49:05 -0500 (0:00:00.812)       0:00:50.752 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 28 December 2024  07:49:05 -0500 (0:00:00.130)       0:00:50.882 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 28 December 2024  07:49:05 -0500 (0:00:00.125)       0:00:51.007 ***** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "ip": {
                        "address": [
                            "203.0.113.2/24"
                        ], 
                        "auto6": "no", 
                        "dhcp4": "no"
                    }, 
                    "name": "wlan0", 
                    "state": "up", 
                    "type": "wireless", 
                    "wireless": {
                        "key_mgmt": "wpa-psk", 
                        "password": "p@55w0rD", 
                        "ssid": "mock_wifi"
                    }
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "nm"
        }
    }, 
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, a78da841-7e20-478a-a525-8615e1897c14
[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a78da841-7e20-478a-a525-8615e1897c14 (not-active)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 28 December 2024  07:49:07 -0500 (0:00:01.588)       0:00:52.596 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 28 December 2024  07:49:07 -0500 (0:00:00.152)       0:00:52.749 ***** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, a78da841-7e20-478a-a525-8615e1897c14", 
        "[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a78da841-7e20-478a-a525-8615e1897c14 (not-active)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 28 December 2024  07:49:07 -0500 (0:00:00.132)       0:00:52.882 ***** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ip": {
                            "address": [
                                "203.0.113.2/24"
                            ], 
                            "auto6": "no", 
                            "dhcp4": "no"
                        }, 
                        "name": "wlan0", 
                        "state": "up", 
                        "type": "wireless", 
                        "wireless": {
                            "key_mgmt": "wpa-psk", 
                            "password": "p@55w0rD", 
                            "ssid": "mock_wifi"
                        }
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "nm"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, a78da841-7e20-478a-a525-8615e1897c14\n[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a78da841-7e20-478a-a525-8615e1897c14 (not-active)\n", 
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, a78da841-7e20-478a-a525-8615e1897c14", 
            "[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a78da841-7e20-478a-a525-8615e1897c14 (not-active)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 28 December 2024  07:49:07 -0500 (0:00:00.137)       0:00:53.019 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 28 December 2024  07:49:08 -0500 (0:00:00.137)       0:00:53.157 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "ping": "pong"
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 28 December 2024  07:49:08 -0500 (0:00:00.924)       0:00:54.081 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 28 December 2024  07:49:09 -0500 (0:00:00.254)       0:00:54.336 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check if system is ostree] ***********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 28 December 2024  07:49:09 -0500 (0:00:00.165)       0:00:54.501 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 28 December 2024  07:49:09 -0500 (0:00:00.150)       0:00:54.652 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 28 December 2024  07:49:09 -0500 (0:00:00.138)       0:00:54.791 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check which packages are installed] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 28 December 2024  07:49:10 -0500 (0:00:01.051)       0:00:55.842 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 28 December 2024  07:49:12 -0500 (0:00:01.572)       0:00:57.414 ***** 
ok: [managed-node1] => {}

MSG:

Using network provider: nm

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 28 December 2024  07:49:12 -0500 (0:00:00.164)       0:00:57.579 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 28 December 2024  07:49:12 -0500 (0:00:00.157)       0:00:57.737 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 28 December 2024  07:49:12 -0500 (0:00:00.139)       0:00:57.877 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 28 December 2024  07:49:12 -0500 (0:00:00.180)       0:00:58.057 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 28 December 2024  07:49:13 -0500 (0:00:00.202)       0:00:58.260 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 28 December 2024  07:49:13 -0500 (0:00:00.153)       0:00:58.414 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 28 December 2024  07:49:13 -0500 (0:00:00.125)       0:00:58.540 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 28 December 2024  07:49:13 -0500 (0:00:00.236)       0:00:58.776 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 28 December 2024  07:49:13 -0500 (0:00:00.161)       0:00:58.937 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 28 December 2024  07:49:13 -0500 (0:00:00.118)       0:00:59.056 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 28 December 2024  07:49:14 -0500 (0:00:00.139)       0:00:59.195 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 28 December 2024  07:49:14 -0500 (0:00:00.728)       0:00:59.923 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 28 December 2024  07:49:14 -0500 (0:00:00.145)       0:01:00.069 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 28 December 2024  07:49:15 -0500 (0:00:00.133)       0:01:00.202 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 28 December 2024  07:49:15 -0500 (0:00:00.145)       0:01:00.347 ***** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "wlan0", 
                    "persistent_state": "absent", 
                    "state": "down"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "nm"
        }
    }, 
    "changed": true
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 28 December 2024  07:49:16 -0500 (0:00:01.125)       0:01:01.473 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 28 December 2024  07:49:16 -0500 (0:00:00.135)       0:01:01.609 ***** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 28 December 2024  07:49:16 -0500 (0:00:00.140)       0:01:01.749 ***** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "wlan0", 
                        "persistent_state": "absent", 
                        "state": "down"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "nm"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "\n", 
        "stderr_lines": [
            ""
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 28 December 2024  07:49:16 -0500 (0:00:00.165)       0:01:01.915 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 28 December 2024  07:49:16 -0500 (0:00:00.148)       0:01:02.063 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "ping": "pong"
}

TASK [TEST: wireless connection with 802.1x TLS-EAP] ***************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:53
Saturday 28 December 2024  07:49:17 -0500 (0:00:00.476)       0:01:02.540 ***** 
ok: [managed-node1] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 28 December 2024  07:49:17 -0500 (0:00:00.127)       0:01:02.667 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 28 December 2024  07:49:17 -0500 (0:00:00.176)       0:01:02.844 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check if system is ostree] ***********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 28 December 2024  07:49:17 -0500 (0:00:00.235)       0:01:03.079 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 28 December 2024  07:49:18 -0500 (0:00:00.155)       0:01:03.235 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 28 December 2024  07:49:18 -0500 (0:00:00.249)       0:01:03.484 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check which packages are installed] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 28 December 2024  07:49:19 -0500 (0:00:01.183)       0:01:04.667 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 28 December 2024  07:49:21 -0500 (0:00:01.669)       0:01:06.337 ***** 
ok: [managed-node1] => {}

MSG:

Using network provider: nm

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 28 December 2024  07:49:21 -0500 (0:00:00.133)       0:01:06.470 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 28 December 2024  07:49:21 -0500 (0:00:00.104)       0:01:06.575 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 28 December 2024  07:49:21 -0500 (0:00:00.119)       0:01:06.695 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 28 December 2024  07:49:21 -0500 (0:00:00.130)       0:01:06.825 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 28 December 2024  07:49:21 -0500 (0:00:00.113)       0:01:06.938 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "changes": {
        "installed": [], 
        "updated": []
    }, 
    "rc": 0, 
    "results": [
        "All packages providing NetworkManager are up to date", 
        "All packages providing python-gobject-base are up to date", 
        "All packages providing wpa_supplicant are up to date", 
        "All packages providing NetworkManager-wifi are up to date"
    ]
}
lsrpackages: NetworkManager NetworkManager-wifi python-gobject-base wpa_supplicant

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 28 December 2024  07:49:27 -0500 (0:00:05.242)       0:01:12.181 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 28 December 2024  07:49:27 -0500 (0:00:00.171)       0:01:12.353 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 28 December 2024  07:49:27 -0500 (0:00:00.174)       0:01:12.527 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 28 December 2024  07:49:27 -0500 (0:00:00.115)       0:01:12.643 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 28 December 2024  07:49:27 -0500 (0:00:00.123)       0:01:12.766 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 28 December 2024  07:49:27 -0500 (0:00:00.142)       0:01:12.908 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 28 December 2024  07:49:28 -0500 (0:00:00.611)       0:01:13.519 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "enabled": true, 
    "name": "wpa_supplicant", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "ActiveEnterTimestampMonotonic": "838328925", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice systemd-journald.socket basic.target syslog.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "AssertTimestampMonotonic": "838316054", 
        "Before": "multi-user.target shutdown.target network.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "fi.w1.wpa_supplicant1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "ConditionTimestampMonotonic": "838316053", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/wpa_supplicant.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "WPA Supplicant daemon", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "5417", 
        "ExecMainStartTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "ExecMainStartTimestampMonotonic": "838317519", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "wpa_supplicant.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "InactiveExitTimestampMonotonic": "838318188", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "5417", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "wpa_supplicant.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2024-12-28 07:48:36 EST", 
        "WatchdogTimestampMonotonic": "838328880", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 28 December 2024  07:49:28 -0500 (0:00:00.615)       0:01:14.135 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 28 December 2024  07:49:29 -0500 (0:00:00.143)       0:01:14.279 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 28 December 2024  07:49:29 -0500 (0:00:00.207)       0:01:14.487 ***** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "ieee802_1x": {
                        "ca_cert": "/etc/pki/tls/cacert.pem", 
                        "client_cert": "/etc/pki/tls/client.pem", 
                        "eap": "tls", 
                        "identity": "myhost", 
                        "private_key": "/etc/pki/tls/client.key", 
                        "private_key_password": "test", 
                        "private_key_password_flags": [
                            "none"
                        ]
                    }, 
                    "ip": {
                        "address": [
                            "203.0.113.2/24"
                        ], 
                        "auto6": "no", 
                        "dhcp4": "no"
                    }, 
                    "name": "wlan0", 
                    "state": "up", 
                    "type": "wireless", 
                    "wireless": {
                        "key_mgmt": "wpa-eap", 
                        "ssid": "mock_wifi"
                    }
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "nm"
        }
    }, 
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0
[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0 (is-modified)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 28 December 2024  07:49:30 -0500 (0:00:00.985)       0:01:15.472 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 28 December 2024  07:49:30 -0500 (0:00:00.156)       0:01:15.629 ***** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0", 
        "[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0 (is-modified)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 28 December 2024  07:49:30 -0500 (0:00:00.119)       0:01:15.748 ***** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "ieee802_1x": {
                            "ca_cert": "/etc/pki/tls/cacert.pem", 
                            "client_cert": "/etc/pki/tls/client.pem", 
                            "eap": "tls", 
                            "identity": "myhost", 
                            "private_key": "/etc/pki/tls/client.key", 
                            "private_key_password": "test", 
                            "private_key_password_flags": [
                                "none"
                            ]
                        }, 
                        "ip": {
                            "address": [
                                "203.0.113.2/24"
                            ], 
                            "auto6": "no", 
                            "dhcp4": "no"
                        }, 
                        "name": "wlan0", 
                        "state": "up", 
                        "type": "wireless", 
                        "wireless": {
                            "key_mgmt": "wpa-eap", 
                            "ssid": "mock_wifi"
                        }
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "nm"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0\n[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0 (is-modified)\n", 
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0", 
            "[004] <info>  #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 204adec9-7620-4a14-96ee-788a913e1ec0 (is-modified)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 28 December 2024  07:49:30 -0500 (0:00:00.139)       0:01:15.888 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 28 December 2024  07:49:30 -0500 (0:00:00.124)       0:01:16.013 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "ping": "pong"
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Saturday 28 December 2024  07:49:31 -0500 (0:00:00.365)       0:01:16.379 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Saturday 28 December 2024  07:49:31 -0500 (0:00:00.151)       0:01:16.530 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check if system is ostree] ***********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Saturday 28 December 2024  07:49:31 -0500 (0:00:00.139)       0:01:16.670 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Saturday 28 December 2024  07:49:31 -0500 (0:00:00.153)       0:01:16.824 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Saturday 28 December 2024  07:49:31 -0500 (0:00:00.173)       0:01:16.998 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Check which packages are installed] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Saturday 28 December 2024  07:49:33 -0500 (0:00:01.623)       0:01:18.622 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Print network provider] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Saturday 28 December 2024  07:49:35 -0500 (0:00:01.621)       0:01:20.243 ***** 
ok: [managed-node1] => {}

MSG:

Using network provider: nm

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Saturday 28 December 2024  07:49:35 -0500 (0:00:00.149)       0:01:20.393 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Saturday 28 December 2024  07:49:35 -0500 (0:00:00.222)       0:01:20.615 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Saturday 28 December 2024  07:49:35 -0500 (0:00:00.155)       0:01:20.770 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Saturday 28 December 2024  07:49:35 -0500 (0:00:00.141)       0:01:20.912 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Saturday 28 December 2024  07:49:35 -0500 (0:00:00.149)       0:01:21.061 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Saturday 28 December 2024  07:49:36 -0500 (0:00:00.147)       0:01:21.209 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Saturday 28 December 2024  07:49:36 -0500 (0:00:00.292)       0:01:21.501 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Saturday 28 December 2024  07:49:36 -0500 (0:00:00.267)       0:01:21.769 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Saturday 28 December 2024  07:49:36 -0500 (0:00:00.147)       0:01:21.917 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Saturday 28 December 2024  07:49:36 -0500 (0:00:00.134)       0:01:22.051 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Saturday 28 December 2024  07:49:37 -0500 (0:00:00.252)       0:01:22.304 ***** 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] *****
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Saturday 28 December 2024  07:49:37 -0500 (0:00:00.696)       0:01:23.000 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Saturday 28 December 2024  07:49:38 -0500 (0:00:00.145)       0:01:23.146 ***** 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}

TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Saturday 28 December 2024  07:49:38 -0500 (0:00:00.133)       0:01:23.280 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Saturday 28 December 2024  07:49:38 -0500 (0:00:00.154)       0:01:23.434 ***** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "", 
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
            "connections": [
                {
                    "name": "wlan0", 
                    "persistent_state": "absent", 
                    "state": "down"
                }
            ], 
            "force_state_change": false, 
            "ignore_errors": false, 
            "provider": "nm"
        }
    }, 
    "changed": true
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Saturday 28 December 2024  07:49:39 -0500 (0:00:00.939)       0:01:24.374 ***** 
skipping: [managed-node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Saturday 28 December 2024  07:49:39 -0500 (0:00:00.228)       0:01:24.603 ***** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Saturday 28 December 2024  07:49:39 -0500 (0:00:00.238)       0:01:24.842 ***** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "", 
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n", 
                "connections": [
                    {
                        "name": "wlan0", 
                        "persistent_state": "absent", 
                        "state": "down"
                    }
                ], 
                "force_state_change": false, 
                "ignore_errors": false, 
                "provider": "nm"
            }
        }, 
        "changed": true, 
        "failed": false, 
        "stderr": "\n", 
        "stderr_lines": [
            ""
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Saturday 28 December 2024  07:49:39 -0500 (0:00:00.172)       0:01:25.014 ***** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Saturday 28 December 2024  07:49:40 -0500 (0:00:00.160)       0:01:25.175 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "ping": "pong"
}

TASK [Include the task 'cleanup_mock_wifi.yml'] ********************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:96
Saturday 28 December 2024  07:49:40 -0500 (0:00:00.430)       0:01:25.605 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml for managed-node1

TASK [Unload mac80211_hwsim module] ********************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:3
Saturday 28 December 2024  07:49:40 -0500 (0:00:00.209)       0:01:25.815 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "modprobe", 
        "-r", 
        "mac80211_hwsim"
    ], 
    "delta": "0:00:00.083938", 
    "end": "2024-12-28 07:49:41.081827", 
    "rc": 0, 
    "start": "2024-12-28 07:49:40.997889"
}

TASK [Kill hostapd process] ****************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:7
Saturday 28 December 2024  07:49:41 -0500 (0:00:00.518)       0:01:26.334 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": [
        "pkill", 
        "hostapd"
    ], 
    "delta": "0:00:00.019654", 
    "end": "2024-12-28 07:49:41.461260", 
    "rc": 0, 
    "start": "2024-12-28 07:49:41.441606"
}

TASK [Verify network state restored to default] ********************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:98
Saturday 28 December 2024  07:49:41 -0500 (0:00:00.404)       0:01:26.739 ***** 
included: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node1

TASK [Check routes and DNS] ****************************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6
Saturday 28 December 2024  07:49:41 -0500 (0:00:00.289)       0:01:27.028 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n  cat /etc/resolv.conf\nelse\n  echo NO /etc/resolv.conf\n  ls -alrtF /etc/resolv.* || :\nfi\n", 
    "delta": "0:00:00.007319", 
    "end": "2024-12-28 07:49:42.239022", 
    "rc": 0, 
    "start": "2024-12-28 07:49:42.231703"
}

STDOUT:

IP
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc mq state UP group default qlen 1000
    link/ether 02:bd:2d:d7:c2:89 brd ff:ff:ff:ff:ff:ff
    inet 10.31.47.45/22 brd 10.31.47.255 scope global noprefixroute dynamic eth0
       valid_lft 3562sec preferred_lft 3562sec
    inet6 fe80::bd:2dff:fed7:c289/64 scope link 
       valid_lft forever preferred_lft forever
24: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 5e:86:40:aa:2a:c4 brd ff:ff:ff:ff:ff:ff
IP ROUTE
default via 10.31.44.1 dev eth0 proto dhcp metric 100 
10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.45 metric 100 
IP -6 ROUTE
unreachable ::/96 dev lo metric 1024 error -113 pref medium
unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium
unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium
unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium
unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium
unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium
unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium
unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium
unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium
fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium
RESOLV
# Generated by NetworkManager
search us-east-1.aws.redhat.com
nameserver 10.29.169.13
nameserver 10.29.170.12
nameserver 10.2.32.1

TASK [Verify DNS and network connectivity] *************************************
task path: /tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24
Saturday 28 December 2024  07:49:42 -0500 (0:00:00.508)       0:01:27.537 ***** 
ok: [managed-node1] => {
    "changed": false, 
    "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n  if ! getent hosts \"$host\"; then\n    echo FAILED to lookup host \"$host\"\n    exit 1\n  fi\n  if ! curl -o /dev/null https://\"$host\"; then\n    echo FAILED to contact host \"$host\"\n    exit 1\n  fi\ndone\n", 
    "delta": "0:00:00.548692", 
    "end": "2024-12-28 07:49:43.415897", 
    "rc": 0, 
    "start": "2024-12-28 07:49:42.867205"
}

STDOUT:

CHECK DNS AND CONNECTIVITY
2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org
2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org
2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org
2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org
2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org
2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org
2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org
2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org
2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org
2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org
2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org
2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org


STDERR:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   305  100   305    0     0   2205      0 --:--:-- --:--:-- --:--:--  2226
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   291  100   291    0     0    744      0 --:--:-- --:--:-- --:--:--   744
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node1              : ok=73   changed=14   unreachable=0    failed=0    skipped=69   rescued=0    ignored=0   

Saturday 28 December 2024  07:49:43 -0500 (0:00:01.127)       0:01:28.664 ***** 
=============================================================================== 
fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces --- 6.05s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 
Configure wlan0 and wlan1 (mock wifi interfaces) ------------------------ 5.58s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:82 
Start hostapd ----------------------------------------------------------- 5.56s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:91 
Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.53s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:70 
fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces --- 5.24s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 
Install packages required to set up mock wifi network ------------------- 3.28s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:3 
Copy server certificates ------------------------------------------------ 3.26s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:21 
fedora.linux_system_roles.network : Install packages -------------------- 3.21s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 
fedora.linux_system_roles.network : Check which packages are installed --- 2.06s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
Copy client certs ------------------------------------------------------- 2.05s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:13 
fedora.linux_system_roles.network : Check which packages are installed --- 1.67s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.62s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which packages are installed --- 1.62s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Configure networking connection profiles --- 1.59s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
fedora.linux_system_roles.network : Check which packages are installed --- 1.57s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.21s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which services are running ---- 1.18s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
Gathering Facts --------------------------------------------------------- 1.16s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:6 
Verify DNS and network connectivity ------------------------------------- 1.13s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 
Restart NetworkManager and wpa_supplicant ------------------------------- 1.11s
/tmp/collections-9Gq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:74