ansible-playbook 2.9.27
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.9/site-packages/ansible
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)]
No config file found; using defaults
[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_802_1x_nm.yml **************************************************
2 plays in /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tests_802_1x_nm.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tests_802_1x_nm.yml:6
Thursday 03 October 2024  23:44:42 -0400 (0:00:00.017)       0:00:00.017 ****** 
ok: [managed-node1]
META: ran handlers

TASK [Include the task 'el_repo_setup.yml'] ************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tests_802_1x_nm.yml:9
Thursday 03 October 2024  23:44:43 -0400 (0:00:01.100)       0:00:01.117 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3
Thursday 03 October 2024  23:44:43 -0400 (0:00:00.018)       0:00:01.136 ****** 
ok: [managed-node1]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17
Thursday 03 October 2024  23:44:43 -0400 (0:00:00.481)       0:00:01.617 ****** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22
Thursday 03 October 2024  23:44:44 -0400 (0:00:00.478)       0:00:02.096 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__network_is_ostree": false
    },
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26
Thursday 03 October 2024  23:44:44 -0400 (0:00:00.054)       0:00:02.150 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51
Thursday 03 October 2024  23:44:44 -0400 (0:00:00.045)       0:00:02.196 ****** 
included: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1

TASK [Create EPEL 8] ***********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8
Thursday 03 October 2024  23:44:44 -0400 (0:00:00.061)       0:00:02.257 ****** 
ok: [managed-node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "rc": 0
}

STDOUT:

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

TASK [Install yum-utils package] ***********************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26
Thursday 03 October 2024  23:44:45 -0400 (0:00:00.451)       0:00:02.709 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32
Thursday 03 October 2024  23:44:45 -0400 (0:00:00.025)       0:00:02.734 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37
Thursday 03 October 2024  23:44:45 -0400 (0:00:00.018)       0:00:02.753 ****** 
[WARNING]: Consider using the dnf module rather than running 'dnf'.  If you
need to use command because dnf is insufficient you can add 'warn: false' to
this command task or set 'command_warnings=False' in ansible.cfg to get rid of
this message.
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.220385",
    "end": "2024-10-03 23:44:45.604083",
    "rc": 0,
    "start": "2024-10-03 23:44:45.383698"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42
Thursday 03 October 2024  23:44:45 -0400 (0:00:00.546)       0:00:03.299 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/tests_802_1x_nm.yml:11
Thursday 03 October 2024  23:44:45 -0400 (0:00:00.019)       0:00:03.318 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "network_provider": "nm"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [Play for testing configuring 802.1x authentication] **********************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:3
Thursday 03 October 2024  23:44:45 -0400 (0:00:00.019)       0:00:03.338 ****** 
ok: [managed-node1]
META: ran handlers

TASK [INIT: 802.1x tests] ******************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:8
Thursday 03 October 2024  23:44:46 -0400 (0:00:00.644)       0:00:03.983 ****** 
ok: [managed-node1] => {}

MSG:

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

TASK [Include the task 'setup_802.1x.yml'] *************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:11
Thursday 03 October 2024  23:44:46 -0400 (0:00:00.039)       0:00:04.022 ****** 
included: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802.1x.yml for managed-node1

TASK [Include the task 'setup_802_1x_server.yml'] ******************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802.1x.yml:2
Thursday 03 October 2024  23:44:46 -0400 (0:00:00.032)       0:00:04.055 ****** 
included: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml for managed-node1

TASK [Debug] *******************************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:3
Thursday 03 October 2024  23:44:46 -0400 (0:00:00.049)       0:00:04.104 ****** 
ok: [managed-node1] => {}

MSG:

facts {
    "_ansible_facts_gathered": true,
    "all_ipv4_addresses": [
        "10.31.11.73"
    ],
    "all_ipv6_addresses": [
        "fe80::10d5:7aff:fe2e:48a1"
    ],
    "ansible_local": {},
    "apparmor": {
        "status": "disabled"
    },
    "architecture": "x86_64",
    "bios_date": "08/24/2006",
    "bios_version": "4.11.amazon",
    "cmdline": {
        "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64",
        "crashkernel": "auto",
        "net.ifnames": "0",
        "quiet": true,
        "rhgb": true,
        "ro": true,
        "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2"
    },
    "date_time": {
        "date": "2024-10-03",
        "day": "03",
        "epoch": "1728013486",
        "hour": "23",
        "iso8601": "2024-10-04T03:44:46Z",
        "iso8601_basic": "20241003T234446070258",
        "iso8601_basic_short": "20241003T234446",
        "iso8601_micro": "2024-10-04T03:44:46.070258Z",
        "minute": "44",
        "month": "10",
        "second": "46",
        "time": "23:44:46",
        "tz": "EDT",
        "tz_offset": "-0400",
        "weekday": "Thursday",
        "weekday_number": "4",
        "weeknumber": "40",
        "year": "2024"
    },
    "default_ipv4": {
        "address": "10.31.11.73",
        "alias": "eth0",
        "broadcast": "10.31.11.255",
        "gateway": "10.31.8.1",
        "interface": "eth0",
        "macaddress": "12:d5:7a:2e:48:a1",
        "mtu": 9001,
        "netmask": "255.255.252.0",
        "network": "10.31.8.0",
        "type": "ether"
    },
    "default_ipv6": {},
    "device_links": {
        "ids": {},
        "labels": {},
        "masters": {},
        "uuids": {
            "xvda1": [
                "fe591198-9082-4b15-9b62-e83518524cd2"
            ]
        }
    },
    "devices": {
        "xvda": {
            "holders": [],
            "host": "",
            "links": {
                "ids": [],
                "labels": [],
                "masters": [],
                "uuids": []
            },
            "model": null,
            "partitions": {
                "xvda1": {
                    "holders": [],
                    "links": {
                        "ids": [],
                        "labels": [],
                        "masters": [],
                        "uuids": [
                            "fe591198-9082-4b15-9b62-e83518524cd2"
                        ]
                    },
                    "sectors": "524285919",
                    "sectorsize": 512,
                    "size": "250.00 GB",
                    "start": "2048",
                    "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"
                }
            },
            "removable": "0",
            "rotational": "0",
            "sas_address": null,
            "sas_device_handle": null,
            "scheduler_mode": "mq-deadline",
            "sectors": "524288000",
            "sectorsize": "512",
            "size": "250.00 GB",
            "support_discard": "0",
            "vendor": null,
            "virtual": 1
        }
    },
    "discovered_interpreter_python": "/usr/libexec/platform-python",
    "distribution": "CentOS",
    "distribution_file_parsed": true,
    "distribution_file_path": "/etc/redhat-release",
    "distribution_file_variety": "RedHat",
    "distribution_major_version": "8",
    "distribution_release": "NA",
    "distribution_version": "8",
    "dns": {
        "nameservers": [
            "10.29.169.13",
            "10.29.170.12",
            "10.2.32.1"
        ],
        "search": [
            "us-east-1.aws.redhat.com"
        ]
    },
    "domain": "",
    "effective_group_id": 0,
    "effective_user_id": 0,
    "env": {
        "BASH_FUNC_which%%": "() {  ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}",
        "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus",
        "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ",
        "HOME": "/root",
        "LANG": "en_US.UTF-8",
        "LESSOPEN": "||/usr/bin/lesspipe.sh %s",
        "LOGNAME": "root",
        "LS_COLORS": "",
        "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
        "PWD": "/root",
        "SELINUX_LEVEL_REQUESTED": "",
        "SELINUX_ROLE_REQUESTED": "",
        "SELINUX_USE_CURRENT_RANGE": "",
        "SHELL": "/bin/bash",
        "SHLVL": "2",
        "SSH_CLIENT": "10.31.15.208 37414 22",
        "SSH_CONNECTION": "10.31.15.208 37414 10.31.11.73 22",
        "SSH_TTY": "/dev/pts/0",
        "USER": "root",
        "XDG_RUNTIME_DIR": "/run/user/0",
        "XDG_SESSION_ID": "5",
        "_": "/usr/libexec/platform-python",
        "which_declare": "declare -f"
    },
    "eth0": {
        "active": true,
        "device": "eth0",
        "features": {
            "esp_hw_offload": "off [fixed]",
            "esp_tx_csum_hw_offload": "off [fixed]",
            "fcoe_mtu": "off [fixed]",
            "generic_receive_offload": "on",
            "generic_segmentation_offload": "on",
            "highdma": "off [fixed]",
            "hw_tc_offload": "off [fixed]",
            "l2_fwd_offload": "off [fixed]",
            "large_receive_offload": "off [fixed]",
            "loopback": "off [fixed]",
            "netns_local": "off [fixed]",
            "ntuple_filters": "off [fixed]",
            "receive_hashing": "off [fixed]",
            "rx_all": "off [fixed]",
            "rx_checksumming": "on [fixed]",
            "rx_fcs": "off [fixed]",
            "rx_gro_hw": "off [fixed]",
            "rx_gro_list": "off",
            "rx_udp_gro_forwarding": "off",
            "rx_udp_tunnel_port_offload": "off [fixed]",
            "rx_vlan_filter": "off [fixed]",
            "rx_vlan_offload": "off [fixed]",
            "rx_vlan_stag_filter": "off [fixed]",
            "rx_vlan_stag_hw_parse": "off [fixed]",
            "scatter_gather": "on",
            "tcp_segmentation_offload": "on",
            "tls_hw_record": "off [fixed]",
            "tls_hw_rx_offload": "off [fixed]",
            "tls_hw_tx_offload": "off [fixed]",
            "tx_checksum_fcoe_crc": "off [fixed]",
            "tx_checksum_ip_generic": "off [fixed]",
            "tx_checksum_ipv4": "on [fixed]",
            "tx_checksum_ipv6": "on",
            "tx_checksum_sctp": "off [fixed]",
            "tx_checksumming": "on",
            "tx_esp_segmentation": "off [fixed]",
            "tx_fcoe_segmentation": "off [fixed]",
            "tx_gre_csum_segmentation": "off [fixed]",
            "tx_gre_segmentation": "off [fixed]",
            "tx_gso_list": "off [fixed]",
            "tx_gso_partial": "off [fixed]",
            "tx_gso_robust": "on [fixed]",
            "tx_ipxip4_segmentation": "off [fixed]",
            "tx_ipxip6_segmentation": "off [fixed]",
            "tx_lockless": "off [fixed]",
            "tx_nocache_copy": "off",
            "tx_scatter_gather": "on",
            "tx_scatter_gather_fraglist": "off [fixed]",
            "tx_sctp_segmentation": "off [fixed]",
            "tx_tcp6_segmentation": "on",
            "tx_tcp_ecn_segmentation": "off [fixed]",
            "tx_tcp_mangleid_segmentation": "off",
            "tx_tcp_segmentation": "on",
            "tx_tunnel_remcsum_segmentation": "off [fixed]",
            "tx_udp_segmentation": "off [fixed]",
            "tx_udp_tnl_csum_segmentation": "off [fixed]",
            "tx_udp_tnl_segmentation": "off [fixed]",
            "tx_vlan_offload": "off [fixed]",
            "tx_vlan_stag_hw_insert": "off [fixed]",
            "vlan_challenged": "off [fixed]"
        },
        "hw_timestamp_filters": [],
        "ipv4": {
            "address": "10.31.11.73",
            "broadcast": "10.31.11.255",
            "netmask": "255.255.252.0",
            "network": "10.31.8.0"
        },
        "ipv6": [
            {
                "address": "fe80::10d5:7aff:fe2e:48a1",
                "prefix": "64",
                "scope": "link"
            }
        ],
        "macaddress": "12:d5:7a:2e:48:a1",
        "module": "xen_netfront",
        "mtu": 9001,
        "pciid": "vif-0",
        "promisc": false,
        "timestamping": [],
        "type": "ether"
    },
    "fibre_channel_wwn": [],
    "fips": false,
    "form_factor": "Other",
    "fqdn": "managed-node1",
    "gather_subset": [
        "all"
    ],
    "hostname": "managed-node1",
    "hostnqn": "",
    "interfaces": [
        "lo",
        "eth0"
    ],
    "is_chroot": false,
    "iscsi_iqn": "",
    "kernel": "4.18.0-553.5.1.el8.x86_64",
    "kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024",
    "lo": {
        "active": true,
        "device": "lo",
        "features": {
            "esp_hw_offload": "off [fixed]",
            "esp_tx_csum_hw_offload": "off [fixed]",
            "fcoe_mtu": "off [fixed]",
            "generic_receive_offload": "on",
            "generic_segmentation_offload": "on",
            "highdma": "on [fixed]",
            "hw_tc_offload": "off [fixed]",
            "l2_fwd_offload": "off [fixed]",
            "large_receive_offload": "off [fixed]",
            "loopback": "on [fixed]",
            "netns_local": "on [fixed]",
            "ntuple_filters": "off [fixed]",
            "receive_hashing": "off [fixed]",
            "rx_all": "off [fixed]",
            "rx_checksumming": "on [fixed]",
            "rx_fcs": "off [fixed]",
            "rx_gro_hw": "off [fixed]",
            "rx_gro_list": "off",
            "rx_udp_gro_forwarding": "off",
            "rx_udp_tunnel_port_offload": "off [fixed]",
            "rx_vlan_filter": "off [fixed]",
            "rx_vlan_offload": "off [fixed]",
            "rx_vlan_stag_filter": "off [fixed]",
            "rx_vlan_stag_hw_parse": "off [fixed]",
            "scatter_gather": "on",
            "tcp_segmentation_offload": "on",
            "tls_hw_record": "off [fixed]",
            "tls_hw_rx_offload": "off [fixed]",
            "tls_hw_tx_offload": "off [fixed]",
            "tx_checksum_fcoe_crc": "off [fixed]",
            "tx_checksum_ip_generic": "on [fixed]",
            "tx_checksum_ipv4": "off [fixed]",
            "tx_checksum_ipv6": "off [fixed]",
            "tx_checksum_sctp": "on [fixed]",
            "tx_checksumming": "on",
            "tx_esp_segmentation": "off [fixed]",
            "tx_fcoe_segmentation": "off [fixed]",
            "tx_gre_csum_segmentation": "off [fixed]",
            "tx_gre_segmentation": "off [fixed]",
            "tx_gso_list": "on",
            "tx_gso_partial": "off [fixed]",
            "tx_gso_robust": "off [fixed]",
            "tx_ipxip4_segmentation": "off [fixed]",
            "tx_ipxip6_segmentation": "off [fixed]",
            "tx_lockless": "on [fixed]",
            "tx_nocache_copy": "off [fixed]",
            "tx_scatter_gather": "on [fixed]",
            "tx_scatter_gather_fraglist": "on [fixed]",
            "tx_sctp_segmentation": "on",
            "tx_tcp6_segmentation": "on",
            "tx_tcp_ecn_segmentation": "on",
            "tx_tcp_mangleid_segmentation": "on",
            "tx_tcp_segmentation": "on",
            "tx_tunnel_remcsum_segmentation": "off [fixed]",
            "tx_udp_segmentation": "on",
            "tx_udp_tnl_csum_segmentation": "off [fixed]",
            "tx_udp_tnl_segmentation": "off [fixed]",
            "tx_vlan_offload": "off [fixed]",
            "tx_vlan_stag_hw_insert": "off [fixed]",
            "vlan_challenged": "on [fixed]"
        },
        "hw_timestamp_filters": [],
        "ipv4": {
            "address": "127.0.0.1",
            "broadcast": "",
            "netmask": "255.0.0.0",
            "network": "127.0.0.0"
        },
        "ipv6": [
            {
                "address": "::1",
                "prefix": "128",
                "scope": "host"
            }
        ],
        "mtu": 65536,
        "promisc": false,
        "timestamping": [],
        "type": "loopback"
    },
    "lsb": {},
    "machine": "x86_64",
    "machine_id": "00902f9972b04c978bdbbf66cd109994",
    "memfree_mb": 2760,
    "memory_mb": {
        "nocache": {
            "free": 3309,
            "used": 230
        },
        "real": {
            "free": 2760,
            "total": 3539,
            "used": 779
        },
        "swap": {
            "cached": 0,
            "free": 0,
            "total": 0,
            "used": 0
        }
    },
    "memtotal_mb": 3539,
    "module_setup": true,
    "mounts": [
        {
            "block_available": 64347256,
            "block_size": 4096,
            "block_total": 65533179,
            "block_used": 1185923,
            "device": "/dev/xvda1",
            "fstype": "xfs",
            "inode_available": 130995858,
            "inode_total": 131071472,
            "inode_used": 75614,
            "mount": "/",
            "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
            "size_available": 263566360576,
            "size_total": 268423901184,
            "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"
        }
    ],
    "nodename": "managed-node1",
    "os_family": "RedHat",
    "pkg_mgr": "dnf",
    "proc_cmdline": {
        "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64",
        "crashkernel": "auto",
        "net.ifnames": "0",
        "quiet": true,
        "rhgb": true,
        "ro": true,
        "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2"
    },
    "processor": [
        "0",
        "GenuineIntel",
        "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz",
        "1",
        "GenuineIntel",
        "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"
    ],
    "processor_cores": 1,
    "processor_count": 1,
    "processor_threads_per_core": 2,
    "processor_vcpus": 2,
    "product_name": "HVM domU",
    "product_serial": "ec262387-5f7b-d104-fc00-30ca82a44685",
    "product_uuid": "ec262387-5f7b-d104-fc00-30ca82a44685",
    "product_version": "4.11.amazon",
    "python": {
        "executable": "/usr/libexec/platform-python",
        "has_sslcontext": true,
        "type": "cpython",
        "version": {
            "major": 3,
            "micro": 8,
            "minor": 6,
            "releaselevel": "final",
            "serial": 0
        },
        "version_info": [
            3,
            6,
            8,
            "final",
            0
        ]
    },
    "python_version": "3.6.8",
    "real_group_id": 0,
    "real_user_id": 0,
    "selinux": {
        "config_mode": "enforcing",
        "mode": "enforcing",
        "policyvers": 33,
        "status": "enabled",
        "type": "targeted"
    },
    "selinux_python_present": true,
    "service_mgr": "systemd",
    "ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAM/iKFyxw84tZ/csZW1A3mtBFRpf8XiVQALGDWeh0kME78IfLMlHdsMKX6CkdgS0cM+1xMbOF1BfxFrLd9QFFqodbG8FZZ/bQshg3L3JLXneve/Qi2W/Q8aCdfnhuJR1ZopK4feD10X8TGAMbn9mo5Nt02x98wFGZD+fmoZGNpxrAAAAFQC1NNos9ZWQfoKPa1ODF1G6VtTW4wAAAIEAlmVOXNMZRR3OcsWbMVqLw0aJ3I6EFRBww7lu7rGukKiK5R3mhPQVUwzhaKE9VHzdhN9CYXLZFN1g3BPUwWfiUes3UVJNO9CALhWM6fQZBfMaIZiR7lj9aETnuRucpqXbmmc/8zThGX+FqF3ieNqUbjAogdpByn/NyuBGOLmr2XsAAACBALhU30v0xoyG53BsK5/tzXfgxqPzm7QS7eAMz98JwjSi3oYKQOlFX1+gxRkRiJ12jzfM5nNtzG5gvRz4v2uB5bxTopeE5afXOg4PBqlitRcRzzs7yCsXZlY2t4jlCkxE8Wz3ZID5uFow2J1G8TXr72qjVosLKVHmOEaIFaTnhr6z",
    "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJewxeSBaFsAP29kjGUZPm/rkVIzp9bTxcnvXXmr3qSwphv4uYKnBGE8ztW1iiVhuL/BGt5EumCLL/N0LTiLWig=",
    "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIGKcskkUA19UiQtzyorFv2RVMH/iDMC+TAz461+VFdPU",
    "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7NwrpCPVZH1ZDREhM2f+ODbArsEo+wDv8opGCqWjG38TyBxAEQnw2x2QKrUrTrY/YElzECM++gg7o4aki97lISY+NnTeyUAAOxRa7eWeLgB95D+83PHzg8x98sd9FSiMFo0IbjZMXhxhD0UjWXH6EdHxX1JgPAvOQKi8/J06zl38nJWmHgZhb9Ym4VkJiHKRGo9BcsnCQ6KyjqG/oyBKYk73TC3dz6IVclwP1CY21AcH7IV5XCMCXoySOrP+o63OCvwpsIq6LKOAAckNVz4+kIL3ijGDDCTY6tkDsJoz0TI4sQcXJu/PzdDXQCV73m3tlepuFpuidyEyblOD1ons8WZoqEUQkaqT/uaV/aYOZ9Xf06qXtuaDH0vI0ndpdUWldWBnhH4VZTWDhPYldLaxDcQdMZLBYtMPZ6UOMD+knJihmClVCGgI9szuulhTfYSXZycoew6a6KdZHNerKHJs2aoVHdap7DydqIWI0oP98s9/fEKe8/hb6L3w2N7CcKDM=",
    "swapfree_mb": 0,
    "swaptotal_mb": 0,
    "system": "Linux",
    "system_capabilities": [],
    "system_capabilities_enforced": "False",
    "system_vendor": "Xen",
    "uptime_seconds": 261,
    "user_dir": "/root",
    "user_gecos": "root",
    "user_gid": 0,
    "user_id": "root",
    "user_shell": "/bin/bash",
    "user_uid": 0,
    "userspace_architecture": "x86_64",
    "userspace_bits": "64",
    "virtualization_role": "guest",
    "virtualization_type": "xen"
}

TASK [Install hostapd via CentOS Stream] ***************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:8
Thursday 03 October 2024  23:44:46 -0400 (0:00:00.039)       0:00:04.143 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Install hostapd] *********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:16
Thursday 03 October 2024  23:44:46 -0400 (0:00:00.030)       0:00:04.174 ****** 
changed: [managed-node1] => {
    "attempts": 1,
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: hostapd-2.10-1.el8.x86_64"
    ]
}

TASK [Create directory for test certificates] **********************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:26
Thursday 03 October 2024  23:44:53 -0400 (0:00:06.541)       0:00:10.716 ****** 
changed: [managed-node1] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/pki/tls/hostapd_test",
    "secontext": "unconfined_u:object_r:cert_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Copy server certificates] ************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:31
Thursday 03 October 2024  23:44:53 -0400 (0:00:00.436)       0:00:11.152 ****** 
changed: [managed-node1] => (item=server.key) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "cdb9dc915fdc71f7fd22ad887def7ecffab6cb6e",
    "dest": "/etc/pki/tls/hostapd_test/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-1728013493.5534706-8906-12600755209443/source",
    "state": "file",
    "uid": 0
}
changed: [managed-node1] => (item=dh.pem) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "bf0f85791e75de8be4c2d350f275a2ba11387409",
    "dest": "/etc/pki/tls/hostapd_test/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-1728013494.281621-8906-42573686798091/source",
    "state": "file",
    "uid": 0
}
changed: [managed-node1] => (item=server.pem) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "8e23f3b43e1d5346659d6e46a7415d5da14128a0",
    "dest": "/etc/pki/tls/hostapd_test/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-1728013494.9039707-8906-293433618532/source",
    "state": "file",
    "uid": 0
}
changed: [managed-node1] => (item=cacert.pem) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "9e89a4c67b49ee7cf56a8aab271a40e9d42efdf4",
    "dest": "/etc/pki/tls/hostapd_test/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-1728013495.5241704-8906-274876422262786/source",
    "state": "file",
    "uid": 0
}

TASK [Create test interfaces] **************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:42
Thursday 03 October 2024  23:44:56 -0400 (0:00:02.621)       0:00:13.774 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "ip link add veth1 type veth peer name veth1-br\nip link add veth2 type veth peer name veth2-br\n\nip link add br1 type bridge\nip link set br1 up\n\nip netns add ns1\n\nip link set veth1 netns ns1\n\nip netns exec ns1 ip addr add 203.0.113.1/24 dev veth1\n\nip link set veth1-br up\nip link set veth2-br up\n\nip link set veth1-br master br1\nip link set veth2-br master br1\n\nip netns exec ns1 ip link set veth1 up\nip link set veth2 up\n\n# Enable forwarding of EAP 802.1x messages through software bridge \"br1\".\necho 8 > /sys/class/net/br1/bridge/group_fwd_mask\n",
    "delta": "0:00:00.208255",
    "end": "2024-10-03 23:44:56.611504",
    "rc": 0,
    "start": "2024-10-03 23:44:56.403249"
}

TASK [Create hostapd config] ***************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:69
Thursday 03 October 2024  23:44:56 -0400 (0:00:00.547)       0:00:14.321 ****** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": "63d57fa1df50be4e935d3ebaf25081e64c6f3cce",
    "dest": "/etc/hostapd/wired.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "925e7b62de46d20b695d58823d8e706b",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 397,
    "src": "/root/.ansible/tmp/ansible-tmp-1728013496.7168238-9032-266930508210063/source",
    "state": "file",
    "uid": 0
}

TASK [Create eap_user_file config] *********************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:90
Thursday 03 October 2024  23:44:57 -0400 (0:00:00.613)       0:00:14.934 ****** 
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-1728013497.3293343-9055-44471649059524/source",
    "state": "file",
    "uid": 0
}

TASK [Run hostapd in namespace] ************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:97
Thursday 03 October 2024  23:44:57 -0400 (0:00:00.632)       0:00:15.567 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "ip netns exec ns1 hostapd -B /etc/hostapd/wired.conf && sleep 5",
    "delta": "0:00:05.032982",
    "end": "2024-10-03 23:45:03.232973",
    "rc": 0,
    "start": "2024-10-03 23:44:58.199991"
}

STDOUT:

veth1: interface state UNINITIALIZED->ENABLED
veth1: AP-ENABLED 

TASK [Copy client certs] *******************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802.1x.yml:4
Thursday 03 October 2024  23:45:03 -0400 (0:00:05.363)       0:00:20.930 ****** 
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-1728013503.3411534-9313-28027018499631/source",
    "state": "file",
    "uid": 0
}
changed: [managed-node1] => (item=client.key.nocrypt) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "da377753604d62ad8a5da4b67cd4e98e9a66433b",
    "dest": "/etc/pki/tls/client.key.nocrypt",
    "gid": 0,
    "group": "root",
    "item": "client.key.nocrypt",
    "md5sum": "cd7792b2fbafd1669e6d5e519cbdb6c6",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:cert_t:s0",
    "size": 1675,
    "src": "/root/.ansible/tmp/ansible-tmp-1728013503.9735327-9313-126968816023145/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-1728013504.594004-9313-207209691322255/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-1728013505.1957612-9313-158823382529958/source",
    "state": "file",
    "uid": 0
}

TASK [TEST: 802.1x profile with private key password and ca cert] **************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:15
Thursday 03 October 2024  23:45:05 -0400 (0:00:02.492)       0:00:23.422 ****** 
ok: [managed-node1] => {}

MSG:

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

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Thursday 03 October 2024  23:45:05 -0400 (0:00:00.019)       0:00:23.442 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Thursday 03 October 2024  23:45:05 -0400 (0:00:00.037)       0:00:23.479 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Thursday 03 October 2024  23:45:05 -0400 (0:00:00.031)       0:00:23.511 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Thursday 03 October 2024  23:45:05 -0400 (0:00:00.029)       0:00:23.541 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Thursday 03 October 2024  23:45:05 -0400 (0:00:00.029)       0:00:23.571 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Thursday 03 October 2024  23:45:07 -0400 (0:00:01.762)       0:00:25.333 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Thursday 03 October 2024  23:45:09 -0400 (0:00:01.594)       0:00:26.928 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Thursday 03 October 2024  23:45:09 -0400 (0:00:00.044)       0:00:26.972 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Thursday 03 October 2024  23:45:09 -0400 (0:00:00.041)       0:00:27.014 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Thursday 03 October 2024  23:45:09 -0400 (0:00:00.052)       0:00:27.067 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Thursday 03 October 2024  23:45:09 -0400 (0:00:00.041)       0:00:27.108 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Thursday 03 October 2024  23:45:09 -0400 (0:00:00.048)       0:00:27.156 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Thursday 03 October 2024  23:45:09 -0400 (0:00:00.041)       0:00:27.197 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Thursday 03 October 2024  23:45:09 -0400 (0:00:00.045)       0:00:27.243 ****** 
changed: [managed-node1] => {
    "attempts": 1,
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: wpa_supplicant-1:2.10-1.el8.x86_64"
    ]
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Thursday 03 October 2024  23:45:13 -0400 (0:00:04.049)       0:00:31.292 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Thursday 03 October 2024  23:45:13 -0400 (0:00:00.043)       0:00:31.335 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Thursday 03 October 2024  23:45:13 -0400 (0:00:00.043)       0:00:31.378 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Thursday 03 October 2024  23:45:13 -0400 (0:00:00.046)       0:00:31.425 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Thursday 03 October 2024  23:45:14 -0400 (0:00:00.836)       0:00:32.261 ****** 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "wpa_supplicant",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "dbus.socket system.slice sysinit.target basic.target dbus.service systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "fi.w1.wpa_supplicant1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "WPA supplicant",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/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 -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "wpa_supplicant.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "wpa_supplicant.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket system.slice sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Thursday 03 October 2024  23:45:15 -0400 (0:00:00.675)       0:00:32.937 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Thursday 03 October 2024  23:45:15 -0400 (0:00:00.042)       0:00:32.980 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Thursday 03 October 2024  23:45:15 -0400 (0:00:00.042)       0:00:33.022 ****** 
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"
                        ]
                    },
                    "interface_name": "veth2",
                    "ip": {
                        "address": [
                            "203.0.113.2/24"
                        ],
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "802-1x-test",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6
[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6 (not-active)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Thursday 03 October 2024  23:45:18 -0400 (0:00:02.931)       0:00:35.953 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Thursday 03 October 2024  23:45:18 -0400 (0:00:00.043)       0:00:35.996 ****** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6",
        "[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6 (not-active)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Thursday 03 October 2024  23:45:18 -0400 (0:00:00.078)       0:00:36.075 ****** 
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"
                            ]
                        },
                        "interface_name": "veth2",
                        "ip": {
                            "address": [
                                "203.0.113.2/24"
                            ],
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "802-1x-test",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6\n[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6 (not-active)\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6",
            "[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ba6e8e99-a095-4d17-b2fe-ae9590a115d6 (not-active)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Thursday 03 October 2024  23:45:18 -0400 (0:00:00.069)       0:00:36.145 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Thursday 03 October 2024  23:45:18 -0400 (0:00:00.062)       0:00:36.207 ****** 
ok: [managed-node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Ensure ping command is present] ******************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:41
Thursday 03 October 2024  23:45:19 -0400 (0:00:00.464)       0:00:36.672 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [TEST: I can ping the EAP server] *****************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:46
Thursday 03 October 2024  23:45:21 -0400 (0:00:02.832)       0:00:39.504 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "ping",
        "-c1",
        "203.0.113.1"
    ],
    "delta": "0:00:00.008903",
    "end": "2024-10-03 23:45:22.226624",
    "rc": 0,
    "start": "2024-10-03 23:45:22.217721"
}

STDOUT:

PING 203.0.113.1 (203.0.113.1) 56(84) bytes of data.
64 bytes from 203.0.113.1: icmp_seq=1 ttl=64 time=0.061 ms

--- 203.0.113.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.061/0.061/0.061/0.000 ms

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Thursday 03 October 2024  23:45:22 -0400 (0:00:00.431)       0:00:39.936 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Thursday 03 October 2024  23:45:22 -0400 (0:00:00.105)       0:00:40.041 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Thursday 03 October 2024  23:45:22 -0400 (0:00:00.071)       0:00:40.112 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Thursday 03 October 2024  23:45:22 -0400 (0:00:00.062)       0:00:40.175 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Thursday 03 October 2024  23:45:22 -0400 (0:00:00.062)       0:00:40.237 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Thursday 03 October 2024  23:45:24 -0400 (0:00:01.516)       0:00:41.754 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Thursday 03 October 2024  23:45:25 -0400 (0:00:01.460)       0:00:43.214 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Thursday 03 October 2024  23:45:25 -0400 (0:00:00.085)       0:00:43.300 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Thursday 03 October 2024  23:45:25 -0400 (0:00:00.077)       0:00:43.377 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Thursday 03 October 2024  23:45:25 -0400 (0:00:00.081)       0:00:43.459 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Thursday 03 October 2024  23:45:25 -0400 (0:00:00.056)       0:00:43.516 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Thursday 03 October 2024  23:45:25 -0400 (0:00:00.069)       0:00:43.585 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Thursday 03 October 2024  23:45:26 -0400 (0:00:00.062)       0:00:43.647 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Thursday 03 October 2024  23:45:26 -0400 (0:00:00.053)       0:00:43.701 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Thursday 03 October 2024  23:45:26 -0400 (0:00:00.088)       0:00:43.789 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Thursday 03 October 2024  23:45:26 -0400 (0:00:00.068)       0:00:43.858 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Thursday 03 October 2024  23:45:26 -0400 (0:00:00.075)       0:00:43.934 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Thursday 03 October 2024  23:45:26 -0400 (0:00:00.081)       0:00:44.016 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Thursday 03 October 2024  23:45:26 -0400 (0:00:00.611)       0:00:44.627 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Thursday 03 October 2024  23:45:27 -0400 (0:00:00.086)       0:00:44.714 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Thursday 03 October 2024  23:45:27 -0400 (0:00:00.151)       0:00:44.865 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Thursday 03 October 2024  23:45:27 -0400 (0:00:00.057)       0:00:44.923 ****** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "name": "802-1x-test",
                    "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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Thursday 03 October 2024  23:45:27 -0400 (0:00:00.591)       0:00:45.514 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Thursday 03 October 2024  23:45:27 -0400 (0:00:00.052)       0:00:45.566 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Thursday 03 October 2024  23:45:27 -0400 (0:00:00.069)       0:00:45.636 ****** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
                "connections": [
                    {
                        "name": "802-1x-test",
                        "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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Thursday 03 October 2024  23:45:28 -0400 (0:00:00.068)       0:00:45.704 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Thursday 03 October 2024  23:45:28 -0400 (0:00:00.061)       0:00:45.766 ****** 
ok: [managed-node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [TEST: 802.1x profile with unencrypted private key, domain suffix match, and system ca certs] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:57
Thursday 03 October 2024  23:45:28 -0400 (0:00:00.382)       0:00:46.149 ****** 
ok: [managed-node1] => {}

MSG:

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

TASK [Copy cacert to system truststore] ****************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:62
Thursday 03 October 2024  23:45:28 -0400 (0:00:00.059)       0:00:46.209 ****** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": "9e89a4c67b49ee7cf56a8aab271a40e9d42efdf4",
    "dest": "/etc/pki/ca-trust/source/anchors/cacert.pem",
    "gid": 0,
    "group": "root",
    "md5sum": "ee044bfd4dd84d85b6cb5331e7339411",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:cert_t:s0",
    "size": 1289,
    "src": "/root/.ansible/tmp/ansible-tmp-1728013528.6182718-10251-160838330556325/source",
    "state": "file",
    "uid": 0
}

TASK [Update ca trust] *********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:67
Thursday 03 October 2024  23:45:29 -0400 (0:00:00.697)       0:00:46.907 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "update-ca-trust"
    ],
    "delta": "0:00:00.747987",
    "end": "2024-10-03 23:45:30.292837",
    "rc": 0,
    "start": "2024-10-03 23:45:29.544850"
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Thursday 03 October 2024  23:45:30 -0400 (0:00:01.111)       0:00:48.018 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Thursday 03 October 2024  23:45:30 -0400 (0:00:00.076)       0:00:48.095 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Thursday 03 October 2024  23:45:30 -0400 (0:00:00.064)       0:00:48.159 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Thursday 03 October 2024  23:45:30 -0400 (0:00:00.061)       0:00:48.221 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Thursday 03 October 2024  23:45:30 -0400 (0:00:00.077)       0:00:48.299 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Thursday 03 October 2024  23:45:32 -0400 (0:00:01.553)       0:00:49.853 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Thursday 03 October 2024  23:45:33 -0400 (0:00:01.533)       0:00:51.386 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Thursday 03 October 2024  23:45:33 -0400 (0:00:00.070)       0:00:51.457 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Thursday 03 October 2024  23:45:33 -0400 (0:00:00.060)       0:00:51.517 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Thursday 03 October 2024  23:45:33 -0400 (0:00:00.069)       0:00:51.587 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.067)       0:00:51.655 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.077)       0:00:51.733 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.049)       0:00:51.782 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.056)       0:00:51.839 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.087)       0:00:51.927 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.052)       0:00:51.980 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.041)       0:00:52.021 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Thursday 03 October 2024  23:45:34 -0400 (0:00:00.091)       0:00:52.113 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Thursday 03 October 2024  23:45:35 -0400 (0:00:00.618)       0:00:52.732 ****** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "wpa_supplicant",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "ActiveEnterTimestampMonotonic": "290233554",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice dbus.service basic.target systemd-journald.socket dbus.socket sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "AssertTimestampMonotonic": "290222344",
        "Before": "network.target shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "fi.w1.wpa_supplicant1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "ConditionTimestampMonotonic": "290222343",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/wpa_supplicant.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "WPA supplicant",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "12433",
        "ExecMainStartTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "ExecMainStartTimestampMonotonic": "290223192",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[Thu 2024-10-03 23:45:15 EDT] ; stop_time=[n/a] ; pid=12433 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "wpa_supplicant.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "InactiveExitTimestampMonotonic": "290223234",
        "InvocationID": "512e89d99f8f464f85b811dd40e52bb8",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "12433",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "1306624",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "wpa_supplicant.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "StateChangeTimestampMonotonic": "290233554",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target",
        "WatchdogTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "WatchdogTimestampMonotonic": "290233551",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Thursday 03 October 2024  23:45:35 -0400 (0:00:00.506)       0:00:53.238 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Thursday 03 October 2024  23:45:35 -0400 (0:00:00.044)       0:00:53.282 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Thursday 03 October 2024  23:45:35 -0400 (0:00:00.047)       0:00:53.330 ****** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "ieee802_1x": {
                        "client_cert": "/etc/pki/tls/client.pem",
                        "domain_suffix_match": "example.com",
                        "eap": "tls",
                        "identity": "myhost",
                        "private_key": "/etc/pki/tls/client.key.nocrypt",
                        "private_key_password_flags": [
                            "not-required"
                        ],
                        "system_ca_certs": true
                    },
                    "interface_name": "veth2",
                    "ip": {
                        "address": [
                            "203.0.113.2/24"
                        ],
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "802-1x-test",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7
[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7 (is-modified)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Thursday 03 October 2024  23:45:38 -0400 (0:00:02.698)       0:00:56.028 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Thursday 03 October 2024  23:45:38 -0400 (0:00:00.077)       0:00:56.106 ****** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7",
        "[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7 (is-modified)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Thursday 03 October 2024  23:45:38 -0400 (0:00:00.065)       0:00:56.171 ****** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
                "connections": [
                    {
                        "ieee802_1x": {
                            "client_cert": "/etc/pki/tls/client.pem",
                            "domain_suffix_match": "example.com",
                            "eap": "tls",
                            "identity": "myhost",
                            "private_key": "/etc/pki/tls/client.key.nocrypt",
                            "private_key_password_flags": [
                                "not-required"
                            ],
                            "system_ca_certs": true
                        },
                        "interface_name": "veth2",
                        "ip": {
                            "address": [
                                "203.0.113.2/24"
                            ],
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "802-1x-test",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7\n[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7 (is-modified)\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7",
            "[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, 85b4789d-3348-4861-8de0-199840aba2b7 (is-modified)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Thursday 03 October 2024  23:45:38 -0400 (0:00:00.050)       0:00:56.222 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Thursday 03 October 2024  23:45:38 -0400 (0:00:00.041)       0:00:56.263 ****** 
ok: [managed-node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [TEST: I can ping the EAP server] *****************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:93
Thursday 03 October 2024  23:45:38 -0400 (0:00:00.345)       0:00:56.608 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "ping",
        "-c1",
        "203.0.113.1"
    ],
    "delta": "0:00:00.003803",
    "end": "2024-10-03 23:45:39.245704",
    "rc": 0,
    "start": "2024-10-03 23:45:39.241901"
}

STDOUT:

PING 203.0.113.1 (203.0.113.1) 56(84) bytes of data.
64 bytes from 203.0.113.1: icmp_seq=1 ttl=64 time=0.058 ms

--- 203.0.113.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.058/0.058/0.058/0.000 ms

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Thursday 03 October 2024  23:45:39 -0400 (0:00:00.346)       0:00:56.955 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Thursday 03 October 2024  23:45:39 -0400 (0:00:00.077)       0:00:57.032 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Thursday 03 October 2024  23:45:39 -0400 (0:00:00.073)       0:00:57.106 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Thursday 03 October 2024  23:45:39 -0400 (0:00:00.063)       0:00:57.170 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Thursday 03 October 2024  23:45:39 -0400 (0:00:00.060)       0:00:57.230 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Thursday 03 October 2024  23:45:41 -0400 (0:00:01.592)       0:00:58.823 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Thursday 03 October 2024  23:45:42 -0400 (0:00:01.481)       0:01:00.304 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Thursday 03 October 2024  23:45:42 -0400 (0:00:00.052)       0:01:00.357 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Thursday 03 October 2024  23:45:42 -0400 (0:00:00.049)       0:01:00.406 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Thursday 03 October 2024  23:45:42 -0400 (0:00:00.048)       0:01:00.455 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Thursday 03 October 2024  23:45:42 -0400 (0:00:00.050)       0:01:00.505 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Thursday 03 October 2024  23:45:42 -0400 (0:00:00.054)       0:01:00.559 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Thursday 03 October 2024  23:45:42 -0400 (0:00:00.047)       0:01:00.607 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.054)       0:01:00.661 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.112)       0:01:00.774 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.048)       0:01:00.822 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.051)       0:01:00.874 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.054)       0:01:00.928 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.516)       0:01:01.445 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.054)       0:01:01.499 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.050)       0:01:01.550 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Thursday 03 October 2024  23:45:43 -0400 (0:00:00.047)       0:01:01.598 ****** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "name": "802-1x-test",
                    "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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Thursday 03 October 2024  23:45:44 -0400 (0:00:00.587)       0:01:02.185 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Thursday 03 October 2024  23:45:44 -0400 (0:00:00.077)       0:01:02.263 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Thursday 03 October 2024  23:45:44 -0400 (0:00:00.091)       0:01:02.354 ****** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
                "connections": [
                    {
                        "name": "802-1x-test",
                        "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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Thursday 03 October 2024  23:45:44 -0400 (0:00:00.084)       0:01:02.438 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Thursday 03 October 2024  23:45:44 -0400 (0:00:00.071)       0:01:02.510 ****** 
ok: [managed-node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Include the task 'test_802.1x_capath.yml'] *******************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:105
Thursday 03 October 2024  23:45:45 -0400 (0:00:00.396)       0:01:02.906 ****** 
included: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml for managed-node1

TASK [TEST: 802.1x profile with unencrypted private key and ca_path] ***********
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:2
Thursday 03 October 2024  23:45:45 -0400 (0:00:00.124)       0:01:03.030 ****** 
ok: [managed-node1] => {}

MSG:

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

TASK [Set __NM_capath_ignored_NVRs] ********************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:6
Thursday 03 October 2024  23:45:45 -0400 (0:00:00.038)       0:01:03.069 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__NM_capath_ignored_NVRs": [
            "NetworkManager-1.18.0-5.el7.x86_64",
            "NetworkManager-1.18.4-3.el7.x86_64",
            "NetworkManager-1.20.0-3.el8.x86_64",
            "NetworkManager-1.22.8-4.el8.x86_64",
            "NetworkManager-1.20.4-1.fc31.x86_64",
            "NetworkManager-1.22.10-1.fc32.x86_64",
            "NetworkManager-1.22.12-1.fc32.x86_64"
        ]
    },
    "changed": false
}

TASK [Create directory for ca_path test] ***************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:22
Thursday 03 October 2024  23:45:45 -0400 (0:00:00.035)       0:01:03.105 ****** 
changed: [managed-node1] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/pki/tls/my_ca_certs",
    "secontext": "unconfined_u:object_r:cert_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Copy cacert to ca_path] **************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:27
Thursday 03 October 2024  23:45:45 -0400 (0:00:00.377)       0:01:03.483 ****** 
changed: [managed-node1] => {
    "changed": true,
    "checksum": "9e89a4c67b49ee7cf56a8aab271a40e9d42efdf4",
    "dest": "/etc/pki/tls/my_ca_certs/cacert.pem",
    "gid": 0,
    "group": "root",
    "md5sum": "ee044bfd4dd84d85b6cb5331e7339411",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:cert_t:s0",
    "size": 1289,
    "src": "/root/.ansible/tmp/ansible-tmp-1728013545.8923638-11003-140831370132900/source",
    "state": "file",
    "uid": 0
}

TASK [Install openssl (test dependency)] ***************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:32
Thursday 03 October 2024  23:45:46 -0400 (0:00:00.668)       0:01:04.151 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Hash cacert] *************************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:37
Thursday 03 October 2024  23:45:49 -0400 (0:00:02.743)       0:01:06.895 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "openssl",
        "x509",
        "-hash",
        "-noout",
        "-in",
        "/etc/pki/tls/my_ca_certs/cacert.pem"
    ],
    "delta": "0:00:00.012882",
    "end": "2024-10-03 23:45:49.603040",
    "rc": 0,
    "start": "2024-10-03 23:45:49.590158"
}

STDOUT:

d1b7d027

TASK [Add symlink for cacert] **************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:41
Thursday 03 October 2024  23:45:49 -0400 (0:00:00.499)       0:01:07.394 ****** 
changed: [managed-node1] => {
    "changed": true,
    "dest": "/etc/pki/tls/my_ca_certs/d1b7d027.0",
    "gid": 0,
    "group": "root",
    "mode": "0777",
    "owner": "root",
    "secontext": "unconfined_u:object_r:cert_t:s0",
    "size": 10,
    "src": "cacert.pem",
    "state": "link",
    "uid": 0
}

TASK [Get NetworkManager version] **********************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:46
Thursday 03 October 2024  23:45:50 -0400 (0:00:00.417)       0:01:07.812 ****** 
[WARNING]: Consider using the yum, dnf or zypper module rather than running
'rpm'.  If you need to use command because yum, dnf or zypper is insufficient
you can add 'warn: false' to this command task or set 'command_warnings=False'
in ansible.cfg to get rid of this message.
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "rpm",
        "-qa",
        "NetworkManager"
    ],
    "delta": "0:00:00.854700",
    "end": "2024-10-03 23:45:51.527805",
    "rc": 0,
    "start": "2024-10-03 23:45:50.673105"
}

STDOUT:

NetworkManager-1.40.16-15.el8.x86_64

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Thursday 03 October 2024  23:45:51 -0400 (0:00:01.446)       0:01:09.259 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Thursday 03 October 2024  23:45:51 -0400 (0:00:00.148)       0:01:09.407 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Thursday 03 October 2024  23:45:51 -0400 (0:00:00.077)       0:01:09.485 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Thursday 03 October 2024  23:45:51 -0400 (0:00:00.076)       0:01:09.561 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Thursday 03 October 2024  23:45:51 -0400 (0:00:00.064)       0:01:09.626 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Thursday 03 October 2024  23:45:53 -0400 (0:00:01.482)       0:01:11.108 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Thursday 03 October 2024  23:45:54 -0400 (0:00:01.413)       0:01:12.522 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Thursday 03 October 2024  23:45:54 -0400 (0:00:00.038)       0:01:12.561 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Thursday 03 October 2024  23:45:54 -0400 (0:00:00.050)       0:01:12.612 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.045)       0:01:12.658 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.053)       0:01:12.711 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.069)       0:01:12.781 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.059)       0:01:12.840 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.063)       0:01:12.904 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.109)       0:01:13.013 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.061)       0:01:13.075 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.052)       0:01:13.127 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Thursday 03 October 2024  23:45:55 -0400 (0:00:00.051)       0:01:13.179 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Thursday 03 October 2024  23:45:56 -0400 (0:00:00.521)       0:01:13.700 ****** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "wpa_supplicant",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "ActiveEnterTimestampMonotonic": "290233554",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice dbus.service basic.target systemd-journald.socket dbus.socket sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "AssertTimestampMonotonic": "290222344",
        "Before": "network.target shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "fi.w1.wpa_supplicant1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "ConditionTimestampMonotonic": "290222343",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/wpa_supplicant.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "WPA supplicant",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "12433",
        "ExecMainStartTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "ExecMainStartTimestampMonotonic": "290223192",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[Thu 2024-10-03 23:45:15 EDT] ; stop_time=[n/a] ; pid=12433 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "wpa_supplicant.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "InactiveExitTimestampMonotonic": "290223234",
        "InvocationID": "512e89d99f8f464f85b811dd40e52bb8",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14004",
        "LimitNPROCSoft": "14004",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14004",
        "LimitSIGPENDINGSoft": "14004",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "12433",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "2150400",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "wpa_supplicant.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target dbus.socket",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "StateChangeTimestampMonotonic": "290233554",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22406",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network.target",
        "WatchdogTimestamp": "Thu 2024-10-03 23:45:15 EDT",
        "WatchdogTimestampMonotonic": "290233551",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Thursday 03 October 2024  23:45:56 -0400 (0:00:00.493)       0:01:14.193 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Thursday 03 October 2024  23:45:56 -0400 (0:00:00.046)       0:01:14.240 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Thursday 03 October 2024  23:45:56 -0400 (0:00:00.055)       0:01:14.295 ****** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "ieee802_1x": {
                        "ca_path": "/etc/pki/tls/my_ca_certs",
                        "client_cert": "/etc/pki/tls/client.pem",
                        "eap": "tls",
                        "identity": "myhost_capath",
                        "private_key": "/etc/pki/tls/client.key.nocrypt",
                        "private_key_password_flags": [
                            "not-required"
                        ]
                    },
                    "interface_name": "veth2",
                    "ip": {
                        "address": [
                            "203.0.113.2/24"
                        ],
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "802-1x-test",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b
[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b (is-modified)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Thursday 03 October 2024  23:45:59 -0400 (0:00:02.706)       0:01:17.002 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Thursday 03 October 2024  23:45:59 -0400 (0:00:00.044)       0:01:17.046 ****** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b",
        "[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b (is-modified)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Thursday 03 October 2024  23:45:59 -0400 (0:00:00.057)       0:01:17.103 ****** 
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_path": "/etc/pki/tls/my_ca_certs",
                            "client_cert": "/etc/pki/tls/client.pem",
                            "eap": "tls",
                            "identity": "myhost_capath",
                            "private_key": "/etc/pki/tls/client.key.nocrypt",
                            "private_key_password_flags": [
                                "not-required"
                            ]
                        },
                        "interface_name": "veth2",
                        "ip": {
                            "address": [
                                "203.0.113.2/24"
                            ],
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "802-1x-test",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b\n[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b (is-modified)\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, '802-1x-test': add connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b",
            "[004] <info>  #0, state:up persistent_state:present, '802-1x-test': up connection 802-1x-test, ac791820-a174-4c81-a0e3-70741ab89e0b (is-modified)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Thursday 03 October 2024  23:45:59 -0400 (0:00:00.100)       0:01:17.204 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Thursday 03 October 2024  23:45:59 -0400 (0:00:00.060)       0:01:17.264 ****** 
ok: [managed-node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Ensure ping command is present] ******************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:76
Thursday 03 October 2024  23:46:00 -0400 (0:00:00.380)       0:01:17.645 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [TEST: I can ping the EAP server] *****************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:81
Thursday 03 October 2024  23:46:02 -0400 (0:00:02.791)       0:01:20.437 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "ping",
        "-c1",
        "203.0.113.1"
    ],
    "delta": "0:00:00.003988",
    "end": "2024-10-03 23:46:03.122964",
    "rc": 0,
    "start": "2024-10-03 23:46:03.118976"
}

STDOUT:

PING 203.0.113.1 (203.0.113.1) 56(84) bytes of data.
64 bytes from 203.0.113.1: icmp_seq=1 ttl=64 time=0.061 ms

--- 203.0.113.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.061/0.061/0.061/0.000 ms

TASK [Trigger failure in case the role did not fail] ***************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:84
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.400)       0:01:20.837 ****** 
fatal: [managed-node1]: FAILED! => {
    "changed": false
}

MSG:

after test

TASK [Show failed item] ********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:88
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.038)       0:01:20.875 ****** 
ok: [managed-node1] => (item=ansible_failed_result) => {
    "ansible_failed_result": {
        "changed": false,
        "failed": true,
        "msg": "after test"
    },
    "ansible_loop_var": "item",
    "item": "ansible_failed_result"
}
ok: [managed-node1] => (item=ansible_failed_task) => {
    "ansible_failed_task": {
        "action": "fail",
        "any_errors_fatal": false,
        "args": {
            "msg": "after test"
        },
        "async": 0,
        "async_val": 0,
        "become": false,
        "become_exe": null,
        "become_flags": null,
        "become_method": "sudo",
        "become_user": null,
        "changed_when": [],
        "check_mode": false,
        "collections": [
            "fedora.linux_system_roles",
            "ansible.legacy"
        ],
        "connection": "smart",
        "debugger": null,
        "delay": 5,
        "delegate_facts": null,
        "delegate_to": null,
        "diff": false,
        "environment": [
            {}
        ],
        "failed_when": [],
        "finalized": true,
        "ignore_errors": null,
        "ignore_unreachable": null,
        "loop": null,
        "loop_control": null,
        "loop_with": null,
        "module_defaults": [],
        "name": "Trigger failure in case the role did not fail",
        "no_log": null,
        "notify": null,
        "poll": 15,
        "port": null,
        "register": null,
        "remote_user": null,
        "retries": 3,
        "run_once": null,
        "squashed": true,
        "tags": [],
        "throttle": 0,
        "until": [],
        "uuid": "0affc6ca-1963-4670-abb5-000000000551",
        "vars": {},
        "when": [
            "ansible_distribution_major_version != '6'",
            "ansible_distribution != 'RedHat' or ansible_distribution_major_version | int < 9"
        ]
    },
    "ansible_loop_var": "item",
    "item": "ansible_failed_task"
}
ok: [managed-node1] => (item=__network_nm_nvr.stdout) => {
    "__network_nm_nvr.stdout": "NetworkManager-1.40.16-15.el8.x86_64",
    "ansible_loop_var": "item",
    "item": "__network_nm_nvr.stdout"
}
ok: [managed-node1] => (item=__NM_capath_ignored_NVRs) => {
    "__NM_capath_ignored_NVRs": [
        "NetworkManager-1.18.0-5.el7.x86_64",
        "NetworkManager-1.18.4-3.el7.x86_64",
        "NetworkManager-1.20.0-3.el8.x86_64",
        "NetworkManager-1.22.8-4.el8.x86_64",
        "NetworkManager-1.20.4-1.fc31.x86_64",
        "NetworkManager-1.22.10-1.fc32.x86_64",
        "NetworkManager-1.22.12-1.fc32.x86_64"
    ],
    "ansible_loop_var": "item",
    "item": "__NM_capath_ignored_NVRs"
}

TASK [Assert role behavior] ****************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:98
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.076)       0:01:20.951 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert role failure] *****************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:105
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.067)       0:01:21.018 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Assert ping succeeded] ***************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:112
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.037)       0:01:21.056 ****** 
ok: [managed-node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.037)       0:01:21.094 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.097)       0:01:21.191 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.063)       0:01:21.255 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.057)       0:01:21.312 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21
Thursday 03 October 2024  23:46:03 -0400 (0:00:00.055)       0:01:21.367 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26
Thursday 03 October 2024  23:46:05 -0400 (0:00:01.524)       0:01:22.892 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Thursday 03 October 2024  23:46:06 -0400 (0:00:01.451)       0:01:24.344 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Thursday 03 October 2024  23:46:06 -0400 (0:00:00.053)       0:01:24.397 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Thursday 03 October 2024  23:46:06 -0400 (0:00:00.051)       0:01:24.448 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25
Thursday 03 October 2024  23:46:06 -0400 (0:00:00.049)       0:01:24.498 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36
Thursday 03 October 2024  23:46:06 -0400 (0:00:00.069)       0:01:24.567 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48
Thursday 03 October 2024  23:46:06 -0400 (0:00:00.065)       0:01:24.632 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60
Thursday 03 October 2024  23:46:07 -0400 (0:00:00.077)       0:01:24.710 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73
Thursday 03 October 2024  23:46:07 -0400 (0:00:00.087)       0:01:24.798 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85
Thursday 03 October 2024  23:46:07 -0400 (0:00:00.109)       0:01:24.907 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96
Thursday 03 October 2024  23:46:07 -0400 (0:00:00.077)       0:01:24.985 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109
Thursday 03 October 2024  23:46:07 -0400 (0:00:00.077)       0:01:25.063 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122
Thursday 03 October 2024  23:46:07 -0400 (0:00:00.130)       0:01:25.194 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Thursday 03 October 2024  23:46:08 -0400 (0:00:00.630)       0:01:25.824 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142
Thursday 03 October 2024  23:46:08 -0400 (0:00:00.094)       0:01:25.919 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150
Thursday 03 October 2024  23:46:08 -0400 (0:00:00.077)       0:01:25.997 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159
Thursday 03 October 2024  23:46:08 -0400 (0:00:00.060)       0:01:26.058 ****** 
changed: [managed-node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [
                {
                    "name": "802-1x-test",
                    "persistent_state": "absent",
                    "state": "down"
                },
                {
                    "name": "br1",
                    "persistent_state": "absent",
                    "state": "down"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[001] <info>  #1, state:down persistent_state:absent, 'br1': no connection matches 'br1' to delete


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171
Thursday 03 October 2024  23:46:09 -0400 (0:00:00.659)       0:01:26.717 ****** 
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-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177
Thursday 03 October 2024  23:46:09 -0400 (0:00:00.066)       0:01:26.783 ****** 
ok: [managed-node1] => {
    "__network_connections_result.stderr_lines": [
        "[001] <info>  #1, state:down persistent_state:absent, 'br1': no connection matches 'br1' to delete"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181
Thursday 03 October 2024  23:46:09 -0400 (0:00:00.063)       0:01:26.847 ****** 
ok: [managed-node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
                "connections": [
                    {
                        "name": "802-1x-test",
                        "persistent_state": "absent",
                        "state": "down"
                    },
                    {
                        "name": "br1",
                        "persistent_state": "absent",
                        "state": "down"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[001] <info>  #1, state:down persistent_state:absent, 'br1': no connection matches 'br1' to delete\n",
        "stderr_lines": [
            "[001] <info>  #1, state:down persistent_state:absent, 'br1': no connection matches 'br1' to delete"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186
Thursday 03 October 2024  23:46:09 -0400 (0:00:00.051)       0:01:26.898 ****** 
skipping: [managed-node1] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192
Thursday 03 October 2024  23:46:09 -0400 (0:00:00.063)       0:01:26.962 ****** 
ok: [managed-node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Include the task 'cleanup_802_1x_server.yml'] ****************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:124
Thursday 03 October 2024  23:46:09 -0400 (0:00:00.482)       0:01:27.445 ****** 
included: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_802_1x_server.yml for managed-node1

TASK [Remove test interfaces] **************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_802_1x_server.yml:3
Thursday 03 October 2024  23:46:09 -0400 (0:00:00.116)       0:01:27.561 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "set -uxo pipefail\nexec 1>&2\nip netns delete ns1\nip link delete veth1-br\nip link delete veth2-br\nip link delete br1\n",
    "delta": "0:00:00.045234",
    "end": "2024-10-03 23:46:10.369641",
    "rc": 0,
    "start": "2024-10-03 23:46:10.324407"
}

STDERR:

+ exec
+ ip netns delete ns1
+ ip link delete veth1-br
+ ip link delete veth2-br
+ ip link delete br1

TASK [Kill hostapd process] ****************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_802_1x_server.yml:13
Thursday 03 October 2024  23:46:10 -0400 (0:00:00.582)       0:01:28.143 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "pkill",
        "hostapd"
    ],
    "delta": "0:00:00.010293",
    "end": "2024-10-03 23:46:10.826669",
    "rc": 0,
    "start": "2024-10-03 23:46:10.816376"
}

TASK [Remove certs and config] *************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_802_1x_server.yml:16
Thursday 03 October 2024  23:46:10 -0400 (0:00:00.394)       0:01:28.538 ****** 
changed: [managed-node1] => (item=/etc/pki/tls/hostapd_test) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/pki/tls/hostapd_test",
    "path": "/etc/pki/tls/hostapd_test",
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/hostapd/wired.conf) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/hostapd/wired.conf",
    "path": "/etc/hostapd/wired.conf",
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/hostapd/hostapd.eap_user) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/hostapd/hostapd.eap_user",
    "path": "/etc/hostapd/hostapd.eap_user",
    "state": "absent"
}

TASK [Remove test certificates] ************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:126
Thursday 03 October 2024  23:46:12 -0400 (0:00:01.136)       0:01:29.674 ****** 
changed: [managed-node1] => (item=client.key) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "client.key",
    "path": "/etc/pki/tls/client.key",
    "state": "absent"
}
changed: [managed-node1] => (item=client.key.nocrypt) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "client.key.nocrypt",
    "path": "/etc/pki/tls/client.key.nocrypt",
    "state": "absent"
}
changed: [managed-node1] => (item=client.pem) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "client.pem",
    "path": "/etc/pki/tls/client.pem",
    "state": "absent"
}
changed: [managed-node1] => (item=cacert.pem) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "cacert.pem",
    "path": "/etc/pki/tls/cacert.pem",
    "state": "absent"
}

TASK [Remove test CA] **********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:135
Thursday 03 October 2024  23:46:13 -0400 (0:00:01.555)       0:01:31.230 ****** 
changed: [managed-node1] => (item=/etc/pki/tls/my_ca_certs) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/pki/tls/my_ca_certs",
    "path": "/etc/pki/tls/my_ca_certs",
    "state": "absent"
}
changed: [managed-node1] => (item=/etc/pki/ca-trust/source/anchors/cacert.pem) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "/etc/pki/ca-trust/source/anchors/cacert.pem",
    "path": "/etc/pki/ca-trust/source/anchors/cacert.pem",
    "state": "absent"
}

TASK [Update ca trust] *********************************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:142
Thursday 03 October 2024  23:46:14 -0400 (0:00:00.833)       0:01:32.063 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "update-ca-trust"
    ],
    "delta": "0:00:00.734295",
    "end": "2024-10-03 23:46:15.509070",
    "rc": 0,
    "start": "2024-10-03 23:46:14.774775"
}

TASK [Verify network state restored to default] ********************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:145
Thursday 03 October 2024  23:46:15 -0400 (0:00:01.182)       0:01:33.246 ****** 
included: /tmp/collections-1aW/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-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6
Thursday 03 October 2024  23:46:15 -0400 (0:00:00.099)       0:01:33.345 ****** 
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.007939",
    "end": "2024-10-03 23:46:16.001451",
    "rc": 0,
    "start": "2024-10-03 23:46:15.993512"
}

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 12:d5:7a:2e:48:a1 brd ff:ff:ff:ff:ff:ff
    inet 10.31.11.73/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0
       valid_lft 3258sec preferred_lft 3258sec
    inet6 fe80::10d5:7aff:fe2e:48a1/64 scope link 
       valid_lft forever preferred_lft forever
IP ROUTE
default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.73 metric 100 
10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.73 metric 100 
IP -6 ROUTE
::1 dev lo proto kernel metric 256 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
RESOLV
# Generated by NetworkManager
search us-east-1.aws.redhat.com
nameserver 10.29.169.13
nameserver 10.29.170.12
nameserver 10.2.32.1

TASK [Verify DNS and network connectivity] *************************************
task path: /tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24
Thursday 03 October 2024  23:46:16 -0400 (0:00:00.388)       0:01:33.734 ****** 
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.100207",
    "end": "2024-10-03 23:46:16.491578",
    "rc": 0,
    "start": "2024-10-03 23:46:16.391371"
}

STDOUT:

CHECK DNS AND CONNECTIVITY
2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org
2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org
2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org
2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org
2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org
2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.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
2620:52:3:1:dead:beef:cafe:fed7 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:fed6 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   5754      0 --:--:-- --:--:-- --:--:--  5754
  % 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  13227      0 --:--:-- --:--:-- --:--:-- 13227
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node1              : ok=111  changed=21   unreachable=0    failed=0    skipped=110  rescued=1    ignored=0   

Thursday 03 October 2024  23:46:16 -0400 (0:00:00.456)       0:01:34.190 ****** 
=============================================================================== 
Install hostapd --------------------------------------------------------- 6.54s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:16 
Run hostapd in namespace ------------------------------------------------ 5.36s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:97 
fedora.linux_system_roles.network : Install packages -------------------- 4.05s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 
fedora.linux_system_roles.network : Configure networking connection profiles --- 2.93s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
Ensure ping command is present ------------------------------------------ 2.83s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:41 
Ensure ping command is present ------------------------------------------ 2.79s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:76 
Install openssl (test dependency) --------------------------------------- 2.74s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/test_802.1x_capath.yml:32 
fedora.linux_system_roles.network : Configure networking connection profiles --- 2.71s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
fedora.linux_system_roles.network : Configure networking connection profiles --- 2.70s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 
Copy server certificates ------------------------------------------------ 2.62s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802_1x_server.yml:31 
Copy client certs ------------------------------------------------------- 2.49s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_802.1x.yml:4 
fedora.linux_system_roles.network : Check which services are running ---- 1.76s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which packages are installed --- 1.59s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.59s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
Remove test certificates ------------------------------------------------ 1.56s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_802_1x.yml:126 
fedora.linux_system_roles.network : Check which services are running ---- 1.55s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which packages are installed --- 1.53s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 
fedora.linux_system_roles.network : Check which services are running ---- 1.52s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which services are running ---- 1.52s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 
fedora.linux_system_roles.network : Check which services are running ---- 1.48s
/tmp/collections-1aW/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21