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

PLAYBOOK: tests_key_rotation.yml ***********************************************
2 plays in /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Include vault variables] *************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:5
Friday 20 September 2024  21:12:01 -0400 (0:00:00.036)       0:00:00.036 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "nbde_client_test_pass": {
            "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n"
        }
    }, 
    "ansible_included_var_files": [
        "/tmp/nbde_client-hKq/tests/vars/vault-variables.yml"
    ], 
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [Test key rotation] *******************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:8
Friday 20 September 2024  21:12:01 -0400 (0:00:00.030)       0:00:00.066 ****** 
ok: [managed_node3]
META: ran handlers

TASK [Set up test environment] *************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:18
Friday 20 September 2024  21:12:02 -0400 (0:00:01.206)       0:00:01.273 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml for managed_node3

TASK [Include general tests variables] *****************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:2
Friday 20 September 2024  21:12:02 -0400 (0:00:00.090)       0:00:01.364 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "nbde_client_test_device": "/tmp/.nbde_client_dev_test"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/vars/main.yml"
    ], 
    "changed": false
}

TASK [Ensure Ansible facts required by tests] **********************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:5
Friday 20 September 2024  21:12:02 -0400 (0:00:00.018)       0:00:01.382 ****** 
ok: [managed_node3]

TASK [Set version specific variables] ******************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:16
Friday 20 September 2024  21:12:02 -0400 (0:00:00.378)       0:00:01.760 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "nbde_client_test_packages": [
            "cryptsetup"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/vars/CentOS_7.yml"
    ], 
    "changed": false
}

TASK [Print all available facts] ***********************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:29
Friday 20 September 2024  21:12:02 -0400 (0:00:00.095)       0:00:01.856 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "all_ipv4_addresses": [
            "10.31.40.32"
        ], 
        "all_ipv6_addresses": [
            "fe80::cba:36ff:fec0:f64f"
        ], 
        "ansible_local": {}, 
        "apparmor": {
            "status": "disabled"
        }, 
        "architecture": "x86_64", 
        "bios_date": "08/24/2006", 
        "bios_version": "4.11.amazon", 
        "cmdline": {
            "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
            "LANG": "en_US.UTF-8", 
            "console": "ttyS0,115200n8", 
            "crashkernel": "auto", 
            "net.ifnames": "0", 
            "rhgb": true, 
            "ro": true, 
            "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
        }, 
        "date_time": {
            "date": "2024-09-20", 
            "day": "20", 
            "epoch": "1726881122", 
            "hour": "21", 
            "iso8601": "2024-09-21T01:12:02Z", 
            "iso8601_basic": "20240920T211202688584", 
            "iso8601_basic_short": "20240920T211202", 
            "iso8601_micro": "2024-09-21T01:12:02.688584Z", 
            "minute": "12", 
            "month": "09", 
            "second": "02", 
            "time": "21:12:02", 
            "tz": "EDT", 
            "tz_offset": "-0400", 
            "weekday": "Friday", 
            "weekday_number": "5", 
            "weeknumber": "38", 
            "year": "2024"
        }, 
        "default_ipv4": {
            "address": "10.31.40.32", 
            "alias": "eth0", 
            "broadcast": "10.31.43.255", 
            "gateway": "10.31.40.1", 
            "interface": "eth0", 
            "macaddress": "0e:ba:36:c0:f6:4f", 
            "mtu": 9001, 
            "netmask": "255.255.252.0", 
            "network": "10.31.40.0", 
            "type": "ether"
        }, 
        "default_ipv6": {}, 
        "device_links": {
            "ids": {}, 
            "labels": {}, 
            "masters": {}, 
            "uuids": {
                "xvda1": [
                    "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                ]
            }
        }, 
        "devices": {
            "xvda": {
                "holders": [], 
                "host": "", 
                "links": {
                    "ids": [], 
                    "labels": [], 
                    "masters": [], 
                    "uuids": []
                }, 
                "model": null, 
                "partitions": {
                    "xvda1": {
                        "holders": [], 
                        "links": {
                            "ids": [], 
                            "labels": [], 
                            "masters": [], 
                            "uuids": [
                                "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                            ]
                        }, 
                        "sectors": "524285919", 
                        "sectorsize": 512, 
                        "size": "250.00 GB", 
                        "start": "2048", 
                        "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
                    }
                }, 
                "removable": "0", 
                "rotational": "0", 
                "sas_address": null, 
                "sas_device_handle": null, 
                "scheduler_mode": "deadline", 
                "sectors": "524288000", 
                "sectorsize": "512", 
                "size": "250.00 GB", 
                "support_discard": "0", 
                "vendor": null, 
                "virtual": 1
            }
        }, 
        "discovered_interpreter_python": "/usr/bin/python", 
        "distribution": "CentOS", 
        "distribution_file_parsed": true, 
        "distribution_file_path": "/etc/redhat-release", 
        "distribution_file_variety": "RedHat", 
        "distribution_major_version": "7", 
        "distribution_release": "Core", 
        "distribution_version": "7.9", 
        "dns": {
            "nameservers": [
                "10.29.169.13", 
                "10.29.170.12", 
                "10.2.32.1"
            ], 
            "search": [
                "us-east-1.aws.redhat.com"
            ]
        }, 
        "domain": "us-east-1.aws.redhat.com", 
        "effective_group_id": 0, 
        "effective_user_id": 0, 
        "env": {
            "HOME": "/root", 
            "LANG": "en_US.UTF-8", 
            "LESSOPEN": "||/usr/bin/lesspipe.sh %s", 
            "LOGNAME": "root", 
            "LS_COLORS": "", 
            "MAIL": "/var/mail/root", 
            "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.42.45 45662 22", 
            "SSH_CONNECTION": "10.31.42.45 45662 10.31.40.32 22", 
            "SSH_TTY": "/dev/pts/0", 
            "USER": "root", 
            "XDG_RUNTIME_DIR": "/run/user/0", 
            "XDG_SESSION_ID": "4", 
            "_": "/usr/bin/python"
        }, 
        "eth0": {
            "active": true, 
            "device": "eth0", 
            "features": {
                "busy_poll": "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_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", 
                "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_fcoe_segmentation": "off [fixed]", 
                "tx_gre_csum_segmentation": "off [fixed]", 
                "tx_gre_segmentation": "off [fixed]", 
                "tx_gso_partial": "off [fixed]", 
                "tx_gso_robust": "on [fixed]", 
                "tx_ipip_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_sit_segmentation": "off [fixed]", 
                "tx_tcp6_segmentation": "on", 
                "tx_tcp_ecn_segmentation": "off [fixed]", 
                "tx_tcp_mangleid_segmentation": "off", 
                "tx_tcp_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]", 
                "udp_fragmentation_offload": "off [fixed]", 
                "vlan_challenged": "off [fixed]"
            }, 
            "hw_timestamp_filters": [], 
            "ipv4": {
                "address": "10.31.40.32", 
                "broadcast": "10.31.43.255", 
                "netmask": "255.255.252.0", 
                "network": "10.31.40.0"
            }, 
            "ipv6": [
                {
                    "address": "fe80::cba:36ff:fec0:f64f", 
                    "prefix": "64", 
                    "scope": "link"
                }
            ], 
            "macaddress": "0e:ba:36:c0:f6:4f", 
            "module": "xen_netfront", 
            "mtu": 9001, 
            "pciid": "vif-0", 
            "promisc": false, 
            "timestamping": [
                "rx_software", 
                "software"
            ], 
            "type": "ether"
        }, 
        "fibre_channel_wwn": [], 
        "fips": false, 
        "form_factor": "Other", 
        "fqdn": "ip-10-31-40-32.us-east-1.aws.redhat.com", 
        "gather_subset": [
            "min"
        ], 
        "hostname": "ip-10-31-40-32", 
        "hostnqn": "", 
        "interfaces": [
            "lo", 
            "eth0"
        ], 
        "is_chroot": false, 
        "iscsi_iqn": "", 
        "kernel": "3.10.0-1160.119.1.el7.x86_64", 
        "kernel_version": "#1 SMP Tue Jun 4 14:43:51 UTC 2024", 
        "lo": {
            "active": true, 
            "device": "lo", 
            "features": {
                "busy_poll": "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_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", 
                "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_fcoe_segmentation": "off [fixed]", 
                "tx_gre_csum_segmentation": "off [fixed]", 
                "tx_gre_segmentation": "off [fixed]", 
                "tx_gso_partial": "off [fixed]", 
                "tx_gso_robust": "off [fixed]", 
                "tx_ipip_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_sit_segmentation": "off [fixed]", 
                "tx_tcp6_segmentation": "on", 
                "tx_tcp_ecn_segmentation": "on", 
                "tx_tcp_mangleid_segmentation": "on", 
                "tx_tcp_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]", 
                "udp_fragmentation_offload": "on", 
                "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": [
                "rx_software", 
                "software"
            ], 
            "type": "loopback"
        }, 
        "lsb": {}, 
        "machine": "x86_64", 
        "machine_id": "70a03286beb54c218e7706fbd2687bb2", 
        "memfree_mb": 2899, 
        "memory_mb": {
            "nocache": {
                "free": 3435, 
                "used": 165
            }, 
            "real": {
                "free": 2899, 
                "total": 3600, 
                "used": 701
            }, 
            "swap": {
                "cached": 0, 
                "free": 0, 
                "total": 0, 
                "used": 0
            }
        }, 
        "memtotal_mb": 3600, 
        "module_setup": true, 
        "mounts": [
            {
                "block_available": 61296000, 
                "block_size": 4096, 
                "block_total": 64490860, 
                "block_used": 3194860, 
                "device": "/dev/xvda1", 
                "fstype": "ext4", 
                "inode_available": 16319736, 
                "inode_total": 16384000, 
                "inode_used": 64264, 
                "mount": "/", 
                "options": "rw,seclabel,relatime,data=ordered", 
                "size_available": 251068416000, 
                "size_total": 264154562560, 
                "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
            }
        ], 
        "nodename": "ip-10-31-40-32.us-east-1.aws.redhat.com", 
        "os_family": "RedHat", 
        "pkg_mgr": "yum", 
        "proc_cmdline": {
            "BOOT_IMAGE": "/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64", 
            "LANG": "en_US.UTF-8", 
            "console": [
                "tty0", 
                "ttyS0,115200n8"
            ], 
            "crashkernel": "auto", 
            "net.ifnames": "0", 
            "rhgb": true, 
            "ro": true, 
            "root": "UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312"
        }, 
        "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": "ec2b6073-bcf0-7d00-126d-98125d3267bb", 
        "product_uuid": "EC2B6073-BCF0-7D00-126D-98125D3267BB", 
        "product_version": "4.11.amazon", 
        "python": {
            "executable": "/usr/bin/python", 
            "has_sslcontext": true, 
            "type": "CPython", 
            "version": {
                "major": 2, 
                "micro": 5, 
                "minor": 7, 
                "releaselevel": "final", 
                "serial": 0
            }, 
            "version_info": [
                2, 
                7, 
                5, 
                "final", 
                0
            ]
        }, 
        "python_version": "2.7.5", 
        "real_group_id": 0, 
        "real_user_id": 0, 
        "selinux": {
            "config_mode": "enforcing", 
            "mode": "enforcing", 
            "policyvers": 31, 
            "status": "enabled", 
            "type": "targeted"
        }, 
        "selinux_python_present": true, 
        "service_mgr": "systemd", 
        "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDLhgxdLl6pVPEd/biZMLjq4e9Hk93d+cIFZX/2W8ZOf4TAURC2IF9QpTl0vkjtu9IAk3OAjcbDVyEt28xJnNeA=", 
        "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAICQv41kEJzqf0Fw0vfBNofL1PGsqN8YLbJvWx5Tb7CQy", 
        "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC8vEeoR1Hoag0dVpE46EaTBu29NRDnS4P+weynmE3G7OKEzNvjlrMCjdvGeTvxHj6Rte+p3pLiDn14+ya/Fj6XXnl8O0ag8w9xXtePKP0f83L9pXfRxoU69UQHdZECaDvXbDczvkJPkg3ggRPF2K5FfNOajohGA1NTCn4vwq6fD7FzLndfHi4iXER8uNyPtnm01bYYBIxgkk1fNJh/XE88lYvzGQISj2k9hjhH7udnSZPu2l1cWKW5WyW7Gf1mXNHjX8KcgtLFhqCgzfJVmpDtmpehHSEjnR2jS2I7mzn+PgvLJLpREcpPrP88/5ysA3gsTs32dDBlIvLPT/QJNzY3", 
        "swapfree_mb": 0, 
        "swaptotal_mb": 0, 
        "system": "Linux", 
        "system_capabilities": [
            "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", 
            "35", 
            "36+ep"
        ], 
        "system_capabilities_enforced": "True", 
        "system_vendor": "Xen", 
        "uptime_seconds": 252, 
        "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 required packages for nbde_client tests] *************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:33
Friday 20 September 2024  21:12:02 -0400 (0:00:00.075)       0:00:01.931 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "changes": {
        "installed": [
            "cryptsetup"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package cryptsetup.x86_64 0:2.0.3-6.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package             Arch            Version                Repository     Size\n================================================================================\nInstalling:\n cryptsetup          x86_64          2.0.3-6.el7            base          154 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package\n\nTotal download size: 154 k\nInstalled size: 354 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : cryptsetup-2.0.3-6.el7.x86_64                                1/1 \n  Verifying  : cryptsetup-2.0.3-6.el7.x86_64                                1/1 \n\nInstalled:\n  cryptsetup.x86_64 0:2.0.3-6.el7                                               \n\nComplete!\n"
    ]
}

TASK [Create temp dir for test on controller] **********************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:37
Friday 20 September 2024  21:12:09 -0400 (0:00:06.324)       0:00:08.256 ****** 
ok: [managed_node3 -> localhost] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/tmp/lsr_nbde_client_OY9ohx", 
    "secontext": "unconfined_u:object_r:user_tmp_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [Set nbde_client_test_encryption_key_src, dest, roles dir] ****************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:45
Friday 20 September 2024  21:12:09 -0400 (0:00:00.293)       0:00:08.549 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "nbde_client_test_encryption_key_dest": "/tmp/encryption_key", 
        "nbde_client_test_encryption_key_src": "/tmp/lsr_nbde_client_OY9ohx/encryption_key"
    }, 
    "changed": false
}

TASK [Deploy NBDE server for testing] ******************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:52
Friday 20 September 2024  21:12:09 -0400 (0:00:00.053)       0:00:08.603 ****** 

TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6
Friday 20 September 2024  21:12:09 -0400 (0:00:00.047)       0:00:08.650 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2
Friday 20 September 2024  21:12:09 -0400 (0:00:00.037)       0:00:08.688 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] *******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10
Friday 20 September 2024  21:12:09 -0400 (0:00:00.045)       0:00:08.734 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15
Friday 20 September 2024  21:12:10 -0400 (0:00:00.410)       0:00:09.145 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_server_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19
Friday 20 September 2024  21:12:10 -0400 (0:00:00.050)       0:00:09.195 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_server_cachedir": "/var/cache/tang", 
        "__nbde_server_group": "tang", 
        "__nbde_server_keydir": "/var/db/tang", 
        "__nbde_server_keygen": "/usr/libexec/tangd-keygen", 
        "__nbde_server_packages": [
            "tang"
        ], 
        "__nbde_server_services": [
            "tangd.socket"
        ], 
        "__nbde_server_update": "/usr/libexec/tangd-update", 
        "__nbde_server_user": "tang"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml"
    ], 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9
Friday 20 September 2024  21:12:10 -0400 (0:00:00.061)       0:00:09.256 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2
Friday 20 September 2024  21:12:10 -0400 (0:00:00.067)       0:00:09.323 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "changes": {
        "installed": [
            "tang"
        ]
    }, 
    "rc": 0, 
    "results": [
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package tang.x86_64 0:6-2.el7 will be installed\n--> Processing Dependency: jose >= 8 for package: tang-6-2.el7.x86_64\n--> Processing Dependency: libjose.so.0(LIBJOSE_1.0)(64bit) for package: tang-6-2.el7.x86_64\n--> Processing Dependency: libjose.so.0()(64bit) for package: tang-6-2.el7.x86_64\n--> Processing Dependency: libhttp_parser.so.2()(64bit) for package: tang-6-2.el7.x86_64\n--> Running transaction check\n---> Package http-parser.x86_64 0:2.7.1-9.el7 will be installed\n---> Package jose.x86_64 0:10-1.el7 will be installed\n---> Package libjose.x86_64 0:10-1.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package              Arch            Version               Repository     Size\n================================================================================\nInstalling:\n tang                 x86_64          6-2.el7               base           37 k\nInstalling for dependencies:\n http-parser          x86_64          2.7.1-9.el7           base           29 k\n jose                 x86_64          10-1.el7              base           47 k\n libjose              x86_64          10-1.el7              base           56 k\n\nTransaction Summary\n================================================================================\nInstall  1 Package (+3 Dependent packages)\n\nTotal download size: 169 k\nInstalled size: 381 k\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              607 kB/s | 169 kB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : libjose-10-1.el7.x86_64                                      1/4 \n  Installing : jose-10-1.el7.x86_64                                         2/4 \n  Installing : http-parser-2.7.1-9.el7.x86_64                               3/4 \n  Installing : tang-6-2.el7.x86_64                                          4/4 \n  Verifying  : tang-6-2.el7.x86_64                                          1/4 \n  Verifying  : libjose-10-1.el7.x86_64                                      2/4 \n  Verifying  : http-parser-2.7.1-9.el7.x86_64                               3/4 \n  Verifying  : jose-10-1.el7.x86_64                                         4/4 \n\nInstalled:\n  tang.x86_64 0:6-2.el7                                                         \n\nDependency Installed:\n  http-parser.x86_64 0:2.7.1-9.el7            jose.x86_64 0:10-1.el7           \n  libjose.x86_64 0:10-1.el7                  \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] *********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8
Friday 20 September 2024  21:12:13 -0400 (0:00:03.577)       0:00:12.901 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] *************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17
Friday 20 September 2024  21:12:13 -0400 (0:00:00.045)       0:00:12.947 ****** 
changed: [managed_node3] => {
    "arguments": {
        "cachedir": "/var/cache/tang", 
        "force": false, 
        "keydir": "/var/db/tang", 
        "keygen": "/usr/libexec/tangd-keygen", 
        "keys_to_deploy_dir": null, 
        "state": "keys-created", 
        "update": "/usr/libexec/tangd-update"
    }, 
    "changed": true, 
    "state": "keys-created"
}

TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26
Friday 20 September 2024  21:12:14 -0400 (0:00:00.442)       0:00:13.389 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30
Friday 20 September 2024  21:12:14 -0400 (0:00:00.045)       0:00:13.434 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml for managed_node3

TASK [Ensure tang port is labeled tangd_port_t for SELinux] ********************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2
Friday 20 September 2024  21:12:14 -0400 (0:00:00.061)       0:00:13.496 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14
Friday 20 September 2024  21:12:14 -0400 (0:00:00.023)       0:00:13.519 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19
Friday 20 September 2024  21:12:14 -0400 (0:00:00.264)       0:00:13.784 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35
Friday 20 September 2024  21:12:14 -0400 (0:00:00.024)       0:00:13.809 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "path": "/etc/systemd/system/tangd.socket.d", 
    "state": "absent"
}

TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44
Friday 20 September 2024  21:12:15 -0400 (0:00:00.401)       0:00:14.210 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53
Friday 20 September 2024  21:12:15 -0400 (0:00:00.024)       0:00:14.234 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_server_port_changed": false
    }, 
    "changed": false
}

TASK [Ensure the desired port is added to firewalld] ***************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57
Friday 20 September 2024  21:12:15 -0400 (0:00:00.026)       0:00:14.260 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34
Friday 20 September 2024  21:12:15 -0400 (0:00:00.022)       0:00:14.282 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39
Friday 20 September 2024  21:12:15 -0400 (0:00:00.022)       0:00:14.305 ****** 
changed: [managed_node3] => (item=tangd.socket) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "enabled": true, 
    "item": "tangd.socket", 
    "name": "tangd.socket", 
    "state": "started", 
    "status": {
        "Accept": "yes", 
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "sysinit.target -.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Backlog": "128", 
        "Before": "sockets.target shutdown.target", 
        "BindIPv6Only": "default", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "Broadcast": "no", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "DeferAcceptUSec": "0", 
        "Delegate": "no", 
        "Description": "Tang Server socket", 
        "DevicePolicy": "auto", 
        "DirectoryMode": "0755", 
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket", 
        "FreeBind": "no", 
        "IOScheduling": "0", 
        "IPTOS": "-1", 
        "IPTTL": "-1", 
        "Id": "tangd.socket", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KeepAlive": "no", 
        "KeepAliveIntervalUSec": "0", 
        "KeepAliveProbes": "0", 
        "KeepAliveTimeUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "ListenStream": "[::]:80", 
        "LoadState": "loaded", 
        "Mark": "-1", 
        "MaxConnections": "64", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "NAccepted": "0", 
        "NConnections": "0", 
        "Names": "tangd.socket", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoDelay": "no", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PassCredentials": "no", 
        "PassSecurity": "no", 
        "PipeSize": "0", 
        "Priority": "-1", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "ReceiveBuffer": "0", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemoveOnStop": "no", 
        "Requires": "sysinit.target -.slice", 
        "Result": "success", 
        "ReusePort": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendBuffer": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "SocketMode": "0666", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Transparent": "no", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "disabled"
    }
}

TASK [Create device for testing] ***********************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:56
Friday 20 September 2024  21:12:15 -0400 (0:00:00.698)       0:00:15.003 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "fallocate", 
        "-l64m", 
        "/tmp/.nbde_client_dev_test"
    ], 
    "delta": "0:00:00.005132", 
    "end": "2024-09-20 21:12:16.349624", 
    "rc": 0, 
    "start": "2024-09-20 21:12:16.344492"
}

TASK [Format test device as LUKS] **********************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:60
Friday 20 September 2024  21:12:16 -0400 (0:00:00.399)       0:00:15.403 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": "set -euo pipefail; echo -n 1asfbJHV53vJH | cryptsetup luksFormat --pbkdf pbkdf2 --pbkdf-force-iterations 1000 --batch-mode --force-password /tmp/.nbde_client_dev_test", 
    "delta": "0:00:00.754224", 
    "end": "2024-09-20 21:12:17.409290", 
    "rc": 0, 
    "start": "2024-09-20 21:12:16.655066"
}

TASK [Create key file for test device] *****************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:68
Friday 20 September 2024  21:12:17 -0400 (0:00:01.145)       0:00:16.549 ****** 
ok: [managed_node3 -> localhost] => {
    "changed": false, 
    "checksum": "8094c3fd71c86b6b387282c0f67f42c3d6b8ae24", 
    "dest": "/tmp/lsr_nbde_client_OY9ohx/encryption_key", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "0ae0430723cc510ae38376405894ad8b", 
    "mode": "0600", 
    "owner": "root", 
    "secontext": "unconfined_u:object_r:admin_home_t:s0", 
    "size": 13, 
    "src": "/root/.ansible/tmp/ansible-tmp-1726881137.6-10342-186303116542418/source", 
    "state": "file", 
    "uid": 0
}

TASK [Use nbde_client role] ****************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:23
Friday 20 September 2024  21:12:18 -0400 (0:00:00.605)       0:00:17.154 ****** 

TASK [fedora.linux_system_roles.nbde_client : Set version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:4
Friday 20 September 2024  21:12:18 -0400 (0:00:00.052)       0:00:17.207 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure ansible_facts used by role] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:2
Friday 20 September 2024  21:12:18 -0400 (0:00:00.040)       0:00:17.248 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Set platform/version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:7
Friday 20 September 2024  21:12:18 -0400 (0:00:00.027)       0:00:17.275 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_client_clear_initrd_netcfg_strategy": "dracut_module", 
        "__nbde_client_dracut_settings": [
            "kernel_cmdline+=\" rd.neednet=1 \"", 
            "omit_dracutmodules+=\" ifcfg \""
        ], 
        "__nbde_client_initramfs_update_cmd": "dracut -fv --regenerate-all\n", 
        "__nbde_client_packages": [
            "clevis", 
            "clevis-dracut", 
            "clevis-luks", 
            "clevis-systemd", 
            "iproute", 
            "NetworkManager"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/vars/CentOS_7.yml"
    ], 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Include the appropriate provider tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:7
Friday 20 September 2024  21:12:18 -0400 (0:00:00.041)       0:00:17.317 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure required packages are installed] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:2
Friday 20 September 2024  21:12:18 -0400 (0:00:00.071)       0:00:17.388 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "changes": {
        "installed": [
            "clevis", 
            "clevis-dracut", 
            "clevis-luks", 
            "clevis-systemd"
        ]
    }, 
    "rc": 0, 
    "results": [
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package clevis.x86_64 0:7-8.el7 will be installed\n--> Processing Dependency: tpm2-tools >= 3.0.0 for package: clevis-7-8.el7.x86_64\n---> Package clevis-dracut.x86_64 0:7-8.el7 will be installed\n---> Package clevis-luks.x86_64 0:7-8.el7 will be installed\n--> Processing Dependency: luksmeta >= 8 for package: clevis-luks-7-8.el7.x86_64\n---> Package clevis-systemd.x86_64 0:7-8.el7 will be installed\n--> Processing Dependency: nc for package: clevis-systemd-7-8.el7.x86_64\n--> Running transaction check\n---> Package luksmeta.x86_64 0:8-2.el7 will be installed\n--> Processing Dependency: libluksmeta(x86-64) = 8-2.el7 for package: luksmeta-8-2.el7.x86_64\n--> Processing Dependency: libluksmeta.so.0()(64bit) for package: luksmeta-8-2.el7.x86_64\n---> Package nmap-ncat.x86_64 2:6.40-19.el7 will be installed\n--> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-ncat-6.40-19.el7.x86_64\n---> Package tpm2-tools.x86_64 0:3.0.4-3.el7 will be installed\n--> Processing Dependency: tpm2-tss(x86-64) >= 1.3.0-1.el7 for package: tpm2-tools-3.0.4-3.el7.x86_64\n--> Processing Dependency: libtcti-tabrmd.so.0()(64bit) for package: tpm2-tools-3.0.4-3.el7.x86_64\n--> Processing Dependency: libtcti-socket.so.0()(64bit) for package: tpm2-tools-3.0.4-3.el7.x86_64\n--> Processing Dependency: libtcti-device.so.0()(64bit) for package: tpm2-tools-3.0.4-3.el7.x86_64\n--> Processing Dependency: libsapi.so.0()(64bit) for package: tpm2-tools-3.0.4-3.el7.x86_64\n--> Running transaction check\n---> Package libluksmeta.x86_64 0:8-2.el7 will be installed\n---> Package libpcap.x86_64 14:1.5.3-13.el7_9 will be installed\n---> Package tpm2-abrmd.x86_64 0:1.1.0-11.el7 will be installed\n---> Package tpm2-tss.x86_64 0:1.4.0-3.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package              Arch         Version                  Repository     Size\n================================================================================\nInstalling:\n clevis               x86_64       7-8.el7                  base           46 k\n clevis-dracut        x86_64       7-8.el7                  base          6.6 k\n clevis-luks          x86_64       7-8.el7                  base           11 k\n clevis-systemd       x86_64       7-8.el7                  base          7.0 k\nInstalling for dependencies:\n libluksmeta          x86_64       8-2.el7                  base           20 k\n libpcap              x86_64       14:1.5.3-13.el7_9        updates       139 k\n luksmeta             x86_64       8-2.el7                  base           15 k\n nmap-ncat            x86_64       2:6.40-19.el7            base          206 k\n tpm2-abrmd           x86_64       1.1.0-11.el7             base           85 k\n tpm2-tools           x86_64       3.0.4-3.el7              base          365 k\n tpm2-tss             x86_64       1.4.0-3.el7              base           62 k\n\nTransaction Summary\n================================================================================\nInstall  4 Packages (+7 Dependent packages)\n\nTotal download size: 963 k\nInstalled size: 3.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              2.0 MB/s | 963 kB  00:00     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : tpm2-tss-1.4.0-3.el7.x86_64                                 1/11 \n  Installing : tpm2-abrmd-1.1.0-11.el7.x86_64                              2/11 \n  Installing : tpm2-tools-3.0.4-3.el7.x86_64                               3/11 \n  Installing : clevis-7-8.el7.x86_64                                       4/11 \n  Installing : libluksmeta-8-2.el7.x86_64                                  5/11 \n  Installing : luksmeta-8-2.el7.x86_64                                     6/11 \n  Installing : clevis-luks-7-8.el7.x86_64                                  7/11 \n  Installing : 14:libpcap-1.5.3-13.el7_9.x86_64                            8/11 \n  Installing : 2:nmap-ncat-6.40-19.el7.x86_64                              9/11 \n  Installing : clevis-systemd-7-8.el7.x86_64                              10/11 \n  Installing : clevis-dracut-7-8.el7.x86_64                               11/11 \n  Verifying  : 14:libpcap-1.5.3-13.el7_9.x86_64                            1/11 \n  Verifying  : clevis-dracut-7-8.el7.x86_64                                2/11 \n  Verifying  : libluksmeta-8-2.el7.x86_64                                  3/11 \n  Verifying  : tpm2-tools-3.0.4-3.el7.x86_64                               4/11 \n  Verifying  : clevis-luks-7-8.el7.x86_64                                  5/11 \n  Verifying  : clevis-7-8.el7.x86_64                                       6/11 \n  Verifying  : tpm2-tss-1.4.0-3.el7.x86_64                                 7/11 \n  Verifying  : 2:nmap-ncat-6.40-19.el7.x86_64                              8/11 \n  Verifying  : clevis-systemd-7-8.el7.x86_64                               9/11 \n  Verifying  : luksmeta-8-2.el7.x86_64                                    10/11 \n  Verifying  : tpm2-abrmd-1.1.0-11.el7.x86_64                             11/11 \n\nInstalled:\n  clevis.x86_64 0:7-8.el7               clevis-dracut.x86_64 0:7-8.el7          \n  clevis-luks.x86_64 0:7-8.el7          clevis-systemd.x86_64 0:7-8.el7         \n\nDependency Installed:\n  libluksmeta.x86_64 0:8-2.el7           libpcap.x86_64 14:1.5.3-13.el7_9      \n  luksmeta.x86_64 0:8-2.el7              nmap-ncat.x86_64 2:6.40-19.el7        \n  tpm2-abrmd.x86_64 0:1.1.0-11.el7       tpm2-tools.x86_64 0:3.0.4-3.el7       \n  tpm2-tss.x86_64 0:1.4.0-3.el7         \n\nComplete!\n"
    ]
}

TASK [fedora.linux_system_roles.nbde_client : Get services] ********************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7
Friday 20 September 2024  21:12:23 -0400 (0:00:04.801)       0:00:22.190 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "NetworkManager.service": {
                "name": "NetworkManager.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "arp-ethers.service": {
                "name": "arp-ethers.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "auditd.service": {
                "name": "auditd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "autovt@.service": {
                "name": "autovt@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "blk-availability.service": {
                "name": "blk-availability.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "brandbot.service": {
                "name": "brandbot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "chrony-wait.service": {
                "name": "chrony-wait.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "chronyd.service": {
                "name": "chronyd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "clevis-luks-askpass.service": {
                "name": "clevis-luks-askpass.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "cloud-config.service": {
                "name": "cloud-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-final.service": {
                "name": "cloud-final.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init-local.service": {
                "name": "cloud-init-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init.service": {
                "name": "cloud-init.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "console-getty.service": {
                "name": "console-getty.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "console-shell.service": {
                "name": "console-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "container-getty@.service": {
                "name": "container-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "cpupower.service": {
                "name": "cpupower.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "crond.service": {
                "name": "crond.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.import1.service": {
                "name": "dbus-org.freedesktop.import1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.machine1.service": {
                "name": "dbus-org.freedesktop.machine1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus.service": {
                "name": "dbus.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "debug-shell.service": {
                "name": "debug-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-mount.service": {
                "name": "dracut-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "ebtables.service": {
                "name": "ebtables.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "emergency.service": {
                "name": "emergency.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "firewalld.service": {
                "name": "firewalld.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "fstrim.service": {
                "name": "fstrim.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "getty@.service": {
                "name": "getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "getty@tty1.service": {
                "name": "getty@tty1.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "gssproxy.service": {
                "name": "gssproxy.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "disabled"
            }, 
            "halt-local.service": {
                "name": "halt-local.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "iprdump.service": {
                "name": "iprdump.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprinit.service": {
                "name": "iprinit.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprupdate.service": {
                "name": "iprupdate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "irqbalance.service": {
                "name": "irqbalance.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "kdump.service": {
                "name": "kdump.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "messagebus.service": {
                "name": "messagebus.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "microcode.service": {
                "name": "microcode.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "netconsole": {
                "name": "netconsole", 
                "source": "sysv", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "network": {
                "name": "network", 
                "source": "sysv", 
                "state": "running", 
                "status": "enabled"
            }, 
            "network.service": {
                "name": "network.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-config.service": {
                "name": "nfs-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-idmap.service": {
                "name": "nfs-idmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-lock.service": {
                "name": "nfs-lock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-mountd.service": {
                "name": "nfs-mountd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-rquotad.service": {
                "name": "nfs-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-secure.service": {
                "name": "nfs-secure.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-server.service": {
                "name": "nfs-server.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "nfs-utils.service": {
                "name": "nfs-utils.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs.service": {
                "name": "nfs.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfslock.service": {
                "name": "nfslock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "plymouth-halt.service": {
                "name": "plymouth-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-quit.service": {
                "name": "plymouth-quit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-start.service": {
                "name": "plymouth-start.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "polkit.service": {
                "name": "polkit.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "postfix.service": {
                "name": "postfix.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "quotaon.service": {
                "name": "quotaon.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rc-local.service": {
                "name": "rc-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rdisc.service": {
                "name": "rdisc.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rescue.service": {
                "name": "rescue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "restraintd.service": {
                "name": "restraintd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rhel-autorelabel-mark.service": {
                "name": "rhel-autorelabel-mark.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-autorelabel.service": {
                "name": "rhel-autorelabel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-configure.service": {
                "name": "rhel-configure.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-dmesg.service": {
                "name": "rhel-dmesg.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-domainname.service": {
                "name": "rhel-domainname.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-import-state.service": {
                "name": "rhel-import-state.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-loadmodules.service": {
                "name": "rhel-loadmodules.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-readonly.service": {
                "name": "rhel-readonly.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rngd.service": {
                "name": "rngd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpc-gssd.service": {
                "name": "rpc-gssd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-rquotad.service": {
                "name": "rpc-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-statd.service": {
                "name": "rpc-statd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpcbind.service": {
                "name": "rpcbind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpcgssd.service": {
                "name": "rpcgssd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rpcidmapd.service": {
                "name": "rpcidmapd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rsyncd.service": {
                "name": "rsyncd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rsyncd@.service": {
                "name": "rsyncd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "rsyslog.service": {
                "name": "rsyslog.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "selinux-policy-migrate-local-changes@.service": {
                "name": "selinux-policy-migrate-local-changes@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "selinux-policy-migrate-local-changes@targeted.service": {
                "name": "selinux-policy-migrate-local-changes@targeted.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "serial-getty@.service": {
                "name": "serial-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "sshd-keygen.service": {
                "name": "sshd-keygen.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "sshd.service": {
                "name": "sshd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "sshd@.service": {
                "name": "sshd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-bootchart.service": {
                "name": "systemd-bootchart.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-halt.service": {
                "name": "systemd-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-importd.service": {
                "name": "systemd-importd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-initctl.service": {
                "name": "systemd-initctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journald.service": {
                "name": "systemd-journald.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-kexec.service": {
                "name": "systemd-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-localed.service": {
                "name": "systemd-localed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-logind.service": {
                "name": "systemd-logind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-machined.service": {
                "name": "systemd-machined.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-nspawn@.service": {
                "name": "systemd-nspawn@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-readahead-collect.service": {
                "name": "systemd-readahead-collect.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-readahead-done.service": {
                "name": "systemd-readahead-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "indirect"
            }, 
            "systemd-readahead-drop.service": {
                "name": "systemd-readahead-drop.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "systemd-readahead-replay.service": {
                "name": "systemd-readahead-replay.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-reboot.service": {
                "name": "systemd-reboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-rfkill@.service": {
                "name": "systemd-rfkill@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-shutdownd.service": {
                "name": "systemd-shutdownd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-suspend.service": {
                "name": "systemd-suspend.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-timedated.service": {
                "name": "systemd-timedated.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udevd.service": {
                "name": "systemd-udevd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-update-done.service": {
                "name": "systemd-update-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "tangd@.service": {
                "name": "tangd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "teamd@.service": {
                "name": "teamd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "tpm2-abrmd.service": {
                "name": "tpm2-abrmd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "tuned.service": {
                "name": "tuned.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "wpa_supplicant.service": {
                "name": "wpa_supplicant.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Enable clevis askpass unit] ******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:10
Friday 20 September 2024  21:12:24 -0400 (0:00:01.128)       0:00:23.318 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "enabled": true, 
    "name": "clevis-luks-askpass.path", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "-.mount sysinit.target", 
        "AllowIsolate": "no", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "clevis-luks-askpass.service remote-fs-pre.target paths.target shutdown.target", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "DefaultDependencies": "yes", 
        "Description": "Clevis systemd-ask-password Watcher", 
        "DirectoryMode": "0755", 
        "FragmentPath": "/usr/lib/systemd/system/clevis-luks-askpass.path", 
        "Id": "clevis-luks-askpass.path", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "LoadState": "loaded", 
        "MakeDirectory": "no", 
        "Names": "clevis-luks-askpass.path", 
        "NeedDaemonReload": "no", 
        "OnFailureJobMode": "replace", 
        "PathChanged": "/run/systemd/ask-password", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "Requires": "-.mount sysinit.target", 
        "RequiresMountsFor": "/run/systemd/ask-password", 
        "Result": "success", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "Transient": "no", 
        "Triggers": "clevis-luks-askpass.service", 
        "Unit": "clevis-luks-askpass.service", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "disabled", 
        "Wants": "remote-fs-pre.target"
    }
}

TASK [fedora.linux_system_roles.nbde_client : Generate nbde_client dracut config] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:17
Friday 20 September 2024  21:12:24 -0400 (0:00:00.567)       0:00:23.886 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "checksum": "0cfaea84b278e3b0faea437b3b8d015e93cc85f5", 
    "dest": "/etc/dracut.conf.d/nbde_client.conf", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "ae2ea3b3459e90472380aaec1fcf443f", 
    "mode": "0444", 
    "owner": "root", 
    "secontext": "system_u:object_r:etc_t:s0", 
    "size": 140, 
    "src": "/root/.ansible/tmp/ansible-tmp-1726881144.93-10630-59768464011507/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:25
Friday 20 September 2024  21:12:25 -0400 (0:00:00.535)       0:00:24.421 ****** 
changed: [managed_node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": true
}

TASK [fedora.linux_system_roles.nbde_client : Create temporary directory to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:39
Friday 20 September 2024  21:12:26 -0400 (0:00:00.622)       0:00:25.044 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/tmp/ansible.XIfZd5nbde_client_encryption_keys", 
    "secontext": "unconfined_u:object_r:user_tmp_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Ensure we transfer key files] ****
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:47
Friday 20 September 2024  21:12:26 -0400 (0:00:00.312)       0:00:25.356 ****** 
skipping: [managed_node3] => (item=None)  => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}
skipping: [managed_node3] => {
    "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.nbde_client : Perform clevis operations] *******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:60
Friday 20 September 2024  21:12:26 -0400 (0:00:00.073)       0:00:25.429 ****** 
NOTIFIED HANDLER fedora.linux_system_roles.nbde_client : Handle nbde_client update initramfs for managed_node3
changed: [managed_node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": true
}

TASK [fedora.linux_system_roles.nbde_client : Remove temporary directory used to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:76
Friday 20 September 2024  21:12:30 -0400 (0:00:03.875)       0:00:29.305 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "path": "/tmp/ansible.XIfZd5nbde_client_encryption_keys", 
    "state": "absent"
}

TASK [fedora.linux_system_roles.nbde_client : Deploy mechanism to clear network configuration generated during early boot] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:84
Friday 20 September 2024  21:12:30 -0400 (0:00:00.358)       0:00:29.663 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing script] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:2
Friday 20 September 2024  21:12:30 -0400 (0:00:00.101)       0:00:29.765 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "checksum": "3cb78067fff4f347ebdeed20dc9bb0d35da6f589", 
    "dest": "/usr/bin/nbde_client-network-flush", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "5848a40a5db34c91f4564b143f28ccc0", 
    "mode": "0755", 
    "owner": "root", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 1158, 
    "src": "/root/.ansible/tmp/ansible-tmp-1726881150.81-10800-131929328100632/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:8
Friday 20 September 2024  21:12:31 -0400 (0:00:00.553)       0:00:30.319 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "checksum": "78dff78fe8a0d0858290dceb59daf9895c9eee59", 
    "dest": "/etc/systemd/system/nbde_client-network-flush.service", 
    "gid": 0, 
    "group": "root", 
    "md5sum": "0cdaafec4a9eb4f32545c849315eb3af", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:systemd_unit_file_t:s0", 
    "size": 267, 
    "src": "/root/.ansible/tmp/ansible-tmp-1726881151.35-10827-5652633245327/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Create a directory for nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:14
Friday 20 September 2024  21:12:31 -0400 (0:00:00.544)       0:00:30.864 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/", 
    "secontext": "unconfined_u:object_r:bin_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20
Friday 20 September 2024  21:12:32 -0400 (0:00:00.291)       0:00:31.155 ****** 
changed: [managed_node3] => (item=module-setup.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "82dd179e743564afa89f53ea23ed23d78ba00ea5", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/module-setup.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "module-setup.sh.j2", 
    "md5sum": "faeb0a8ac5823a5f3d8d6781bdb27230", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 371, 
    "src": "/root/.ansible/tmp/ansible-tmp-1726881152.19-10861-9654065692842/source", 
    "state": "file", 
    "uid": 0
}
changed: [managed_node3] => (item=nbde_client-hook.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "checksum": "5ee22f02077e0cb2d13b331b71199bf09e24e3d6", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/nbde_client-hook.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "nbde_client-hook.sh.j2", 
    "md5sum": "4f2b94389d1c8017c0f7da4fd08d8757", 
    "mode": "0644", 
    "owner": "root", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 836, 
    "src": "/root/.ansible/tmp/ansible-tmp-1726881152.73-10861-54923437798700/source", 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Prepare for network flushing - reset autoconnect-priority] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:30
Friday 20 September 2024  21:12:33 -0400 (0:00:01.297)       0:00:32.453 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "/usr/bin/nbde_client-network-flush", 
        "reset-autoconn-prio"
    ], 
    "delta": "0:00:00.037512", 
    "end": "2024-09-20 21:12:34.011187", 
    "rc": 0, 
    "start": "2024-09-20 21:12:33.973675"
}

TASK [fedora.linux_system_roles.nbde_client : Reload systemd config] ***********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:36
Friday 20 September 2024  21:12:34 -0400 (0:00:00.635)       0:00:33.088 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "name": null, 
    "status": {}
}

TASK [fedora.linux_system_roles.nbde_client : Enable network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:40
Friday 20 September 2024  21:12:34 -0400 (0:00:00.492)       0:00:33.581 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "enabled": true, 
    "name": "nbde_client-network-flush.service", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "system.slice systemd-journald.socket basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Network flush service for nbde_client Ansible role", 
        "DevicePolicy": "auto", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/bin/nbde_client-network-flush ; argv[]=/usr/bin/nbde_client-network-flush flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/etc/systemd/system/nbde_client-network-flush.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "nbde_client-network-flush.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "nbde_client-network-flush.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "system.slice basic.target", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "simple", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "disabled", 
        "Wants": "network-pre.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [Attempt to unlock device] ************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:27
Friday 20 September 2024  21:12:35 -0400 (0:00:00.443)       0:00:34.025 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_unlock_device.yml for managed_node3

TASK [Verify we can unlock the device] *****************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_unlock_device.yml:2
Friday 20 September 2024  21:12:35 -0400 (0:00:00.061)       0:00:34.086 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "clevis", 
        "luks", 
        "unlock", 
        "-d", 
        "/tmp/.nbde_client_dev_test", 
        "-n", 
        "nbde_client_unlocked"
    ], 
    "delta": "0:00:02.220755", 
    "end": "2024-09-20 21:12:37.548818", 
    "rc": 0, 
    "start": "2024-09-20 21:12:35.328063"
}

TASK [Close unlocked device] ***************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_unlock_device.yml:10
Friday 20 September 2024  21:12:37 -0400 (0:00:02.527)       0:00:36.613 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "cryptsetup", 
        "close", 
        "nbde_client_unlocked"
    ], 
    "delta": "0:00:00.043317", 
    "end": "2024-09-20 21:12:37.879633", 
    "rc": 0, 
    "start": "2024-09-20 21:12:37.836316"
}

TASK [Make sure the attempt to unlock succeeded] *******************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:30
Friday 20 September 2024  21:12:37 -0400 (0:00:00.329)       0:00:36.942 ****** 
ok: [managed_node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert idempotency] ******************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:36
Friday 20 September 2024  21:12:37 -0400 (0:00:00.036)       0:00:36.979 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_idempotency.yml for managed_node3

TASK [Use nbde_client role - idempotency check] ********************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_idempotency.yml:2
Friday 20 September 2024  21:12:38 -0400 (0:00:00.047)       0:00:37.026 ****** 

TASK [fedora.linux_system_roles.nbde_client : Set version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:4
Friday 20 September 2024  21:12:38 -0400 (0:00:00.044)       0:00:37.070 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure ansible_facts used by role] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:2
Friday 20 September 2024  21:12:38 -0400 (0:00:00.045)       0:00:37.116 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Set platform/version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:7
Friday 20 September 2024  21:12:38 -0400 (0:00:00.036)       0:00:37.153 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_client_clear_initrd_netcfg_strategy": "dracut_module", 
        "__nbde_client_dracut_settings": [
            "kernel_cmdline+=\" rd.neednet=1 \"", 
            "omit_dracutmodules+=\" ifcfg \""
        ], 
        "__nbde_client_initramfs_update_cmd": "dracut -fv --regenerate-all\n", 
        "__nbde_client_packages": [
            "clevis", 
            "clevis-dracut", 
            "clevis-luks", 
            "clevis-systemd", 
            "iproute", 
            "NetworkManager"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/vars/CentOS_7.yml"
    ], 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Include the appropriate provider tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:7
Friday 20 September 2024  21:12:38 -0400 (0:00:00.052)       0:00:37.206 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure required packages are installed] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:2
Friday 20 September 2024  21:12:38 -0400 (0:00:00.058)       0:00:37.265 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "clevis-7-8.el7.x86_64 providing clevis is already installed", 
        "clevis-dracut-7-8.el7.x86_64 providing clevis-dracut is already installed", 
        "clevis-luks-7-8.el7.x86_64 providing clevis-luks is already installed", 
        "clevis-systemd-7-8.el7.x86_64 providing clevis-systemd is already installed", 
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed"
    ]
}

TASK [fedora.linux_system_roles.nbde_client : Get services] ********************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7
Friday 20 September 2024  21:12:38 -0400 (0:00:00.570)       0:00:37.835 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "NetworkManager.service": {
                "name": "NetworkManager.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "arp-ethers.service": {
                "name": "arp-ethers.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "auditd.service": {
                "name": "auditd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "autovt@.service": {
                "name": "autovt@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "blk-availability.service": {
                "name": "blk-availability.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "brandbot.service": {
                "name": "brandbot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "chrony-wait.service": {
                "name": "chrony-wait.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "chronyd.service": {
                "name": "chronyd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "clevis-luks-askpass.service": {
                "name": "clevis-luks-askpass.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "cloud-config.service": {
                "name": "cloud-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-final.service": {
                "name": "cloud-final.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init-local.service": {
                "name": "cloud-init-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init.service": {
                "name": "cloud-init.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "console-getty.service": {
                "name": "console-getty.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "console-shell.service": {
                "name": "console-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "container-getty@.service": {
                "name": "container-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "cpupower.service": {
                "name": "cpupower.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "crond.service": {
                "name": "crond.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.import1.service": {
                "name": "dbus-org.freedesktop.import1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.machine1.service": {
                "name": "dbus-org.freedesktop.machine1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus.service": {
                "name": "dbus.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "debug-shell.service": {
                "name": "debug-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-mount.service": {
                "name": "dracut-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "ebtables.service": {
                "name": "ebtables.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "emergency.service": {
                "name": "emergency.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "firewalld.service": {
                "name": "firewalld.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "fstrim.service": {
                "name": "fstrim.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "getty@.service": {
                "name": "getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "getty@tty1.service": {
                "name": "getty@tty1.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "gssproxy.service": {
                "name": "gssproxy.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "disabled"
            }, 
            "halt-local.service": {
                "name": "halt-local.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "iprdump.service": {
                "name": "iprdump.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprinit.service": {
                "name": "iprinit.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprupdate.service": {
                "name": "iprupdate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "irqbalance.service": {
                "name": "irqbalance.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "kdump.service": {
                "name": "kdump.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "messagebus.service": {
                "name": "messagebus.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "microcode.service": {
                "name": "microcode.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "nbde_client-network-flush.service": {
                "name": "nbde_client-network-flush.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "netconsole": {
                "name": "netconsole", 
                "source": "sysv", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "network": {
                "name": "network", 
                "source": "sysv", 
                "state": "running", 
                "status": "enabled"
            }, 
            "network.service": {
                "name": "network.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-config.service": {
                "name": "nfs-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-idmap.service": {
                "name": "nfs-idmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-lock.service": {
                "name": "nfs-lock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-mountd.service": {
                "name": "nfs-mountd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-rquotad.service": {
                "name": "nfs-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-secure.service": {
                "name": "nfs-secure.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-server.service": {
                "name": "nfs-server.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "nfs-utils.service": {
                "name": "nfs-utils.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs.service": {
                "name": "nfs.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfslock.service": {
                "name": "nfslock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "plymouth-halt.service": {
                "name": "plymouth-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-quit.service": {
                "name": "plymouth-quit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-start.service": {
                "name": "plymouth-start.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "polkit.service": {
                "name": "polkit.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "postfix.service": {
                "name": "postfix.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "quotaon.service": {
                "name": "quotaon.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rc-local.service": {
                "name": "rc-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rdisc.service": {
                "name": "rdisc.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rescue.service": {
                "name": "rescue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "restraintd.service": {
                "name": "restraintd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rhel-autorelabel-mark.service": {
                "name": "rhel-autorelabel-mark.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-autorelabel.service": {
                "name": "rhel-autorelabel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-configure.service": {
                "name": "rhel-configure.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-dmesg.service": {
                "name": "rhel-dmesg.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-domainname.service": {
                "name": "rhel-domainname.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-import-state.service": {
                "name": "rhel-import-state.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-loadmodules.service": {
                "name": "rhel-loadmodules.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-readonly.service": {
                "name": "rhel-readonly.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rngd.service": {
                "name": "rngd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpc-gssd.service": {
                "name": "rpc-gssd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-rquotad.service": {
                "name": "rpc-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-statd.service": {
                "name": "rpc-statd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpcbind.service": {
                "name": "rpcbind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpcgssd.service": {
                "name": "rpcgssd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rpcidmapd.service": {
                "name": "rpcidmapd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rsyncd.service": {
                "name": "rsyncd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rsyncd@.service": {
                "name": "rsyncd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "rsyslog.service": {
                "name": "rsyslog.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "selinux-policy-migrate-local-changes@.service": {
                "name": "selinux-policy-migrate-local-changes@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "selinux-policy-migrate-local-changes@targeted.service": {
                "name": "selinux-policy-migrate-local-changes@targeted.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "serial-getty@.service": {
                "name": "serial-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "sshd-keygen.service": {
                "name": "sshd-keygen.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "sshd.service": {
                "name": "sshd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "sshd@.service": {
                "name": "sshd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-bootchart.service": {
                "name": "systemd-bootchart.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-halt.service": {
                "name": "systemd-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-importd.service": {
                "name": "systemd-importd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-initctl.service": {
                "name": "systemd-initctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journald.service": {
                "name": "systemd-journald.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-kexec.service": {
                "name": "systemd-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-localed.service": {
                "name": "systemd-localed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-logind.service": {
                "name": "systemd-logind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-machined.service": {
                "name": "systemd-machined.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-nspawn@.service": {
                "name": "systemd-nspawn@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-readahead-collect.service": {
                "name": "systemd-readahead-collect.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-readahead-done.service": {
                "name": "systemd-readahead-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "indirect"
            }, 
            "systemd-readahead-drop.service": {
                "name": "systemd-readahead-drop.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "systemd-readahead-replay.service": {
                "name": "systemd-readahead-replay.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-reboot.service": {
                "name": "systemd-reboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-rfkill@.service": {
                "name": "systemd-rfkill@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-shutdownd.service": {
                "name": "systemd-shutdownd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-suspend.service": {
                "name": "systemd-suspend.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-timedated.service": {
                "name": "systemd-timedated.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udevd.service": {
                "name": "systemd-udevd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-update-done.service": {
                "name": "systemd-update-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "tangd@.service": {
                "name": "tangd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "teamd@.service": {
                "name": "teamd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "tpm2-abrmd.service": {
                "name": "tpm2-abrmd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "tuned.service": {
                "name": "tuned.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "wpa_supplicant.service": {
                "name": "wpa_supplicant.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Enable clevis askpass unit] ******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:10
Friday 20 September 2024  21:12:39 -0400 (0:00:00.890)       0:00:38.726 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "clevis-luks-askpass.path", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "-.mount sysinit.target", 
        "AllowIsolate": "no", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "clevis-luks-askpass.service remote-fs-pre.target paths.target shutdown.target", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "DefaultDependencies": "yes", 
        "Description": "Clevis systemd-ask-password Watcher", 
        "DirectoryMode": "0755", 
        "FragmentPath": "/usr/lib/systemd/system/clevis-luks-askpass.path", 
        "Id": "clevis-luks-askpass.path", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "LoadState": "loaded", 
        "MakeDirectory": "no", 
        "Names": "clevis-luks-askpass.path", 
        "NeedDaemonReload": "no", 
        "OnFailureJobMode": "replace", 
        "PathChanged": "/run/systemd/ask-password", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "Requires": "-.mount sysinit.target", 
        "RequiresMountsFor": "/run/systemd/ask-password", 
        "Result": "success", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "Transient": "no", 
        "Triggers": "clevis-luks-askpass.service", 
        "Unit": "clevis-luks-askpass.service", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "remote-fs.target", 
        "Wants": "remote-fs-pre.target"
    }
}

TASK [fedora.linux_system_roles.nbde_client : Generate nbde_client dracut config] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:17
Friday 20 September 2024  21:12:40 -0400 (0:00:00.515)       0:00:39.242 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "0cfaea84b278e3b0faea437b3b8d015e93cc85f5", 
    "dest": "/etc/dracut.conf.d/nbde_client.conf", 
    "gid": 0, 
    "group": "root", 
    "mode": "0444", 
    "owner": "root", 
    "path": "/etc/dracut.conf.d/nbde_client.conf", 
    "secontext": "system_u:object_r:etc_t:s0", 
    "size": 140, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:25
Friday 20 September 2024  21:12:40 -0400 (0:00:00.703)       0:00:39.946 ****** 
ok: [managed_node3] => {
    "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.nbde_client : Create temporary directory to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:39
Friday 20 September 2024  21:12:43 -0400 (0:00:02.636)       0:00:42.583 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Ensure we transfer key files] ****
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:47
Friday 20 September 2024  21:12:43 -0400 (0:00:00.046)       0:00:42.629 ****** 
skipping: [managed_node3] => (item=None)  => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}
skipping: [managed_node3] => {
    "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.nbde_client : Perform clevis operations] *******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:60
Friday 20 September 2024  21:12:43 -0400 (0:00:00.086)       0:00:42.715 ****** 
skipping: [managed_node3] => {
    "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.nbde_client : Remove temporary directory used to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:76
Friday 20 September 2024  21:12:43 -0400 (0:00:00.053)       0:00:42.769 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Deploy mechanism to clear network configuration generated during early boot] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:84
Friday 20 September 2024  21:12:43 -0400 (0:00:00.053)       0:00:42.823 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing script] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:2
Friday 20 September 2024  21:12:43 -0400 (0:00:00.095)       0:00:42.918 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "3cb78067fff4f347ebdeed20dc9bb0d35da6f589", 
    "dest": "/usr/bin/nbde_client-network-flush", 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/usr/bin/nbde_client-network-flush", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 1158, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:8
Friday 20 September 2024  21:12:44 -0400 (0:00:00.556)       0:00:43.474 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "78dff78fe8a0d0858290dceb59daf9895c9eee59", 
    "dest": "/etc/systemd/system/nbde_client-network-flush.service", 
    "gid": 0, 
    "group": "root", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/systemd/system/nbde_client-network-flush.service", 
    "secontext": "system_u:object_r:systemd_unit_file_t:s0", 
    "size": 267, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Create a directory for nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:14
Friday 20 September 2024  21:12:44 -0400 (0:00:00.519)       0:00:43.993 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/", 
    "secontext": "unconfined_u:object_r:bin_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20
Friday 20 September 2024  21:12:45 -0400 (0:00:00.318)       0:00:44.312 ****** 
ok: [managed_node3] => (item=module-setup.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "checksum": "82dd179e743564afa89f53ea23ed23d78ba00ea5", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/module-setup.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "module-setup.sh.j2", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/module-setup.sh", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 371, 
    "state": "file", 
    "uid": 0
}
ok: [managed_node3] => (item=nbde_client-hook.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "checksum": "5ee22f02077e0cb2d13b331b71199bf09e24e3d6", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/nbde_client-hook.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "nbde_client-hook.sh.j2", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/nbde_client-hook.sh", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 836, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Prepare for network flushing - reset autoconnect-priority] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:30
Friday 20 September 2024  21:12:46 -0400 (0:00:01.202)       0:00:45.514 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "/usr/bin/nbde_client-network-flush", 
        "reset-autoconn-prio"
    ], 
    "delta": "0:00:00.036789", 
    "end": "2024-09-20 21:12:46.877410", 
    "rc": 0, 
    "start": "2024-09-20 21:12:46.840621"
}

TASK [fedora.linux_system_roles.nbde_client : Reload systemd config] ***********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:36
Friday 20 September 2024  21:12:46 -0400 (0:00:00.445)       0:00:45.959 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "name": null, 
    "status": {}
}

TASK [fedora.linux_system_roles.nbde_client : Enable network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:40
Friday 20 September 2024  21:12:47 -0400 (0:00:00.438)       0:00:46.398 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "nbde_client-network-flush.service", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "basic.target systemd-journald.socket system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Network flush service for nbde_client Ansible role", 
        "DevicePolicy": "auto", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/bin/nbde_client-network-flush ; argv[]=/usr/bin/nbde_client-network-flush flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/etc/systemd/system/nbde_client-network-flush.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "nbde_client-network-flush.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "nbde_client-network-flush.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "simple", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [Verify idempotency of clevis operations] *********************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_idempotency.yml:6
Friday 20 September 2024  21:12:47 -0400 (0:00:00.408)       0:00:46.806 ****** 
ok: [managed_node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Rotate keys] *************************************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:39
Friday 20 September 2024  21:12:47 -0400 (0:00:00.044)       0:00:46.850 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/rotate_keys.yml for managed_node3

TASK [Rotate NBDE keys for testing] ********************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/rotate_keys.yml:2
Friday 20 September 2024  21:12:47 -0400 (0:00:00.049)       0:00:46.900 ****** 

TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6
Friday 20 September 2024  21:12:47 -0400 (0:00:00.056)       0:00:46.957 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2
Friday 20 September 2024  21:12:48 -0400 (0:00:00.067)       0:00:47.025 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] *******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10
Friday 20 September 2024  21:12:48 -0400 (0:00:00.043)       0:00:47.068 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15
Friday 20 September 2024  21:12:48 -0400 (0:00:00.032)       0:00:47.101 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19
Friday 20 September 2024  21:12:48 -0400 (0:00:00.032)       0:00:47.133 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_server_cachedir": "/var/cache/tang", 
        "__nbde_server_group": "tang", 
        "__nbde_server_keydir": "/var/db/tang", 
        "__nbde_server_keygen": "/usr/libexec/tangd-keygen", 
        "__nbde_server_packages": [
            "tang"
        ], 
        "__nbde_server_services": [
            "tangd.socket"
        ], 
        "__nbde_server_update": "/usr/libexec/tangd-update", 
        "__nbde_server_user": "tang"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml"
    ], 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9
Friday 20 September 2024  21:12:48 -0400 (0:00:00.072)       0:00:47.206 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2
Friday 20 September 2024  21:12:48 -0400 (0:00:00.102)       0:00:47.308 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "tang-6-2.el7.x86_64 providing tang is already installed"
    ]
}

TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] *********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8
Friday 20 September 2024  21:12:48 -0400 (0:00:00.652)       0:00:47.961 ****** 
changed: [managed_node3] => {
    "arguments": {
        "cachedir": "/var/cache/tang", 
        "force": false, 
        "keydir": "/var/db/tang", 
        "keygen": "/usr/libexec/tangd-keygen", 
        "keys_to_deploy_dir": null, 
        "state": "keys-rotated", 
        "update": "/usr/libexec/tangd-update"
    }, 
    "changed": true, 
    "state": "keys-rotated"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] *************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17
Friday 20 September 2024  21:12:49 -0400 (0:00:00.360)       0:00:48.321 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26
Friday 20 September 2024  21:12:49 -0400 (0:00:00.059)       0:00:48.381 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30
Friday 20 September 2024  21:12:49 -0400 (0:00:00.050)       0:00:48.431 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml for managed_node3

TASK [Ensure tang port is labeled tangd_port_t for SELinux] ********************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2
Friday 20 September 2024  21:12:49 -0400 (0:00:00.110)       0:00:48.542 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14
Friday 20 September 2024  21:12:49 -0400 (0:00:00.050)       0:00:48.592 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19
Friday 20 September 2024  21:12:49 -0400 (0:00:00.373)       0:00:48.965 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35
Friday 20 September 2024  21:12:50 -0400 (0:00:00.055)       0:00:49.021 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "path": "/etc/systemd/system/tangd.socket.d", 
    "state": "absent"
}

TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44
Friday 20 September 2024  21:12:50 -0400 (0:00:00.316)       0:00:49.338 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53
Friday 20 September 2024  21:12:50 -0400 (0:00:00.051)       0:00:49.389 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_server_port_changed": false
    }, 
    "changed": false
}

TASK [Ensure the desired port is added to firewalld] ***************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57
Friday 20 September 2024  21:12:50 -0400 (0:00:00.070)       0:00:49.460 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34
Friday 20 September 2024  21:12:50 -0400 (0:00:00.064)       0:00:49.524 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39
Friday 20 September 2024  21:12:50 -0400 (0:00:00.048)       0:00:49.572 ****** 
ok: [managed_node3] => (item=tangd.socket) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "enabled": true, 
    "item": "tangd.socket", 
    "name": "tangd.socket", 
    "state": "started", 
    "status": {
        "Accept": "yes", 
        "ActiveEnterTimestamp": "Fri 2024-09-20 21:12:15 EDT", 
        "ActiveEnterTimestampMonotonic": "266222744", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "-.slice sysinit.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Fri 2024-09-20 21:12:15 EDT", 
        "AssertTimestampMonotonic": "266221732", 
        "Backlog": "128", 
        "Before": "shutdown.target sockets.target multi-user.target", 
        "BindIPv6Only": "default", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "Broadcast": "no", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Fri 2024-09-20 21:12:15 EDT", 
        "ConditionTimestampMonotonic": "266221731", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "DeferAcceptUSec": "0", 
        "Delegate": "no", 
        "Description": "Tang Server socket", 
        "DevicePolicy": "auto", 
        "DirectoryMode": "0755", 
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket", 
        "FreeBind": "no", 
        "IOScheduling": "0", 
        "IPTOS": "-1", 
        "IPTTL": "-1", 
        "Id": "tangd.socket", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Fri 2024-09-20 21:12:15 EDT", 
        "InactiveExitTimestampMonotonic": "266222744", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KeepAlive": "no", 
        "KeepAliveIntervalUSec": "0", 
        "KeepAliveProbes": "0", 
        "KeepAliveTimeUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "ListenStream": "[::]:80", 
        "LoadState": "loaded", 
        "Mark": "-1", 
        "MaxConnections": "64", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "NAccepted": "6", 
        "NConnections": "0", 
        "Names": "tangd.socket", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoDelay": "no", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PassCredentials": "no", 
        "PassSecurity": "no", 
        "PipeSize": "0", 
        "Priority": "-1", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "ReceiveBuffer": "0", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemoveOnStop": "no", 
        "Requires": "-.slice sysinit.target", 
        "Result": "success", 
        "ReusePort": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendBuffer": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "SocketMode": "0666", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StopWhenUnneeded": "no", 
        "SubState": "listening", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Transparent": "no", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target"
    }
}

TASK [Use nbde_client role - idempotency check - change expected] **************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:42
Friday 20 September 2024  21:12:51 -0400 (0:00:00.433)       0:00:50.006 ****** 

TASK [fedora.linux_system_roles.nbde_client : Set version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:4
Friday 20 September 2024  21:12:51 -0400 (0:00:00.071)       0:00:50.077 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure ansible_facts used by role] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:2
Friday 20 September 2024  21:12:51 -0400 (0:00:00.057)       0:00:50.135 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Set platform/version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:7
Friday 20 September 2024  21:12:51 -0400 (0:00:00.036)       0:00:50.171 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_client_clear_initrd_netcfg_strategy": "dracut_module", 
        "__nbde_client_dracut_settings": [
            "kernel_cmdline+=\" rd.neednet=1 \"", 
            "omit_dracutmodules+=\" ifcfg \""
        ], 
        "__nbde_client_initramfs_update_cmd": "dracut -fv --regenerate-all\n", 
        "__nbde_client_packages": [
            "clevis", 
            "clevis-dracut", 
            "clevis-luks", 
            "clevis-systemd", 
            "iproute", 
            "NetworkManager"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/vars/CentOS_7.yml"
    ], 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Include the appropriate provider tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:7
Friday 20 September 2024  21:12:51 -0400 (0:00:00.053)       0:00:50.224 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure required packages are installed] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:2
Friday 20 September 2024  21:12:51 -0400 (0:00:00.079)       0:00:50.304 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "clevis-7-8.el7.x86_64 providing clevis is already installed", 
        "clevis-dracut-7-8.el7.x86_64 providing clevis-dracut is already installed", 
        "clevis-luks-7-8.el7.x86_64 providing clevis-luks is already installed", 
        "clevis-systemd-7-8.el7.x86_64 providing clevis-systemd is already installed", 
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed"
    ]
}

TASK [fedora.linux_system_roles.nbde_client : Get services] ********************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7
Friday 20 September 2024  21:12:52 -0400 (0:00:00.706)       0:00:51.010 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "NetworkManager.service": {
                "name": "NetworkManager.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "arp-ethers.service": {
                "name": "arp-ethers.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "auditd.service": {
                "name": "auditd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "autovt@.service": {
                "name": "autovt@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "blk-availability.service": {
                "name": "blk-availability.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "brandbot.service": {
                "name": "brandbot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "chrony-wait.service": {
                "name": "chrony-wait.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "chronyd.service": {
                "name": "chronyd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "clevis-luks-askpass.service": {
                "name": "clevis-luks-askpass.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "cloud-config.service": {
                "name": "cloud-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-final.service": {
                "name": "cloud-final.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init-local.service": {
                "name": "cloud-init-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init.service": {
                "name": "cloud-init.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "console-getty.service": {
                "name": "console-getty.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "console-shell.service": {
                "name": "console-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "container-getty@.service": {
                "name": "container-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "cpupower.service": {
                "name": "cpupower.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "crond.service": {
                "name": "crond.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.import1.service": {
                "name": "dbus-org.freedesktop.import1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.machine1.service": {
                "name": "dbus-org.freedesktop.machine1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus.service": {
                "name": "dbus.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "debug-shell.service": {
                "name": "debug-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-mount.service": {
                "name": "dracut-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "ebtables.service": {
                "name": "ebtables.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "emergency.service": {
                "name": "emergency.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "firewalld.service": {
                "name": "firewalld.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "fstrim.service": {
                "name": "fstrim.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "getty@.service": {
                "name": "getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "getty@tty1.service": {
                "name": "getty@tty1.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "gssproxy.service": {
                "name": "gssproxy.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "disabled"
            }, 
            "halt-local.service": {
                "name": "halt-local.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "iprdump.service": {
                "name": "iprdump.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprinit.service": {
                "name": "iprinit.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprupdate.service": {
                "name": "iprupdate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "irqbalance.service": {
                "name": "irqbalance.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "kdump.service": {
                "name": "kdump.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "messagebus.service": {
                "name": "messagebus.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "microcode.service": {
                "name": "microcode.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "nbde_client-network-flush.service": {
                "name": "nbde_client-network-flush.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "netconsole": {
                "name": "netconsole", 
                "source": "sysv", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "network": {
                "name": "network", 
                "source": "sysv", 
                "state": "running", 
                "status": "enabled"
            }, 
            "network.service": {
                "name": "network.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-config.service": {
                "name": "nfs-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-idmap.service": {
                "name": "nfs-idmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-lock.service": {
                "name": "nfs-lock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-mountd.service": {
                "name": "nfs-mountd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-rquotad.service": {
                "name": "nfs-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-secure.service": {
                "name": "nfs-secure.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-server.service": {
                "name": "nfs-server.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "nfs-utils.service": {
                "name": "nfs-utils.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs.service": {
                "name": "nfs.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfslock.service": {
                "name": "nfslock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "plymouth-halt.service": {
                "name": "plymouth-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-quit.service": {
                "name": "plymouth-quit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-start.service": {
                "name": "plymouth-start.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "polkit.service": {
                "name": "polkit.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "postfix.service": {
                "name": "postfix.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "quotaon.service": {
                "name": "quotaon.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rc-local.service": {
                "name": "rc-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rdisc.service": {
                "name": "rdisc.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rescue.service": {
                "name": "rescue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "restraintd.service": {
                "name": "restraintd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rhel-autorelabel-mark.service": {
                "name": "rhel-autorelabel-mark.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-autorelabel.service": {
                "name": "rhel-autorelabel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-configure.service": {
                "name": "rhel-configure.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-dmesg.service": {
                "name": "rhel-dmesg.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-domainname.service": {
                "name": "rhel-domainname.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-import-state.service": {
                "name": "rhel-import-state.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-loadmodules.service": {
                "name": "rhel-loadmodules.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-readonly.service": {
                "name": "rhel-readonly.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rngd.service": {
                "name": "rngd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpc-gssd.service": {
                "name": "rpc-gssd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-rquotad.service": {
                "name": "rpc-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-statd.service": {
                "name": "rpc-statd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpcbind.service": {
                "name": "rpcbind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpcgssd.service": {
                "name": "rpcgssd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rpcidmapd.service": {
                "name": "rpcidmapd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rsyncd.service": {
                "name": "rsyncd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rsyncd@.service": {
                "name": "rsyncd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "rsyslog.service": {
                "name": "rsyslog.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "selinux-policy-migrate-local-changes@.service": {
                "name": "selinux-policy-migrate-local-changes@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "selinux-policy-migrate-local-changes@targeted.service": {
                "name": "selinux-policy-migrate-local-changes@targeted.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "serial-getty@.service": {
                "name": "serial-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "sshd-keygen.service": {
                "name": "sshd-keygen.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "sshd.service": {
                "name": "sshd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "sshd@.service": {
                "name": "sshd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-bootchart.service": {
                "name": "systemd-bootchart.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-halt.service": {
                "name": "systemd-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-importd.service": {
                "name": "systemd-importd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-initctl.service": {
                "name": "systemd-initctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journald.service": {
                "name": "systemd-journald.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-kexec.service": {
                "name": "systemd-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-localed.service": {
                "name": "systemd-localed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-logind.service": {
                "name": "systemd-logind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-machined.service": {
                "name": "systemd-machined.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-nspawn@.service": {
                "name": "systemd-nspawn@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-readahead-collect.service": {
                "name": "systemd-readahead-collect.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-readahead-done.service": {
                "name": "systemd-readahead-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "indirect"
            }, 
            "systemd-readahead-drop.service": {
                "name": "systemd-readahead-drop.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "systemd-readahead-replay.service": {
                "name": "systemd-readahead-replay.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-reboot.service": {
                "name": "systemd-reboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-rfkill@.service": {
                "name": "systemd-rfkill@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-shutdownd.service": {
                "name": "systemd-shutdownd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-suspend.service": {
                "name": "systemd-suspend.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-timedated.service": {
                "name": "systemd-timedated.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udevd.service": {
                "name": "systemd-udevd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-update-done.service": {
                "name": "systemd-update-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "tangd@.service": {
                "name": "tangd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "teamd@.service": {
                "name": "teamd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "tpm2-abrmd.service": {
                "name": "tpm2-abrmd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "tuned.service": {
                "name": "tuned.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "wpa_supplicant.service": {
                "name": "wpa_supplicant.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Enable clevis askpass unit] ******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:10
Friday 20 September 2024  21:12:52 -0400 (0:00:00.982)       0:00:51.993 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "clevis-luks-askpass.path", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "-.mount sysinit.target", 
        "AllowIsolate": "no", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "shutdown.target paths.target remote-fs-pre.target clevis-luks-askpass.service", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "DefaultDependencies": "yes", 
        "Description": "Clevis systemd-ask-password Watcher", 
        "DirectoryMode": "0755", 
        "FragmentPath": "/usr/lib/systemd/system/clevis-luks-askpass.path", 
        "Id": "clevis-luks-askpass.path", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "LoadState": "loaded", 
        "MakeDirectory": "no", 
        "Names": "clevis-luks-askpass.path", 
        "NeedDaemonReload": "no", 
        "OnFailureJobMode": "replace", 
        "PathChanged": "/run/systemd/ask-password", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "Requires": "-.mount sysinit.target", 
        "RequiresMountsFor": "/run/systemd/ask-password", 
        "Result": "success", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "Transient": "no", 
        "Triggers": "clevis-luks-askpass.service", 
        "Unit": "clevis-luks-askpass.service", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "remote-fs.target", 
        "Wants": "remote-fs-pre.target"
    }
}

TASK [fedora.linux_system_roles.nbde_client : Generate nbde_client dracut config] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:17
Friday 20 September 2024  21:12:53 -0400 (0:00:00.437)       0:00:52.431 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "0cfaea84b278e3b0faea437b3b8d015e93cc85f5", 
    "dest": "/etc/dracut.conf.d/nbde_client.conf", 
    "gid": 0, 
    "group": "root", 
    "mode": "0444", 
    "owner": "root", 
    "path": "/etc/dracut.conf.d/nbde_client.conf", 
    "secontext": "system_u:object_r:etc_t:s0", 
    "size": 140, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:25
Friday 20 September 2024  21:12:53 -0400 (0:00:00.556)       0:00:52.987 ****** 
changed: [managed_node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": true
}

TASK [fedora.linux_system_roles.nbde_client : Create temporary directory to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:39
Friday 20 September 2024  21:12:56 -0400 (0:00:02.616)       0:00:55.604 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/tmp/ansible.BAc2Qlnbde_client_encryption_keys", 
    "secontext": "unconfined_u:object_r:user_tmp_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Ensure we transfer key files] ****
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:47
Friday 20 September 2024  21:12:56 -0400 (0:00:00.335)       0:00:55.940 ****** 
skipping: [managed_node3] => (item=None)  => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}
skipping: [managed_node3] => {
    "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.nbde_client : Perform clevis operations] *******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:60
Friday 20 September 2024  21:12:57 -0400 (0:00:00.072)       0:00:56.012 ****** 
changed: [managed_node3] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": true
}

TASK [fedora.linux_system_roles.nbde_client : Remove temporary directory used to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:76
Friday 20 September 2024  21:13:05 -0400 (0:00:08.259)       0:01:04.272 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "path": "/tmp/ansible.BAc2Qlnbde_client_encryption_keys", 
    "state": "absent"
}

TASK [fedora.linux_system_roles.nbde_client : Deploy mechanism to clear network configuration generated during early boot] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:84
Friday 20 September 2024  21:13:05 -0400 (0:00:00.337)       0:01:04.610 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing script] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:2
Friday 20 September 2024  21:13:05 -0400 (0:00:00.061)       0:01:04.672 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "3cb78067fff4f347ebdeed20dc9bb0d35da6f589", 
    "dest": "/usr/bin/nbde_client-network-flush", 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/usr/bin/nbde_client-network-flush", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 1158, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:8
Friday 20 September 2024  21:13:06 -0400 (0:00:00.521)       0:01:05.193 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "78dff78fe8a0d0858290dceb59daf9895c9eee59", 
    "dest": "/etc/systemd/system/nbde_client-network-flush.service", 
    "gid": 0, 
    "group": "root", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/systemd/system/nbde_client-network-flush.service", 
    "secontext": "system_u:object_r:systemd_unit_file_t:s0", 
    "size": 267, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Create a directory for nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:14
Friday 20 September 2024  21:13:06 -0400 (0:00:00.531)       0:01:05.725 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/", 
    "secontext": "unconfined_u:object_r:bin_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20
Friday 20 September 2024  21:13:07 -0400 (0:00:00.300)       0:01:06.025 ****** 
ok: [managed_node3] => (item=module-setup.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "checksum": "82dd179e743564afa89f53ea23ed23d78ba00ea5", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/module-setup.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "module-setup.sh.j2", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/module-setup.sh", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 371, 
    "state": "file", 
    "uid": 0
}
ok: [managed_node3] => (item=nbde_client-hook.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "checksum": "5ee22f02077e0cb2d13b331b71199bf09e24e3d6", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/nbde_client-hook.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "nbde_client-hook.sh.j2", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/nbde_client-hook.sh", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 836, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Prepare for network flushing - reset autoconnect-priority] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:30
Friday 20 September 2024  21:13:07 -0400 (0:00:00.962)       0:01:06.988 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "/usr/bin/nbde_client-network-flush", 
        "reset-autoconn-prio"
    ], 
    "delta": "0:00:00.033136", 
    "end": "2024-09-20 21:13:08.315094", 
    "rc": 0, 
    "start": "2024-09-20 21:13:08.281958"
}

TASK [fedora.linux_system_roles.nbde_client : Reload systemd config] ***********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:36
Friday 20 September 2024  21:13:08 -0400 (0:00:00.397)       0:01:07.386 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "name": null, 
    "status": {}
}

TASK [fedora.linux_system_roles.nbde_client : Enable network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:40
Friday 20 September 2024  21:13:08 -0400 (0:00:00.401)       0:01:07.787 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "nbde_client-network-flush.service", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "systemd-journald.socket basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "multi-user.target shutdown.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Network flush service for nbde_client Ansible role", 
        "DevicePolicy": "auto", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/bin/nbde_client-network-flush ; argv[]=/usr/bin/nbde_client-network-flush flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/etc/systemd/system/nbde_client-network-flush.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "nbde_client-network-flush.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "nbde_client-network-flush.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "simple", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [Assert change happened after key rotation] *******************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:46
Friday 20 September 2024  21:13:09 -0400 (0:00:00.372)       0:01:08.160 ****** 
ok: [managed_node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert idempotency again - change not expected] **************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:51
Friday 20 September 2024  21:13:09 -0400 (0:00:00.034)       0:01:08.194 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_idempotency.yml for managed_node3

TASK [Use nbde_client role - idempotency check] ********************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_idempotency.yml:2
Friday 20 September 2024  21:13:09 -0400 (0:00:00.049)       0:01:08.244 ****** 

TASK [fedora.linux_system_roles.nbde_client : Set version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:4
Friday 20 September 2024  21:13:09 -0400 (0:00:00.079)       0:01:08.323 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure ansible_facts used by role] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:2
Friday 20 September 2024  21:13:09 -0400 (0:00:00.059)       0:01:08.383 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Set platform/version specific variables] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:7
Friday 20 September 2024  21:13:09 -0400 (0:00:00.037)       0:01:08.420 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__nbde_client_clear_initrd_netcfg_strategy": "dracut_module", 
        "__nbde_client_dracut_settings": [
            "kernel_cmdline+=\" rd.neednet=1 \"", 
            "omit_dracutmodules+=\" ifcfg \""
        ], 
        "__nbde_client_initramfs_update_cmd": "dracut -fv --regenerate-all\n", 
        "__nbde_client_packages": [
            "clevis", 
            "clevis-dracut", 
            "clevis-luks", 
            "clevis-systemd", 
            "iproute", 
            "NetworkManager"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/vars/CentOS_7.yml"
    ], 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Include the appropriate provider tasks] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:7
Friday 20 September 2024  21:13:09 -0400 (0:00:00.053)       0:01:08.474 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Ensure required packages are installed] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:2
Friday 20 September 2024  21:13:09 -0400 (0:00:00.059)       0:01:08.534 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "clevis-7-8.el7.x86_64 providing clevis is already installed", 
        "clevis-dracut-7-8.el7.x86_64 providing clevis-dracut is already installed", 
        "clevis-luks-7-8.el7.x86_64 providing clevis-luks is already installed", 
        "clevis-systemd-7-8.el7.x86_64 providing clevis-systemd is already installed", 
        "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed", 
        "1:NetworkManager-1.18.8-2.el7_9.x86_64 providing NetworkManager is already installed"
    ]
}

TASK [fedora.linux_system_roles.nbde_client : Get services] ********************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7
Friday 20 September 2024  21:13:10 -0400 (0:00:00.568)       0:01:09.103 ****** 
ok: [managed_node3] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "NetworkManager.service": {
                "name": "NetworkManager.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "arp-ethers.service": {
                "name": "arp-ethers.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "auditd.service": {
                "name": "auditd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "autovt@.service": {
                "name": "autovt@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "blk-availability.service": {
                "name": "blk-availability.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "brandbot.service": {
                "name": "brandbot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "chrony-wait.service": {
                "name": "chrony-wait.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "chronyd.service": {
                "name": "chronyd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "clevis-luks-askpass.service": {
                "name": "clevis-luks-askpass.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "cloud-config.service": {
                "name": "cloud-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-final.service": {
                "name": "cloud-final.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init-local.service": {
                "name": "cloud-init-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "cloud-init.service": {
                "name": "cloud-init.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "console-getty.service": {
                "name": "console-getty.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "console-shell.service": {
                "name": "console-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "container-getty@.service": {
                "name": "container-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "cpupower.service": {
                "name": "cpupower.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "crond.service": {
                "name": "crond.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.import1.service": {
                "name": "dbus-org.freedesktop.import1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.machine1.service": {
                "name": "dbus-org.freedesktop.machine1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "dbus.service": {
                "name": "dbus.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "debug-shell.service": {
                "name": "debug-shell.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-mount.service": {
                "name": "dracut-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "ebtables.service": {
                "name": "ebtables.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "emergency.service": {
                "name": "emergency.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "firewalld.service": {
                "name": "firewalld.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "fstrim.service": {
                "name": "fstrim.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "getty@.service": {
                "name": "getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "enabled"
            }, 
            "getty@tty1.service": {
                "name": "getty@tty1.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "gssproxy.service": {
                "name": "gssproxy.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "disabled"
            }, 
            "halt-local.service": {
                "name": "halt-local.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "iprdump.service": {
                "name": "iprdump.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprinit.service": {
                "name": "iprinit.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "iprupdate.service": {
                "name": "iprupdate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "irqbalance.service": {
                "name": "irqbalance.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "kdump.service": {
                "name": "kdump.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "messagebus.service": {
                "name": "messagebus.service", 
                "source": "systemd", 
                "state": "active", 
                "status": "static"
            }, 
            "microcode.service": {
                "name": "microcode.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "nbde_client-network-flush.service": {
                "name": "nbde_client-network-flush.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "netconsole": {
                "name": "netconsole", 
                "source": "sysv", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "network": {
                "name": "network", 
                "source": "sysv", 
                "state": "running", 
                "status": "enabled"
            }, 
            "network.service": {
                "name": "network.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-config.service": {
                "name": "nfs-config.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-idmap.service": {
                "name": "nfs-idmap.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-lock.service": {
                "name": "nfs-lock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-mountd.service": {
                "name": "nfs-mountd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs-rquotad.service": {
                "name": "nfs-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfs-secure.service": {
                "name": "nfs-secure.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "nfs-server.service": {
                "name": "nfs-server.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "nfs-utils.service": {
                "name": "nfs-utils.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "nfs.service": {
                "name": "nfs.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "nfslock.service": {
                "name": "nfslock.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "plymouth-halt.service": {
                "name": "plymouth-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-kexec.service": {
                "name": "plymouth-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-poweroff.service": {
                "name": "plymouth-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-quit.service": {
                "name": "plymouth-quit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-read-write.service": {
                "name": "plymouth-read-write.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-reboot.service": {
                "name": "plymouth-reboot.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "plymouth-start.service": {
                "name": "plymouth-start.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "disabled"
            }, 
            "plymouth-switch-root.service": {
                "name": "plymouth-switch-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "polkit.service": {
                "name": "polkit.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "postfix.service": {
                "name": "postfix.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "quotaon.service": {
                "name": "quotaon.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rc-local.service": {
                "name": "rc-local.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rdisc.service": {
                "name": "rdisc.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rescue.service": {
                "name": "rescue.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "restraintd.service": {
                "name": "restraintd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rhel-autorelabel-mark.service": {
                "name": "rhel-autorelabel-mark.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-autorelabel.service": {
                "name": "rhel-autorelabel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-configure.service": {
                "name": "rhel-configure.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-dmesg.service": {
                "name": "rhel-dmesg.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-domainname.service": {
                "name": "rhel-domainname.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-import-state.service": {
                "name": "rhel-import-state.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-loadmodules.service": {
                "name": "rhel-loadmodules.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rhel-readonly.service": {
                "name": "rhel-readonly.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "rngd.service": {
                "name": "rngd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpc-gssd.service": {
                "name": "rpc-gssd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-rquotad.service": {
                "name": "rpc-rquotad.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpc-statd.service": {
                "name": "rpc-statd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "rpcbind.service": {
                "name": "rpcbind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "rpcgssd.service": {
                "name": "rpcgssd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rpcidmapd.service": {
                "name": "rpcidmapd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "rsyncd.service": {
                "name": "rsyncd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "rsyncd@.service": {
                "name": "rsyncd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "rsyslog.service": {
                "name": "rsyslog.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "selinux-policy-migrate-local-changes@.service": {
                "name": "selinux-policy-migrate-local-changes@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "selinux-policy-migrate-local-changes@targeted.service": {
                "name": "selinux-policy-migrate-local-changes@targeted.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "unknown"
            }, 
            "serial-getty@.service": {
                "name": "serial-getty@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "unknown"
            }, 
            "sshd-keygen.service": {
                "name": "sshd-keygen.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "sshd.service": {
                "name": "sshd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "sshd@.service": {
                "name": "sshd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-plymouth.service": {
                "name": "systemd-ask-password-plymouth.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-bootchart.service": {
                "name": "systemd-bootchart.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-halt.service": {
                "name": "systemd-halt.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-importd.service": {
                "name": "systemd-importd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-initctl.service": {
                "name": "systemd-initctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-journald.service": {
                "name": "systemd-journald.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-kexec.service": {
                "name": "systemd-kexec.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-localed.service": {
                "name": "systemd-localed.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-logind.service": {
                "name": "systemd-logind.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-machined.service": {
                "name": "systemd-machined.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-nspawn@.service": {
                "name": "systemd-nspawn@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "disabled"
            }, 
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-readahead-collect.service": {
                "name": "systemd-readahead-collect.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-readahead-done.service": {
                "name": "systemd-readahead-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "indirect"
            }, 
            "systemd-readahead-drop.service": {
                "name": "systemd-readahead-drop.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "enabled"
            }, 
            "systemd-readahead-replay.service": {
                "name": "systemd-readahead-replay.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "enabled"
            }, 
            "systemd-reboot.service": {
                "name": "systemd-reboot.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-rfkill@.service": {
                "name": "systemd-rfkill@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "systemd-shutdownd.service": {
                "name": "systemd-shutdownd.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-suspend.service": {
                "name": "systemd-suspend.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-timedated.service": {
                "name": "systemd-timedated.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "static"
            }, 
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-udevd.service": {
                "name": "systemd-udevd.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "static"
            }, 
            "systemd-update-done.service": {
                "name": "systemd-update-done.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service", 
                "source": "systemd", 
                "state": "stopped", 
                "status": "static"
            }, 
            "tangd@.service": {
                "name": "tangd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "teamd@.service": {
                "name": "teamd@.service", 
                "source": "systemd", 
                "state": "unknown", 
                "status": "static"
            }, 
            "tpm2-abrmd.service": {
                "name": "tpm2-abrmd.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }, 
            "tuned.service": {
                "name": "tuned.service", 
                "source": "systemd", 
                "state": "running", 
                "status": "enabled"
            }, 
            "wpa_supplicant.service": {
                "name": "wpa_supplicant.service", 
                "source": "systemd", 
                "state": "inactive", 
                "status": "disabled"
            }
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Enable clevis askpass unit] ******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:10
Friday 20 September 2024  21:13:10 -0400 (0:00:00.876)       0:01:09.980 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "clevis-luks-askpass.path", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "-.mount sysinit.target", 
        "AllowIsolate": "no", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "clevis-luks-askpass.service remote-fs-pre.target paths.target shutdown.target", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "DefaultDependencies": "yes", 
        "Description": "Clevis systemd-ask-password Watcher", 
        "DirectoryMode": "0755", 
        "FragmentPath": "/usr/lib/systemd/system/clevis-luks-askpass.path", 
        "Id": "clevis-luks-askpass.path", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "LoadState": "loaded", 
        "MakeDirectory": "no", 
        "Names": "clevis-luks-askpass.path", 
        "NeedDaemonReload": "no", 
        "OnFailureJobMode": "replace", 
        "PathChanged": "/run/systemd/ask-password", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "Requires": "-.mount sysinit.target", 
        "RequiresMountsFor": "/run/systemd/ask-password", 
        "Result": "success", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "Transient": "no", 
        "Triggers": "clevis-luks-askpass.service", 
        "Unit": "clevis-luks-askpass.service", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "remote-fs.target", 
        "Wants": "remote-fs-pre.target"
    }
}

TASK [fedora.linux_system_roles.nbde_client : Generate nbde_client dracut config] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:17
Friday 20 September 2024  21:13:11 -0400 (0:00:00.439)       0:01:10.419 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "0cfaea84b278e3b0faea437b3b8d015e93cc85f5", 
    "dest": "/etc/dracut.conf.d/nbde_client.conf", 
    "gid": 0, 
    "group": "root", 
    "mode": "0444", 
    "owner": "root", 
    "path": "/etc/dracut.conf.d/nbde_client.conf", 
    "secontext": "system_u:object_r:etc_t:s0", 
    "size": 140, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:25
Friday 20 September 2024  21:13:11 -0400 (0:00:00.508)       0:01:10.928 ****** 
ok: [managed_node3] => {
    "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.nbde_client : Create temporary directory to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:39
Friday 20 September 2024  21:13:14 -0400 (0:00:02.616)       0:01:13.544 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Ensure we transfer key files] ****
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:47
Friday 20 September 2024  21:13:14 -0400 (0:00:00.033)       0:01:13.577 ****** 
skipping: [managed_node3] => (item=None)  => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", 
    "changed": false
}
skipping: [managed_node3] => {
    "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.nbde_client : Perform clevis operations] *******
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:60
Friday 20 September 2024  21:13:14 -0400 (0:00:00.065)       0:01:13.643 ****** 
skipping: [managed_node3] => {
    "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.nbde_client : Remove temporary directory used to hold key files] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:76
Friday 20 September 2024  21:13:14 -0400 (0:00:00.033)       0:01:13.676 ****** 
skipping: [managed_node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Deploy mechanism to clear network configuration generated during early boot] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:84
Friday 20 September 2024  21:13:14 -0400 (0:00:00.031)       0:01:13.708 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml for managed_node3

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing script] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:2
Friday 20 September 2024  21:13:14 -0400 (0:00:00.059)       0:01:13.767 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "3cb78067fff4f347ebdeed20dc9bb0d35da6f589", 
    "dest": "/usr/bin/nbde_client-network-flush", 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/usr/bin/nbde_client-network-flush", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 1158, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:8
Friday 20 September 2024  21:13:15 -0400 (0:00:00.479)       0:01:14.247 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "checksum": "78dff78fe8a0d0858290dceb59daf9895c9eee59", 
    "dest": "/etc/systemd/system/nbde_client-network-flush.service", 
    "gid": 0, 
    "group": "root", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/etc/systemd/system/nbde_client-network-flush.service", 
    "secontext": "system_u:object_r:systemd_unit_file_t:s0", 
    "size": 267, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Create a directory for nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:14
Friday 20 September 2024  21:13:15 -0400 (0:00:00.478)       0:01:14.726 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0755", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/", 
    "secontext": "unconfined_u:object_r:bin_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20
Friday 20 September 2024  21:13:16 -0400 (0:00:00.289)       0:01:15.016 ****** 
ok: [managed_node3] => (item=module-setup.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "checksum": "82dd179e743564afa89f53ea23ed23d78ba00ea5", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/module-setup.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "module-setup.sh.j2", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/module-setup.sh", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 371, 
    "state": "file", 
    "uid": 0
}
ok: [managed_node3] => (item=nbde_client-hook.sh.j2) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "checksum": "5ee22f02077e0cb2d13b331b71199bf09e24e3d6", 
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/nbde_client-hook.sh", 
    "gid": 0, 
    "group": "root", 
    "item": "nbde_client-hook.sh.j2", 
    "mode": "0644", 
    "owner": "root", 
    "path": "/usr/lib/dracut/modules.d/60nbde_client/nbde_client-hook.sh", 
    "secontext": "system_u:object_r:bin_t:s0", 
    "size": 836, 
    "state": "file", 
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Prepare for network flushing - reset autoconnect-priority] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:30
Friday 20 September 2024  21:13:16 -0400 (0:00:00.974)       0:01:15.990 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "/usr/bin/nbde_client-network-flush", 
        "reset-autoconn-prio"
    ], 
    "delta": "0:00:00.033372", 
    "end": "2024-09-20 21:13:17.327300", 
    "rc": 0, 
    "start": "2024-09-20 21:13:17.293928"
}

TASK [fedora.linux_system_roles.nbde_client : Reload systemd config] ***********
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:36
Friday 20 September 2024  21:13:17 -0400 (0:00:00.405)       0:01:16.396 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "name": null, 
    "status": {}
}

TASK [fedora.linux_system_roles.nbde_client : Enable network flushing service] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:40
Friday 20 September 2024  21:13:17 -0400 (0:00:00.415)       0:01:16.811 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "nbde_client-network-flush.service", 
    "status": {
        "ActiveEnterTimestampMonotonic": "0", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "inactive", 
        "After": "systemd-journald.socket basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "no", 
        "AssertTimestampMonotonic": "0", 
        "Before": "multi-user.target network-pre.target shutdown.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "no", 
        "ConditionTimestampMonotonic": "0", 
        "Conflicts": "shutdown.target", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Network flush service for nbde_client Ansible role", 
        "DevicePolicy": "auto", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "0", 
        "ExecMainStartTimestampMonotonic": "0", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/bin/nbde_client-network-flush ; argv[]=/usr/bin/nbde_client-network-flush flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/etc/systemd/system/nbde_client-network-flush.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "nbde_client-network-flush.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestampMonotonic": "0", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "0", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "nbde_client-network-flush.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "dead", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "simple", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestampMonotonic": "0", 
        "WatchdogUSec": "0"
    }
}

TASK [Verify idempotency of clevis operations] *********************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_idempotency.yml:6
Friday 20 September 2024  21:13:18 -0400 (0:00:00.384)       0:01:17.196 ****** 
ok: [managed_node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Clean up test environment] ***********************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:55
Friday 20 September 2024  21:13:18 -0400 (0:00:00.037)       0:01:17.233 ****** 
included: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/cleanup_test.yml for managed_node3

TASK [Clean up sample testing device] ******************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/cleanup_test.yml:2
Friday 20 September 2024  21:13:18 -0400 (0:00:00.056)       0:01:17.289 ****** 
changed: [managed_node3] => {
    "changed": true, 
    "path": "/tmp/.nbde_client_dev_test", 
    "state": "absent"
}

TASK [Clean up test dir on controller] *****************************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/cleanup_test.yml:7
Friday 20 September 2024  21:13:18 -0400 (0:00:00.301)       0:01:17.591 ****** 
changed: [managed_node3 -> localhost] => {
    "changed": true, 
    "path": "/tmp/lsr_nbde_client_OY9ohx", 
    "state": "absent"
}

TASK [Clean up test encryption key on managed host] ****************************
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/cleanup_test.yml:13
Friday 20 September 2024  21:13:18 -0400 (0:00:00.187)       0:01:17.779 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "path": "/tmp/encryption_key", 
    "state": "absent"
}

RUNNING HANDLER [fedora.linux_system_roles.nbde_client : Handle nbde_client update initramfs] ***
task path: /tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/handlers/main.yml:4
Friday 20 September 2024  21:13:19 -0400 (0:00:00.278)       0:01:18.057 ****** 
ok: [managed_node3] => {
    "changed": false, 
    "cmd": [
        "dracut", 
        "-fv", 
        "--regenerate-all"
    ], 
    "delta": "0:00:50.057651", 
    "end": "2024-09-20 21:14:09.373520", 
    "rc": 0, 
    "start": "2024-09-20 21:13:19.315869"
}

STDERR:

Executing: /usr/sbin/dracut --kver=3.10.0-1160.119.1.el7.x86_64 -fv
dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut module 'ifcfg' will not be installed, because it's in the list to be omitted!
dracut module 'nbde_client' depends on 'network-manager', which can't be installed
dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found!
dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found!
dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
*** Including module: bash ***
*** Including module: nss-softokn ***
*** Including module: i18n ***
*** Including module: network ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: clevis ***
*** Including module: crypt ***
*** Including module: dm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 60-persistent-storage-dm.rules
Skipping udev rule: 55-dm.rules
*** Including module: kernel-modules ***
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 40-redhat-cpu-hotplug.rules
Skipping udev rule: 91-permissions.rules
*** Including module: biosdevname ***
*** Including module: systemd ***
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: microcode_ctl-fw_dir_override ***
  microcode_ctl module: mangling fw_dir
    microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware"
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel"...
intel: model '', path ' intel-ucode/*', kvers ''
      microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.119.1.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"...
intel-06-2d-07: model 'GenuineIntel 06-2d-07', path ' intel-ucode/06-2d-07', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-2d-07', skipping
    microcode_ctl: configuration "intel-06-2d-07" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"...
intel-06-4e-03: model 'GenuineIntel 06-4e-03', path ' intel-ucode/06-4e-03', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-4e-03', skipping
    microcode_ctl: configuration "intel-06-4e-03" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"...
intel-06-4f-01: model 'GenuineIntel 06-4f-01', path ' intel-ucode/06-4f-01', kvers ' 4.17.0 3.10.0-894 3.10.0-862.6.1 3.10.0-693.35.1 3.10.0-514.52.1 3.10.0-327.70.1 2.6.32-754.1.1 2.6.32-573.58.1 2.6.32-504.71.1 2.6.32-431.90.1 2.6.32-358.90.1'
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-4f-01', skipping
    microcode_ctl: configuration "intel-06-4f-01" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"...
intel-06-55-04: model 'GenuineIntel 06-55-04', path ' intel-ucode/06-55-04', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-55-04', skipping
    microcode_ctl: configuration "intel-06-55-04" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"...
intel-06-5e-03: model 'GenuineIntel 06-5e-03', path ' intel-ucode/06-5e-03', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-5e-03', skipping
    microcode_ctl: configuration "intel-06-5e-03" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"...
intel-06-8c-01: model 'GenuineIntel 06-8c-01', path ' intel-ucode/06-8c-01', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-8c-01', skipping
    microcode_ctl: configuration "intel-06-8c-01" is ignored
    microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware"
*** Including module: shutdown ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image contents ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
*** Creating image file ***
*** Creating microcode section ***
*** Created microcode section ***
*** Creating image file done ***
*** Creating initramfs image file '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64.img' done ***
Executing: /usr/sbin/dracut --kver=3.10.0-1160.el7.x86_64 -fv
dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut module 'ifcfg' will not be installed, because it's in the list to be omitted!
dracut module 'nbde_client' depends on 'network-manager', which can't be installed
dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found!
dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found!
dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found!
dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
*** Including module: bash ***
*** Including module: nss-softokn ***
*** Including module: i18n ***
*** Including module: network ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: clevis ***
*** Including module: crypt ***
*** Including module: dm ***
Skipping udev rule: 64-device-mapper.rules
Skipping udev rule: 60-persistent-storage-dm.rules
Skipping udev rule: 55-dm.rules
*** Including module: kernel-modules ***
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 40-redhat-cpu-hotplug.rules
Skipping udev rule: 91-permissions.rules
*** Including module: biosdevname ***
*** Including module: systemd ***
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: microcode_ctl-fw_dir_override ***
  microcode_ctl module: mangling fw_dir
    microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware"
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel"...
intel: model '', path ' intel-ucode/*', kvers ''
      microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"...
intel-06-2d-07: model 'GenuineIntel 06-2d-07', path ' intel-ucode/06-2d-07', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-2d-07', skipping
    microcode_ctl: configuration "intel-06-2d-07" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"...
intel-06-4e-03: model 'GenuineIntel 06-4e-03', path ' intel-ucode/06-4e-03', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-4e-03', skipping
    microcode_ctl: configuration "intel-06-4e-03" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"...
intel-06-4f-01: model 'GenuineIntel 06-4f-01', path ' intel-ucode/06-4f-01', kvers ' 4.17.0 3.10.0-894 3.10.0-862.6.1 3.10.0-693.35.1 3.10.0-514.52.1 3.10.0-327.70.1 2.6.32-754.1.1 2.6.32-573.58.1 2.6.32-504.71.1 2.6.32-431.90.1 2.6.32-358.90.1'
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-4f-01', skipping
    microcode_ctl: configuration "intel-06-4f-01" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"...
intel-06-55-04: model 'GenuineIntel 06-55-04', path ' intel-ucode/06-55-04', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-55-04', skipping
    microcode_ctl: configuration "intel-06-55-04" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"...
intel-06-5e-03: model 'GenuineIntel 06-5e-03', path ' intel-ucode/06-5e-03', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-5e-03', skipping
    microcode_ctl: configuration "intel-06-5e-03" is ignored
    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"...
intel-06-8c-01: model 'GenuineIntel 06-8c-01', path ' intel-ucode/06-8c-01', kvers ''
Current CPU model 'GenuineIntel 06-3f-02' doesn't match configuration CPU model 'GenuineIntel 06-8c-01', skipping
    microcode_ctl: configuration "intel-06-8c-01" is ignored
    microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware"
*** Including module: shutdown ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image contents ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
*** Creating image file ***
*** Creating microcode section ***
*** Created microcode section ***
*** Creating image file done ***
*** Creating initramfs image file '/boot/initramfs-3.10.0-1160.el7.x86_64.img' done ***
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node3              : ok=120  changed=23   unreachable=0    failed=0    skipped=32   rescued=0    ignored=0   

Friday 20 September 2024  21:14:09 -0400 (0:00:50.379)       0:02:08.437 ****** 
=============================================================================== 
fedora.linux_system_roles.nbde_client : Handle nbde_client update initramfs -- 50.38s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/handlers/main.yml:4 
fedora.linux_system_roles.nbde_client : Perform clevis operations ------- 8.26s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:60 
Install required packages for nbde_client tests ------------------------- 6.32s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:33 
fedora.linux_system_roles.nbde_client : Ensure required packages are installed --- 4.80s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:2 
fedora.linux_system_roles.nbde_client : Perform clevis operations ------- 3.88s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:60 
fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 3.58s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 
fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state --- 2.64s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:25 
fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state --- 2.62s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:25 
fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state --- 2.62s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:25 
Verify we can unlock the device ----------------------------------------- 2.53s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/verify_unlock_device.yml:2 
fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module --- 1.30s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20 
Gathering Facts --------------------------------------------------------- 1.21s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tests_key_rotation.yml:8 
fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module --- 1.20s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20 
Format test device as LUKS ---------------------------------------------- 1.15s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/tests/nbde_client/tasks/setup_test.yml:60 
fedora.linux_system_roles.nbde_client : Get services -------------------- 1.13s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7 
fedora.linux_system_roles.nbde_client : Get services -------------------- 0.98s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7 
fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module --- 0.97s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20 
fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module --- 0.96s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/clear_initrd_netcfg-dracut_module.yml:20 
fedora.linux_system_roles.nbde_client : Get services -------------------- 0.89s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7 
fedora.linux_system_roles.nbde_client : Get services -------------------- 0.88s
/tmp/collections-XGd/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7