ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpb1gpv9bl
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: centos-8_setup.yml ***************************************************
1 plays in /cache/centos-8_setup.yml

PLAY [Enable HA repos] *********************************************************
META: ran handlers

TASK [Enable HA repos] *********************************************************
task path: /cache/centos-8_setup.yml:5
Tuesday 19 July 2022  20:00:52 +0000 (0:00:00.017)       0:00:00.017 ********** 
changed: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/libexec/platform-python"
    },
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "ha"
    ],
    "delta": "0:00:00.214043",
    "end": "2022-07-19 20:00:52.269955",
    "rc": 0,
    "start": "2022-07-19 20:00:52.055912"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-8.qcow2      : ok=1    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Tuesday 19 July 2022  20:00:53 +0000 (0:00:00.806)       0:00:00.824 ********** 
=============================================================================== 
Enable HA repos --------------------------------------------------------- 0.81s
/cache/centos-8_setup.yml:5 ---------------------------------------------------

PLAYBOOK: tests_default_vars.yml ***********************************************
1 plays in /tmp/tmp_on0bpeh/tests/tests_default_vars.yml

PLAY [Ensure that the role declares all parameters in defaults] ****************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp_on0bpeh/tests/tests_default_vars.yml:2
Tuesday 19 July 2022  20:00:53 +0000 (0:00:00.014)       0:00:00.838 ********** 
ok: [/cache/centos-8.qcow2]
META: ran handlers

TASK [linux-system-roles.nbde_client : Set version specific variables] *********
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main.yml:4
Tuesday 19 July 2022  20:00:54 +0000 (0:00:01.070)       0:00:01.908 ********** 
included: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.nbde_client : Ensure ansible_facts used by role] ******
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/set_vars.yml:2
Tuesday 19 July 2022  20:00:54 +0000 (0:00:00.028)       0:00:01.936 ********** 
ok: [/cache/centos-8.qcow2]

TASK [linux-system-roles.nbde_client : Set platform/version specific variables] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/set_vars.yml:9
Tuesday 19 July 2022  20:00:55 +0000 (0:00:00.510)       0:00:02.447 ********** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__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/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/vars/CentOS_8.yml"
    ],
    "changed": false
}

TASK [linux-system-roles.nbde_client : Include the appropriate provider tasks] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main.yml:7
Tuesday 19 July 2022  20:00:55 +0000 (0:00:00.050)       0:00:02.497 ********** 
included: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml for /cache/centos-8.qcow2

TASK [linux-system-roles.nbde_client : Ensure required packages are installed] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:2
Tuesday 19 July 2022  20:00:55 +0000 (0:00:00.035)       0:00:02.532 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.nbde_client : Enable clevis askpass unit] *************
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:7
Tuesday 19 July 2022  20:00:57 +0000 (0:00:02.225)       0:00:04.758 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "clevis-luks-askpass.path",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "-.mount",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "clevis-luks-askpass.service cryptsetup-pre.target",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "DefaultDependencies": "no",
        "Description": "Forward Password Requests to Clevis Directory Watch",
        "DirectoryMode": "0755",
        "Documentation": "man:clevis-luks-unlockers(7)",
        "FailureAction": "none",
        "FragmentPath": "/usr/lib/systemd/system/clevis-luks-askpass.path",
        "FreezerState": "running",
        "Id": "clevis-luks-askpass.path",
        "IgnoreOnIsolate": "no",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "LoadState": "loaded",
        "MakeDirectory": "yes",
        "Names": "clevis-luks-askpass.path",
        "NeedDaemonReload": "no",
        "OnFailureJobMode": "replace",
        "Paths": "/run/systemd/ask-password (DirectoryNotEmpty)",
        "Perpetual": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "Requires": "-.mount",
        "RequiresMountsFor": "/run/systemd/ask-password",
        "Result": "success",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StateChangeTimestamp": "Tue 2022-07-19 19:59:57 UTC",
        "StateChangeTimestampMonotonic": "67855393",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "Transient": "no",
        "Triggers": "clevis-luks-askpass.service",
        "Unit": "clevis-luks-askpass.service",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "WantedBy": "cryptsetup.target",
        "Wants": "cryptsetup-pre.target"
    }
}

TASK [linux-system-roles.nbde_client : Generate nbde_client dracut config] *****
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:12
Tuesday 19 July 2022  20:00:58 +0000 (0:00:00.767)       0:00:05.525 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "checksum": "baf43726e7fec14c1cf60a5127853f5988def29a",
    "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": 91,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.nbde_client : Check whether devices are at the desired state] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:19
Tuesday 19 July 2022  20:00:59 +0000 (0:00:00.897)       0:00:06.423 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.nbde_client : Create temporary directory to hold key files] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:29
Tuesday 19 July 2022  20:00:59 +0000 (0:00:00.031)       0:00:06.455 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.nbde_client : Ensure we transfer key files] ***********
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:37
Tuesday 19 July 2022  20:00:59 +0000 (0:00:00.023)       0:00:06.478 ********** 

TASK [linux-system-roles.nbde_client : Perform clevis operations] **************
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:49
Tuesday 19 July 2022  20:00:59 +0000 (0:00:00.016)       0:00:06.495 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.nbde_client : Remove temporary directory used to hold key files] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:59
Tuesday 19 July 2022  20:00:59 +0000 (0:00:00.022)       0:00:06.517 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.nbde_client : Deploy network flushing script] *********
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:73
Tuesday 19 July 2022  20:00:59 +0000 (0:00:00.021)       0:00:06.539 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "checksum": "4543d4e7d1e66294cac47801a6b6675dcbceaa6c",
    "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": 1109,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.nbde_client : Deploy network flushing service] ********
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:79
Tuesday 19 July 2022  20:00:59 +0000 (0:00:00.605)       0:00:07.144 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "checksum": "dab1b7cd151ef2cd24efe8108020d2071b473cbe",
    "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": 218,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.nbde_client : Deploy nbde_client dracut network flushing module] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:85
Tuesday 19 July 2022  20:01:00 +0000 (0:00:00.649)       0:00:07.794 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/",
    "src": "/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/files/nbde_client/"
}

TASK [linux-system-roles.nbde_client : Prepare for network flushing - reset autoconnect-priority] ***
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:92
Tuesday 19 July 2022  20:01:01 +0000 (0:00:01.165)       0:00:08.959 ********** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/usr/bin/nbde_client-network-flush",
        "reset-autoconn-prio"
    ],
    "delta": "0:00:00.086502",
    "end": "2022-07-19 20:01:00.860636",
    "rc": 0,
    "start": "2022-07-19 20:01:00.774134"
}

STDERR:

/usr/bin/nbde_client-network-flush: line 24: [: 0
0: integer expression expected
Setting autoconnect-priority of connection ens3 to zero
/usr/bin/nbde_client-network-flush: line 24: [: 0
0: integer expression expected
Setting autoconnect-priority of connection ens3 to zero

TASK [linux-system-roles.nbde_client : Reload systemd config] ******************
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:98
Tuesday 19 July 2022  20:01:01 +0000 (0:00:00.451)       0:00:09.410 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [linux-system-roles.nbde_client : Enable network flushing service] ********
task path: /tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:102
Tuesday 19 July 2022  20:01:02 +0000 (0:00:00.599)       0:00:10.010 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "nbde_client-network-flush.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice systemd-journald.socket basic.target sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Network flush service for nbde_client Ansible role",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "nbde_client-network-flush.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6968",
        "LimitNPROCSoft": "6968",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6968",
        "LimitSIGPENDINGSoft": "6968",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "nbde_client-network-flush.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11149",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
META: role_complete for /cache/centos-8.qcow2

TASK [Assert that the role declares all parameters in defaults] ****************
task path: /tmp/tmp_on0bpeh/tests/tests_default_vars.yml:9
Tuesday 19 July 2022  20:01:03 +0000 (0:00:00.519)       0:00:10.529 ********** 
ok: [/cache/centos-8.qcow2] => (item=nbde_client_provider) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "nbde_client_provider"
}

MSG:

All assertions passed
ok: [/cache/centos-8.qcow2] => (item=nbde_client_bindings) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "nbde_client_bindings"
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-8.qcow2      : ok=16   changed=2    unreachable=0    failed=0    skipped=5    rescued=0    ignored=0   

Tuesday 19 July 2022  20:01:03 +0000 (0:00:00.085)       0:00:10.615 ********** 
=============================================================================== 
linux-system-roles.nbde_client : Ensure required packages are installed --- 2.23s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:2 
linux-system-roles.nbde_client : Deploy nbde_client dracut network flushing module --- 1.17s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:85 
Gathering Facts --------------------------------------------------------- 1.07s
/tmp/tmp_on0bpeh/tests/tests_default_vars.yml:2 -------------------------------
linux-system-roles.nbde_client : Generate nbde_client dracut config ----- 0.90s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:12 
Enable HA repos --------------------------------------------------------- 0.81s
/cache/centos-8_setup.yml:5 ---------------------------------------------------
linux-system-roles.nbde_client : Enable clevis askpass unit ------------- 0.77s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:7 
linux-system-roles.nbde_client : Deploy network flushing service -------- 0.65s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:79 
linux-system-roles.nbde_client : Deploy network flushing script --------- 0.61s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:73 
linux-system-roles.nbde_client : Reload systemd config ------------------ 0.60s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:98 
linux-system-roles.nbde_client : Enable network flushing service -------- 0.52s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:102 
linux-system-roles.nbde_client : Ensure ansible_facts used by role ------ 0.51s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/set_vars.yml:2 
linux-system-roles.nbde_client : Prepare for network flushing - reset autoconnect-priority --- 0.45s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:92 
Assert that the role declares all parameters in defaults ---------------- 0.09s
/tmp/tmp_on0bpeh/tests/tests_default_vars.yml:9 -------------------------------
linux-system-roles.nbde_client : Set platform/version specific variables --- 0.05s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/set_vars.yml:9 
linux-system-roles.nbde_client : Include the appropriate provider tasks --- 0.04s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main.yml:7 --
linux-system-roles.nbde_client : Check whether devices are at the desired state --- 0.03s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:19 
linux-system-roles.nbde_client : Set version specific variables --------- 0.03s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main.yml:4 --
linux-system-roles.nbde_client : Create temporary directory to hold key files --- 0.02s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:29 
linux-system-roles.nbde_client : Perform clevis operations -------------- 0.02s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:49 
linux-system-roles.nbde_client : Remove temporary directory used to hold key files --- 0.02s
/tmp/tmp_on0bpeh/tests/roles/linux-system-roles.nbde_client/tasks/main-clevis.yml:59 
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpb1gpv9bl
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: centos-8_setup.yml ***************************************************
1 plays in /cache/centos-8_setup.yml

PLAY [Enable HA repos] *********************************************************
META: ran handlers

TASK [Enable HA repos] *********************************************************
task path: /cache/centos-8_setup.yml:5
Tuesday 19 July 2022  20:15:48 +0000 (0:00:00.019)       0:00:00.019 ********** 
changed: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/libexec/platform-python"
    },
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "ha"
    ],
    "delta": "0:00:00.213362",
    "end": "2022-07-19 20:15:48.388077",
    "rc": 0,
    "start": "2022-07-19 20:15:48.174715"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-8.qcow2      : ok=1    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Tuesday 19 July 2022  20:15:48 +0000 (0:00:00.804)       0:00:00.823 ********** 
=============================================================================== 
Enable HA repos --------------------------------------------------------- 0.80s
/cache/centos-8_setup.yml:5 ---------------------------------------------------

PLAYBOOK: tests_default_vars.yml ***********************************************
1 plays in /tmp/tmps_13l_o0/tests/nbde_client/tests_default_vars.yml

PLAY [Ensure that the role declares all parameters in defaults] ****************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmps_13l_o0/tests/nbde_client/tests_default_vars.yml:2
Tuesday 19 July 2022  20:15:48 +0000 (0:00:00.015)       0:00:00.839 ********** 
ok: [/cache/centos-8.qcow2]
META: ran handlers

TASK [fedora.linux_system_roles.nbde_client : Set version specific variables] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:4
Tuesday 19 July 2022  20:15:50 +0000 (0:00:01.048)       0:00:01.887 ********** 
included: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.nbde_client : Ensure ansible_facts used by role] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:2
Tuesday 19 July 2022  20:15:50 +0000 (0:00:00.027)       0:00:01.914 ********** 
ok: [/cache/centos-8.qcow2]

TASK [fedora.linux_system_roles.nbde_client : Set platform/version specific variables] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:7
Tuesday 19 July 2022  20:15:50 +0000 (0:00:00.504)       0:00:02.418 ********** 
ok: [/cache/centos-8.qcow2] => {
    "ansible_facts": {
        "__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/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/vars/CentOS_8.yml"
    ],
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_client : Include the appropriate provider tasks] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:7
Tuesday 19 July 2022  20:15:50 +0000 (0:00:00.036)       0:00:02.455 ********** 
included: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml for /cache/centos-8.qcow2

TASK [fedora.linux_system_roles.nbde_client : Ensure required packages are installed] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:2
Tuesday 19 July 2022  20:15:50 +0000 (0:00:00.039)       0:00:02.494 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.nbde_client : Enable clevis askpass unit] ******
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7
Tuesday 19 July 2022  20:15:52 +0000 (0:00:02.213)       0:00:04.708 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "clevis-luks-askpass.path",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "-.mount",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "cryptsetup-pre.target clevis-luks-askpass.service",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "DefaultDependencies": "no",
        "Description": "Forward Password Requests to Clevis Directory Watch",
        "DirectoryMode": "0755",
        "Documentation": "man:clevis-luks-unlockers(7)",
        "FailureAction": "none",
        "FragmentPath": "/usr/lib/systemd/system/clevis-luks-askpass.path",
        "FreezerState": "running",
        "Id": "clevis-luks-askpass.path",
        "IgnoreOnIsolate": "no",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "LoadState": "loaded",
        "MakeDirectory": "yes",
        "Names": "clevis-luks-askpass.path",
        "NeedDaemonReload": "no",
        "OnFailureJobMode": "replace",
        "Paths": "/run/systemd/ask-password (DirectoryNotEmpty)",
        "Perpetual": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "Requires": "-.mount",
        "RequiresMountsFor": "/run/systemd/ask-password",
        "Result": "success",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StateChangeTimestamp": "Tue 2022-07-19 20:14:53 UTC",
        "StateChangeTimestampMonotonic": "75003061",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "Transient": "no",
        "Triggers": "clevis-luks-askpass.service",
        "Unit": "clevis-luks-askpass.service",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "WantedBy": "cryptsetup.target",
        "Wants": "cryptsetup-pre.target"
    }
}

TASK [fedora.linux_system_roles.nbde_client : Generate nbde_client dracut config] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:12
Tuesday 19 July 2022  20:15:53 +0000 (0:00:00.739)       0:00:05.448 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "checksum": "baf43726e7fec14c1cf60a5127853f5988def29a",
    "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": 91,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:19
Tuesday 19 July 2022  20:15:54 +0000 (0:00:00.864)       0:00:06.312 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Create temporary directory to hold key files] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:29
Tuesday 19 July 2022  20:15:54 +0000 (0:00:00.033)       0:00:06.346 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Ensure we transfer key files] ****
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:37
Tuesday 19 July 2022  20:15:54 +0000 (0:00:00.025)       0:00:06.371 ********** 

TASK [fedora.linux_system_roles.nbde_client : Perform clevis operations] *******
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:49
Tuesday 19 July 2022  20:15:54 +0000 (0:00:00.018)       0:00:06.390 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Remove temporary directory used to hold key files] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:59
Tuesday 19 July 2022  20:15:54 +0000 (0:00:00.026)       0:00:06.417 ********** 
skipping: [/cache/centos-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing script] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:73
Tuesday 19 July 2022  20:15:54 +0000 (0:00:00.025)       0:00:06.442 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "checksum": "4543d4e7d1e66294cac47801a6b6675dcbceaa6c",
    "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": 1109,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy network flushing service] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:79
Tuesday 19 July 2022  20:15:55 +0000 (0:00:00.619)       0:00:07.062 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "checksum": "dab1b7cd151ef2cd24efe8108020d2071b473cbe",
    "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": 218,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:85
Tuesday 19 July 2022  20:15:55 +0000 (0:00:00.639)       0:00:07.702 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "dest": "/usr/lib/dracut/modules.d/60nbde_client/",
    "src": "/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/files/nbde_client/"
}

TASK [fedora.linux_system_roles.nbde_client : Prepare for network flushing - reset autoconnect-priority] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:92
Tuesday 19 July 2022  20:15:56 +0000 (0:00:01.135)       0:00:08.837 ********** 
changed: [/cache/centos-8.qcow2] => {
    "changed": true,
    "cmd": [
        "/usr/bin/nbde_client-network-flush",
        "reset-autoconn-prio"
    ],
    "delta": "0:00:00.091544",
    "end": "2022-07-19 20:15:56.855184",
    "rc": 0,
    "start": "2022-07-19 20:15:56.763640"
}

STDERR:

/usr/bin/nbde_client-network-flush: line 24: [: 0
0: integer expression expected
Setting autoconnect-priority of connection ens3 to zero
/usr/bin/nbde_client-network-flush: line 24: [: 0
0: integer expression expected
Setting autoconnect-priority of connection ens3 to zero

TASK [fedora.linux_system_roles.nbde_client : Reload systemd config] ***********
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:98
Tuesday 19 July 2022  20:15:57 +0000 (0:00:00.451)       0:00:09.289 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.nbde_client : Enable network flushing service] ***
task path: /tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:102
Tuesday 19 July 2022  20:15:58 +0000 (0:00:00.597)       0:00:09.886 ********** 
ok: [/cache/centos-8.qcow2] => {
    "changed": false,
    "enabled": true,
    "name": "nbde_client-network-flush.service",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "system.slice sysinit.target systemd-journald.socket basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Network flush service for nbde_client Ansible role",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "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",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "nbde_client-network-flush.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6968",
        "LimitNPROCSoft": "6968",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6968",
        "LimitSIGPENDINGSoft": "6968",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "nbde_client-network-flush.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11149",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}
META: role_complete for /cache/centos-8.qcow2

TASK [Assert that the role declares all parameters in defaults] ****************
task path: /tmp/tmps_13l_o0/tests/nbde_client/tests_default_vars.yml:9
Tuesday 19 July 2022  20:15:58 +0000 (0:00:00.502)       0:00:10.389 ********** 
ok: [/cache/centos-8.qcow2] => (item=nbde_client_provider) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "nbde_client_provider"
}

MSG:

All assertions passed
ok: [/cache/centos-8.qcow2] => (item=nbde_client_bindings) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "nbde_client_bindings"
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-8.qcow2      : ok=16   changed=2    unreachable=0    failed=0    skipped=5    rescued=0    ignored=0   

Tuesday 19 July 2022  20:15:58 +0000 (0:00:00.052)       0:00:10.442 ********** 
=============================================================================== 
fedora.linux_system_roles.nbde_client : Ensure required packages are installed --- 2.21s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:2 
fedora.linux_system_roles.nbde_client : Deploy nbde_client dracut network flushing module --- 1.14s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:85 
Gathering Facts --------------------------------------------------------- 1.05s
/tmp/tmps_13l_o0/tests/nbde_client/tests_default_vars.yml:2 -------------------
fedora.linux_system_roles.nbde_client : Generate nbde_client dracut config --- 0.86s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:12 
Enable HA repos --------------------------------------------------------- 0.80s
/cache/centos-8_setup.yml:5 ---------------------------------------------------
fedora.linux_system_roles.nbde_client : Enable clevis askpass unit ------ 0.74s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:7 
fedora.linux_system_roles.nbde_client : Deploy network flushing service --- 0.64s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:79 
fedora.linux_system_roles.nbde_client : Deploy network flushing script --- 0.62s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:73 
fedora.linux_system_roles.nbde_client : Reload systemd config ----------- 0.60s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:98 
fedora.linux_system_roles.nbde_client : Ensure ansible_facts used by role --- 0.50s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:2 
fedora.linux_system_roles.nbde_client : Enable network flushing service --- 0.50s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:102 
fedora.linux_system_roles.nbde_client : Prepare for network flushing - reset autoconnect-priority --- 0.45s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:92 
Assert that the role declares all parameters in defaults ---------------- 0.05s
/tmp/tmps_13l_o0/tests/nbde_client/tests_default_vars.yml:9 -------------------
fedora.linux_system_roles.nbde_client : Include the appropriate provider tasks --- 0.04s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:7 
fedora.linux_system_roles.nbde_client : Set platform/version specific variables --- 0.04s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/set_vars.yml:7 
fedora.linux_system_roles.nbde_client : Check whether devices are at the desired state --- 0.03s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:19 
fedora.linux_system_roles.nbde_client : Set version specific variables --- 0.03s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main.yml:4 
fedora.linux_system_roles.nbde_client : Perform clevis operations ------- 0.03s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:49 
fedora.linux_system_roles.nbde_client : Create temporary directory to hold key files --- 0.03s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:29 
fedora.linux_system_roles.nbde_client : Remove temporary directory used to hold key files --- 0.03s
/tmp/tmpb1gpv9bl/ansible_collections/fedora/linux_system_roles/roles/nbde_client/tasks/main-clevis.yml:59