Formatting '/cache/centos-9.qcow2.snap', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=10737418240 backing_file=/cache/centos-9.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16
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/tmpr6i26l8o
  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-9_setup.yml ***************************************************
2 plays in /cache/centos-9_setup.yml

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

TASK [Enable HA repos] *********************************************************
task path: /cache/centos-9_setup.yml:5
Wednesday 06 July 2022  06:21:15 +0000 (0:00:00.017)       0:00:00.017 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3"
    },
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "highavailability"
    ],
    "delta": "0:00:00.641675",
    "end": "2022-07-06 02:21:16.426648",
    "rc": 0,
    "start": "2022-07-06 02:21:15.784973"
}
META: ran handlers
META: ran handlers

PLAY [Set up host for test playbooks] ******************************************

TASK [Gathering Facts] *********************************************************
task path: /cache/centos-9_setup.yml:7
Wednesday 06 July 2022  06:21:17 +0000 (0:00:01.262)       0:00:01.280 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [Create EPEL 9 repo] ******************************************************
task path: /cache/centos-9_setup.yml:11
Wednesday 06 July 2022  06:21:18 +0000 (0:00:01.126)       0:00:02.406 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Create yum cache] ********************************************************
task path: /cache/centos-9_setup.yml:21
Wednesday 06 July 2022  06:21:18 +0000 (0:00:00.021)       0:00:02.427 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Create dnf cache] ********************************************************
task path: /cache/centos-9_setup.yml:27
Wednesday 06 July 2022  06:21:18 +0000 (0:00:00.017)       0:00:02.445 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}

TASK [Disable EPEL 7] **********************************************************
task path: /cache/centos-9_setup.yml:33
Wednesday 06 July 2022  06:21:27 +0000 (0:00:09.106)       0:00:11.552 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [Disable EPEL 8] **********************************************************
task path: /cache/centos-9_setup.yml:41
Wednesday 06 July 2022  06:21:27 +0000 (0:00:00.019)       0:00:11.572 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=3    changed=2    unreachable=0    failed=0    skipped=4    rescued=0    ignored=0   

Wednesday 06 July 2022  06:21:27 +0000 (0:00:00.026)       0:00:11.598 ******** 
=============================================================================== 
Create dnf cache -------------------------------------------------------- 9.11s
/cache/centos-9_setup.yml:27 --------------------------------------------------
Enable HA repos --------------------------------------------------------- 1.26s
/cache/centos-9_setup.yml:5 ---------------------------------------------------
Gathering Facts --------------------------------------------------------- 1.13s
/cache/centos-9_setup.yml:7 ---------------------------------------------------
Disable EPEL 8 ---------------------------------------------------------- 0.03s
/cache/centos-9_setup.yml:41 --------------------------------------------------
Create EPEL 9 repo ------------------------------------------------------ 0.02s
/cache/centos-9_setup.yml:11 --------------------------------------------------
Disable EPEL 7 ---------------------------------------------------------- 0.02s
/cache/centos-9_setup.yml:33 --------------------------------------------------
Create yum cache -------------------------------------------------------- 0.02s
/cache/centos-9_setup.yml:21 --------------------------------------------------

PLAYBOOK: setup-snapshot.yml ***************************************************
1 plays in /tmp/tmpaly946bs/tests/setup-snapshot.yml

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpaly946bs/tests/setup-snapshot.yml:1
Wednesday 06 July 2022  06:21:27 +0000 (0:00:00.010)       0:00:11.609 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [Set platform/version specific variables] *********************************
task path: /tmp/tmpaly946bs/tests/setup-snapshot.yml:3
Wednesday 06 July 2022  06:21:28 +0000 (0:00:00.797)       0:00:12.406 ******** 

TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ******
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2
Wednesday 06 July 2022  06:21:28 +0000 (0:00:00.036)       0:00:12.443 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [linux-system-roles.nbde_server : Set platform/version specific variables] ***
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9
Wednesday 06 July 2022  06:21:28 +0000 (0:00:00.510)       0:00:12.954 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/vars/default.yml"
    ],
    "changed": false
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Install test packages] ***************************************************
task path: /tmp/tmpaly946bs/tests/setup-snapshot.yml:9
Wednesday 06 July 2022  06:21:28 +0000 (0:00:00.047)       0:00:13.001 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Installed: http-parser-2.9.4-6.el9.x86_64",
        "Installed: jose-11-3.el9.x86_64",
        "Installed: tang-11-1.el9.x86_64",
        "Installed: libjose-11-3.el9.x86_64"
    ]
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=7    changed=3    unreachable=0    failed=0    skipped=4    rescued=0    ignored=0   

Wednesday 06 July 2022  06:21:31 +0000 (0:00:02.874)       0:00:15.875 ******** 
=============================================================================== 
Create dnf cache -------------------------------------------------------- 9.11s
/cache/centos-9_setup.yml:27 --------------------------------------------------
Install test packages --------------------------------------------------- 2.87s
/tmp/tmpaly946bs/tests/setup-snapshot.yml:9 -----------------------------------
Enable HA repos --------------------------------------------------------- 1.26s
/cache/centos-9_setup.yml:5 ---------------------------------------------------
Gathering Facts --------------------------------------------------------- 1.13s
/cache/centos-9_setup.yml:7 ---------------------------------------------------
Gathering Facts --------------------------------------------------------- 0.80s
/tmp/tmpaly946bs/tests/setup-snapshot.yml:1 -----------------------------------
linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.51s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 
linux-system-roles.nbde_server : Set platform/version specific variables --- 0.05s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9 
Set platform/version specific variables --------------------------------- 0.04s
/tmp/tmpaly946bs/tests/setup-snapshot.yml:3 -----------------------------------
Disable EPEL 8 ---------------------------------------------------------- 0.03s
/cache/centos-9_setup.yml:41 --------------------------------------------------
Create EPEL 9 repo ------------------------------------------------------ 0.02s
/cache/centos-9_setup.yml:11 --------------------------------------------------
Disable EPEL 7 ---------------------------------------------------------- 0.02s
/cache/centos-9_setup.yml:33 --------------------------------------------------
Create yum cache -------------------------------------------------------- 0.02s
/cache/centos-9_setup.yml:21 --------------------------------------------------

PLAYBOOK: centos-9_post_setup.yml **********************************************
1 plays in /cache/centos-9_post_setup.yml

PLAY [Post setup - these happen last] ******************************************
META: ran handlers

TASK [force sync of filesystems - ensure setup changes are made to snapshot] ***
task path: /cache/centos-9_post_setup.yml:5
Wednesday 06 July 2022  06:21:31 +0000 (0:00:00.018)       0:00:15.894 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}

TASK [shutdown guest] **********************************************************
task path: /cache/centos-9_post_setup.yml:8
Wednesday 06 July 2022  06:21:32 +0000 (0:00:00.406)       0:00:16.300 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=9    changed=5    unreachable=0    failed=0    skipped=4    rescued=0    ignored=0   

Wednesday 06 July 2022  06:21:32 +0000 (0:00:00.523)       0:00:16.824 ******** 
=============================================================================== 
Create dnf cache -------------------------------------------------------- 9.11s
/cache/centos-9_setup.yml:27 --------------------------------------------------
Install test packages --------------------------------------------------- 2.87s
/tmp/tmpaly946bs/tests/setup-snapshot.yml:9 -----------------------------------
Enable HA repos --------------------------------------------------------- 1.26s
/cache/centos-9_setup.yml:5 ---------------------------------------------------
Gathering Facts --------------------------------------------------------- 1.13s
/cache/centos-9_setup.yml:7 ---------------------------------------------------
Gathering Facts --------------------------------------------------------- 0.80s
/tmp/tmpaly946bs/tests/setup-snapshot.yml:1 -----------------------------------
shutdown guest ---------------------------------------------------------- 0.52s
/cache/centos-9_post_setup.yml:8 ----------------------------------------------
linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.51s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 
force sync of filesystems - ensure setup changes are made to snapshot --- 0.41s
/cache/centos-9_post_setup.yml:5 ----------------------------------------------
linux-system-roles.nbde_server : Set platform/version specific variables --- 0.05s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9 
Set platform/version specific variables --------------------------------- 0.04s
/tmp/tmpaly946bs/tests/setup-snapshot.yml:3 -----------------------------------
Disable EPEL 8 ---------------------------------------------------------- 0.03s
/cache/centos-9_setup.yml:41 --------------------------------------------------
Create EPEL 9 repo ------------------------------------------------------ 0.02s
/cache/centos-9_setup.yml:11 --------------------------------------------------
Disable EPEL 7 ---------------------------------------------------------- 0.02s
/cache/centos-9_setup.yml:33 --------------------------------------------------
Create yum cache -------------------------------------------------------- 0.02s
/cache/centos-9_setup.yml:21 --------------------------------------------------
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/tmpr6i26l8o
  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: tests_default.yml ****************************************************
1 plays in /tmp/tmpaly946bs/tests/tests_default.yml

PLAY [Ensure that the role runs with default parameters] ***********************
META: ran handlers

TASK [linux-system-roles.nbde_server : Set version specific variables] *********
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6
Wednesday 06 July 2022  06:22:18 +0000 (0:00:00.041)       0:00:00.041 ******** 
included: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.nbde_server : Ensure ansible_facts used by role] ******
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2
Wednesday 06 July 2022  06:22:18 +0000 (0:00:00.023)       0:00:00.065 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [linux-system-roles.nbde_server : Set platform/version specific variables] ***
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9
Wednesday 06 July 2022  06:22:19 +0000 (0:00:00.836)       0:00:00.901 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/vars/default.yml"
    ],
    "changed": false
}

TASK [linux-system-roles.nbde_server : Include the appropriate provider tasks] ***
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9
Wednesday 06 July 2022  06:22:19 +0000 (0:00:00.034)       0:00:00.936 ******** 
included: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.nbde_server : Ensure tang is installed] ***************
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2
Wednesday 06 July 2022  06:22:19 +0000 (0:00:00.028)       0:00:00.964 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.nbde_server : Ensure keys are rotated] ****************
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:7
Wednesday 06 July 2022  06:22:20 +0000 (0:00:01.212)       0:00:02.177 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.nbde_server : Ensure we have keys] ********************
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:16
Wednesday 06 July 2022  06:22:20 +0000 (0:00:00.031)       0:00:02.208 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "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 [linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks] ***
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:25
Wednesday 06 July 2022  06:22:21 +0000 (0:00:00.492)       0:00:02.701 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.nbde_server : Ensure required services are enabled and at the right state] ***
task path: /tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:29
Wednesday 06 July 2022  06:22:21 +0000 (0:00:00.029)       0:00:02.731 ******** 
changed: [/cache/centos-9.qcow2.snap] => (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 system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "shutdown.target sockets.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Tang Server socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "DynamicUser": "no",
        "FailureAction": "none",
        "FileDescriptorName": "tangd.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "tangd.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "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": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6825",
        "LimitNPROCSoft": "6825",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6825",
        "LimitSIGPENDINGSoft": "6825",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:80 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "tangd.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "10920",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "200",
        "TriggerLimitIntervalUSec": "2s",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaly946bs/tests/tests_default.yml:9
Wednesday 06 July 2022  06:22:21 +0000 (0:00:00.959)       0:00:03.690 ******** 
included: /tmp/tmpaly946bs/tests/tasks/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Gather state of required packages] ***************************************
task path: /tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:2
Wednesday 06 July 2022  06:22:22 +0000 (0:00:00.024)       0:00:03.714 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Check whether required packages are installed] ***************************
task path: /tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:9
Wednesday 06 July 2022  06:22:22 +0000 (0:00:00.777)       0:00:04.491 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Gather state of services] ************************************************
task path: /tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:13
Wednesday 06 July 2022  06:22:22 +0000 (0:00:00.027)       0:00:04.519 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=tangd.socket) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "tangd.socket",
    "name": "tangd.socket",
    "state": "started",
    "status": {
        "Accept": "yes",
        "ActiveEnterTimestamp": "Wed 2022-07-06 02:22:21 EDT",
        "ActiveEnterTimestampMonotonic": "14314780",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice sysinit.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-07-06 02:22:21 EDT",
        "AssertTimestampMonotonic": "14312565",
        "Backlog": "4096",
        "Before": "shutdown.target sockets.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "691000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-07-06 02:22:21 EDT",
        "ConditionTimestampMonotonic": "14312564",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/tangd.socket",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Tang Server socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "DynamicUser": "no",
        "FailureAction": "none",
        "FileDescriptorName": "tangd.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "tangd.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-07-06 02:22:21 EDT",
        "InactiveExitTimestampMonotonic": "14314780",
        "InvocationID": "ce85878ac4df441b81886ddfef1f1d6d",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "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": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6825",
        "LimitNPROCSoft": "6825",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6825",
        "LimitSIGPENDINGSoft": "6825",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:80 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "8192",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "tangd.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "Requires": "system.slice sysinit.target",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-07-06 02:22:21 EDT",
        "StateChangeTimestampMonotonic": "14314780",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "listening",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "0",
        "TasksMax": "10920",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "200",
        "TriggerLimitIntervalUSec": "2s",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "sockets.target",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [Check services are enabled and started] **********************************
task path: /tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:22
Wednesday 06 July 2022  06:22:23 +0000 (0:00:00.497)       0:00:05.016 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item={'name': 'tangd.socket', 'changed': False, 'status': {'BindIPv6Only': 'default', 'Backlog': '4096', 'TimeoutUSec': '1min 30s', 'SocketMode': '0666', 'DirectoryMode': '0755', 'Accept': 'yes', 'FlushPending': 'no', 'Writable': 'no', 'KeepAlive': 'no', 'KeepAliveTimeUSec': '0', 'KeepAliveIntervalUSec': '0', 'KeepAliveProbes': '0', 'DeferAcceptUSec': '0', 'NoDelay': 'no', 'Priority': '-1', 'ReceiveBuffer': '0', 'SendBuffer': '0', 'IPTOS': '-1', 'IPTTL': '-1', 'PipeSize': '0', 'FreeBind': 'no', 'Transparent': 'no', 'Broadcast': 'no', 'PassCredentials': 'no', 'PassSecurity': 'no', 'PassPacketInfo': 'no', 'Timestamping': 'off', 'RemoveOnStop': 'no', 'Listen': '[::]:80 (Stream)', 'Mark': '-1', 'MaxConnections': '64', 'MaxConnectionsPerSource': '0', 'MessageQueueMaxMessages': '0', 'MessageQueueMessageSize': '0', 'ReusePort': 'no', 'ControlPID': '0', 'Result': 'success', 'NConnections': '0', 'NAccepted': '0', 'NRefused': '0', 'FileDescriptorName': 'tangd.socket', 'SocketProtocol': '0', 'TriggerLimitIntervalUSec': '2s', 'TriggerLimitBurst': '200', 'UID': '[not set]', 'GID': '[not set]', 'Slice': 'system.slice', 'ControlGroup': '/system.slice/tangd.socket', 'MemoryCurrent': '8192', 'MemoryAvailable': 'infinity', 'CPUUsageNSec': '691000', 'TasksCurrent': '0', 'IPIngressBytes': '[no data]', 'IPIngressPackets': '[no data]', 'IPEgressBytes': '[no data]', 'IPEgressPackets': '[no data]', 'IOReadBytes': '18446744073709551615', 'IOReadOperations': '18446744073709551615', 'IOWriteBytes': '18446744073709551615', 'IOWriteOperations': '18446744073709551615', 'Delegate': 'no', 'CPUAccounting': 'yes', 'CPUWeight': '[not set]', 'StartupCPUWeight': '[not set]', 'CPUShares': '[not set]', 'StartupCPUShares': '[not set]', 'CPUQuotaPerSecUSec': 'infinity', 'CPUQuotaPeriodUSec': 'infinity', 'IOAccounting': 'no', 'IOWeight': '[not set]', 'StartupIOWeight': '[not set]', 'BlockIOAccounting': 'no', 'BlockIOWeight': '[not set]', 'StartupBlockIOWeight': '[not set]', 'MemoryAccounting': 'yes', 'DefaultMemoryLow': '0', 'DefaultMemoryMin': '0', 'MemoryMin': '0', 'MemoryLow': '0', 'MemoryHigh': 'infinity', 'MemoryMax': 'infinity', 'MemorySwapMax': 'infinity', 'MemoryLimit': 'infinity', 'DevicePolicy': 'auto', 'TasksAccounting': 'yes', 'TasksMax': '10920', 'IPAccounting': 'no', 'ManagedOOMSwap': 'auto', 'ManagedOOMMemoryPressure': 'auto', 'ManagedOOMMemoryPressureLimit': '0', 'ManagedOOMPreference': 'none', 'UMask': '0022', 'LimitCPU': 'infinity', 'LimitCPUSoft': 'infinity', 'LimitFSIZE': 'infinity', 'LimitFSIZESoft': 'infinity', 'LimitDATA': 'infinity', 'LimitDATASoft': 'infinity', 'LimitSTACK': 'infinity', 'LimitSTACKSoft': '8388608', 'LimitCORE': 'infinity', 'LimitCORESoft': '0', 'LimitRSS': 'infinity', 'LimitRSSSoft': 'infinity', 'LimitNOFILE': '524288', 'LimitNOFILESoft': '1024', 'LimitAS': 'infinity', 'LimitASSoft': 'infinity', 'LimitNPROC': '6825', 'LimitNPROCSoft': '6825', 'LimitMEMLOCK': '65536', 'LimitMEMLOCKSoft': '65536', 'LimitLOCKS': 'infinity', 'LimitLOCKSSoft': 'infinity', 'LimitSIGPENDING': '6825', 'LimitSIGPENDINGSoft': '6825', 'LimitMSGQUEUE': '819200', 'LimitMSGQUEUESoft': '819200', 'LimitNICE': '0', 'LimitNICESoft': '0', 'LimitRTPRIO': '0', 'LimitRTPRIOSoft': '0', 'LimitRTTIME': 'infinity', 'LimitRTTIMESoft': 'infinity', 'OOMScoreAdjust': '0', 'CoredumpFilter': '0x33', 'Nice': '0', 'IOSchedulingClass': '2', 'IOSchedulingPriority': '4', 'CPUSchedulingPolicy': '0', 'CPUSchedulingPriority': '0', 'CPUAffinityFromNUMA': 'no', 'NUMAPolicy': 'n/a', 'TimerSlackNSec': '50000', 'CPUSchedulingResetOnFork': 'no', 'NonBlocking': 'no', 'StandardInput': 'null', 'StandardOutput': 'journal', 'StandardError': 'inherit', 'TTYReset': 'no', 'TTYVHangup': 'no', 'TTYVTDisallocate': 'no', 'SyslogPriority': '30', 'SyslogLevelPrefix': 'yes', 'SyslogLevel': '6', 'SyslogFacility': '3', 'LogLevelMax': '-1', 'LogRateLimitIntervalUSec': '0', 'LogRateLimitBurst': '0', 'SecureBits': '0', 'CapabilityBoundingSet': 'cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore', 'DynamicUser': 'no', 'RemoveIPC': 'no', 'PrivateTmp': 'no', 'PrivateDevices': 'no', 'ProtectClock': 'no', 'ProtectKernelTunables': 'no', 'ProtectKernelModules': 'no', 'ProtectKernelLogs': 'no', 'ProtectControlGroups': 'no', 'PrivateNetwork': 'no', 'PrivateUsers': 'no', 'PrivateMounts': 'no', 'PrivateIPC': 'no', 'ProtectHome': 'no', 'ProtectSystem': 'no', 'SameProcessGroup': 'no', 'UtmpMode': 'init', 'IgnoreSIGPIPE': 'yes', 'NoNewPrivileges': 'no', 'SystemCallErrorNumber': '2147483646', 'LockPersonality': 'no', 'RuntimeDirectoryPreserve': 'no', 'RuntimeDirectoryMode': '0755', 'StateDirectoryMode': '0755', 'CacheDirectoryMode': '0755', 'LogsDirectoryMode': '0755', 'ConfigurationDirectoryMode': '0755', 'TimeoutCleanUSec': 'infinity', 'MemoryDenyWriteExecute': 'no', 'RestrictRealtime': 'no', 'RestrictSUIDSGID': 'no', 'RestrictNamespaces': 'no', 'MountAPIVFS': 'no', 'KeyringMode': 'shared', 'ProtectProc': 'default', 'ProcSubset': 'all', 'ProtectHostname': 'no', 'KillMode': 'control-group', 'KillSignal': '15', 'RestartKillSignal': '15', 'FinalKillSignal': '9', 'SendSIGKILL': 'yes', 'SendSIGHUP': 'no', 'WatchdogSignal': '6', 'Id': 'tangd.socket', 'Names': 'tangd.socket', 'Requires': 'system.slice sysinit.target', 'WantedBy': 'sockets.target', 'Conflicts': 'shutdown.target', 'Before': 'shutdown.target sockets.target', 'After': 'system.slice sysinit.target', 'Description': 'Tang Server socket', 'LoadState': 'loaded', 'ActiveState': 'active', 'FreezerState': 'running', 'SubState': 'listening', 'FragmentPath': '/usr/lib/systemd/system/tangd.socket', 'UnitFileState': 'enabled', 'UnitFilePreset': 'disabled', 'StateChangeTimestamp': 'Wed 2022-07-06 02:22:21 EDT', 'StateChangeTimestampMonotonic': '14314780', 'InactiveExitTimestamp': 'Wed 2022-07-06 02:22:21 EDT', 'InactiveExitTimestampMonotonic': '14314780', 'ActiveEnterTimestamp': 'Wed 2022-07-06 02:22:21 EDT', 'ActiveEnterTimestampMonotonic': '14314780', 'ActiveExitTimestampMonotonic': '0', 'InactiveEnterTimestampMonotonic': '0', 'CanStart': 'yes', 'CanStop': 'yes', 'CanReload': 'no', 'CanIsolate': 'no', 'CanFreeze': 'no', 'StopWhenUnneeded': 'no', 'RefuseManualStart': 'no', 'RefuseManualStop': 'no', 'AllowIsolate': 'no', 'DefaultDependencies': 'yes', 'OnSuccessJobMode': 'fail', 'OnFailureJobMode': 'replace', 'IgnoreOnIsolate': 'no', 'NeedDaemonReload': 'no', 'JobTimeoutUSec': 'infinity', 'JobRunningTimeoutUSec': 'infinity', 'JobTimeoutAction': 'none', 'ConditionResult': 'yes', 'AssertResult': 'yes', 'ConditionTimestamp': 'Wed 2022-07-06 02:22:21 EDT', 'ConditionTimestampMonotonic': '14312564', 'AssertTimestamp': 'Wed 2022-07-06 02:22:21 EDT', 'AssertTimestampMonotonic': '14312565', 'Transient': 'no', 'Perpetual': 'no', 'StartLimitIntervalUSec': '10s', 'StartLimitBurst': '5', 'StartLimitAction': 'none', 'FailureAction': 'none', 'SuccessAction': 'none', 'InvocationID': 'ce85878ac4df441b81886ddfef1f1d6d', 'CollectMode': 'inactive'}, 'enabled': True, 'state': 'started', 'invocation': {'module_args': {'name': 'tangd.socket', 'enabled': True, 'state': 'started', 'daemon_reload': False, 'daemon_reexec': False, 'scope': 'system', 'no_block': False, 'force': None, 'masked': None}}, 'failed': False, 'item': 'tangd.socket', 'ansible_loop_var': 'item'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "enabled": true,
        "failed": false,
        "invocation": {
            "module_args": {
                "daemon_reexec": false,
                "daemon_reload": false,
                "enabled": true,
                "force": null,
                "masked": null,
                "name": "tangd.socket",
                "no_block": false,
                "scope": "system",
                "state": "started"
            }
        },
        "item": "tangd.socket",
        "name": "tangd.socket",
        "state": "started",
        "status": {
            "Accept": "yes",
            "ActiveEnterTimestamp": "Wed 2022-07-06 02:22:21 EDT",
            "ActiveEnterTimestampMonotonic": "14314780",
            "ActiveExitTimestampMonotonic": "0",
            "ActiveState": "active",
            "After": "system.slice sysinit.target",
            "AllowIsolate": "no",
            "AssertResult": "yes",
            "AssertTimestamp": "Wed 2022-07-06 02:22:21 EDT",
            "AssertTimestampMonotonic": "14312565",
            "Backlog": "4096",
            "Before": "shutdown.target sockets.target",
            "BindIPv6Only": "default",
            "BlockIOAccounting": "no",
            "BlockIOWeight": "[not set]",
            "Broadcast": "no",
            "CPUAccounting": "yes",
            "CPUAffinityFromNUMA": "no",
            "CPUQuotaPerSecUSec": "infinity",
            "CPUQuotaPeriodUSec": "infinity",
            "CPUSchedulingPolicy": "0",
            "CPUSchedulingPriority": "0",
            "CPUSchedulingResetOnFork": "no",
            "CPUShares": "[not set]",
            "CPUUsageNSec": "691000",
            "CPUWeight": "[not set]",
            "CacheDirectoryMode": "0755",
            "CanFreeze": "no",
            "CanIsolate": "no",
            "CanReload": "no",
            "CanStart": "yes",
            "CanStop": "yes",
            "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
            "CollectMode": "inactive",
            "ConditionResult": "yes",
            "ConditionTimestamp": "Wed 2022-07-06 02:22:21 EDT",
            "ConditionTimestampMonotonic": "14312564",
            "ConfigurationDirectoryMode": "0755",
            "Conflicts": "shutdown.target",
            "ControlGroup": "/system.slice/tangd.socket",
            "ControlPID": "0",
            "CoredumpFilter": "0x33",
            "DefaultDependencies": "yes",
            "DefaultMemoryLow": "0",
            "DefaultMemoryMin": "0",
            "DeferAcceptUSec": "0",
            "Delegate": "no",
            "Description": "Tang Server socket",
            "DevicePolicy": "auto",
            "DirectoryMode": "0755",
            "DynamicUser": "no",
            "FailureAction": "none",
            "FileDescriptorName": "tangd.socket",
            "FinalKillSignal": "9",
            "FlushPending": "no",
            "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
            "FreeBind": "no",
            "FreezerState": "running",
            "GID": "[not set]",
            "IOAccounting": "no",
            "IOReadBytes": "18446744073709551615",
            "IOReadOperations": "18446744073709551615",
            "IOSchedulingClass": "2",
            "IOSchedulingPriority": "4",
            "IOWeight": "[not set]",
            "IOWriteBytes": "18446744073709551615",
            "IOWriteOperations": "18446744073709551615",
            "IPAccounting": "no",
            "IPEgressBytes": "[no data]",
            "IPEgressPackets": "[no data]",
            "IPIngressBytes": "[no data]",
            "IPIngressPackets": "[no data]",
            "IPTOS": "-1",
            "IPTTL": "-1",
            "Id": "tangd.socket",
            "IgnoreOnIsolate": "no",
            "IgnoreSIGPIPE": "yes",
            "InactiveEnterTimestampMonotonic": "0",
            "InactiveExitTimestamp": "Wed 2022-07-06 02:22:21 EDT",
            "InactiveExitTimestampMonotonic": "14314780",
            "InvocationID": "ce85878ac4df441b81886ddfef1f1d6d",
            "JobRunningTimeoutUSec": "infinity",
            "JobTimeoutAction": "none",
            "JobTimeoutUSec": "infinity",
            "KeepAlive": "no",
            "KeepAliveIntervalUSec": "0",
            "KeepAliveProbes": "0",
            "KeepAliveTimeUSec": "0",
            "KeyringMode": "shared",
            "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": "524288",
            "LimitNOFILESoft": "1024",
            "LimitNPROC": "6825",
            "LimitNPROCSoft": "6825",
            "LimitRSS": "infinity",
            "LimitRSSSoft": "infinity",
            "LimitRTPRIO": "0",
            "LimitRTPRIOSoft": "0",
            "LimitRTTIME": "infinity",
            "LimitRTTIMESoft": "infinity",
            "LimitSIGPENDING": "6825",
            "LimitSIGPENDINGSoft": "6825",
            "LimitSTACK": "infinity",
            "LimitSTACKSoft": "8388608",
            "Listen": "[::]:80 (Stream)",
            "LoadState": "loaded",
            "LockPersonality": "no",
            "LogLevelMax": "-1",
            "LogRateLimitBurst": "0",
            "LogRateLimitIntervalUSec": "0",
            "LogsDirectoryMode": "0755",
            "ManagedOOMMemoryPressure": "auto",
            "ManagedOOMMemoryPressureLimit": "0",
            "ManagedOOMPreference": "none",
            "ManagedOOMSwap": "auto",
            "Mark": "-1",
            "MaxConnections": "64",
            "MaxConnectionsPerSource": "0",
            "MemoryAccounting": "yes",
            "MemoryAvailable": "infinity",
            "MemoryCurrent": "8192",
            "MemoryDenyWriteExecute": "no",
            "MemoryHigh": "infinity",
            "MemoryLimit": "infinity",
            "MemoryLow": "0",
            "MemoryMax": "infinity",
            "MemoryMin": "0",
            "MemorySwapMax": "infinity",
            "MessageQueueMaxMessages": "0",
            "MessageQueueMessageSize": "0",
            "MountAPIVFS": "no",
            "NAccepted": "0",
            "NConnections": "0",
            "NRefused": "0",
            "NUMAPolicy": "n/a",
            "Names": "tangd.socket",
            "NeedDaemonReload": "no",
            "Nice": "0",
            "NoDelay": "no",
            "NoNewPrivileges": "no",
            "NonBlocking": "no",
            "OOMScoreAdjust": "0",
            "OnFailureJobMode": "replace",
            "OnSuccessJobMode": "fail",
            "PassCredentials": "no",
            "PassPacketInfo": "no",
            "PassSecurity": "no",
            "Perpetual": "no",
            "PipeSize": "0",
            "Priority": "-1",
            "PrivateDevices": "no",
            "PrivateIPC": "no",
            "PrivateMounts": "no",
            "PrivateNetwork": "no",
            "PrivateTmp": "no",
            "PrivateUsers": "no",
            "ProcSubset": "all",
            "ProtectClock": "no",
            "ProtectControlGroups": "no",
            "ProtectHome": "no",
            "ProtectHostname": "no",
            "ProtectKernelLogs": "no",
            "ProtectKernelModules": "no",
            "ProtectKernelTunables": "no",
            "ProtectProc": "default",
            "ProtectSystem": "no",
            "ReceiveBuffer": "0",
            "RefuseManualStart": "no",
            "RefuseManualStop": "no",
            "RemoveIPC": "no",
            "RemoveOnStop": "no",
            "Requires": "system.slice sysinit.target",
            "RestartKillSignal": "15",
            "RestrictNamespaces": "no",
            "RestrictRealtime": "no",
            "RestrictSUIDSGID": "no",
            "Result": "success",
            "ReusePort": "no",
            "RuntimeDirectoryMode": "0755",
            "RuntimeDirectoryPreserve": "no",
            "SameProcessGroup": "no",
            "SecureBits": "0",
            "SendBuffer": "0",
            "SendSIGHUP": "no",
            "SendSIGKILL": "yes",
            "Slice": "system.slice",
            "SocketMode": "0666",
            "SocketProtocol": "0",
            "StandardError": "inherit",
            "StandardInput": "null",
            "StandardOutput": "journal",
            "StartLimitAction": "none",
            "StartLimitBurst": "5",
            "StartLimitIntervalUSec": "10s",
            "StartupBlockIOWeight": "[not set]",
            "StartupCPUShares": "[not set]",
            "StartupCPUWeight": "[not set]",
            "StartupIOWeight": "[not set]",
            "StateChangeTimestamp": "Wed 2022-07-06 02:22:21 EDT",
            "StateChangeTimestampMonotonic": "14314780",
            "StateDirectoryMode": "0755",
            "StopWhenUnneeded": "no",
            "SubState": "listening",
            "SuccessAction": "none",
            "SyslogFacility": "3",
            "SyslogLevel": "6",
            "SyslogLevelPrefix": "yes",
            "SyslogPriority": "30",
            "SystemCallErrorNumber": "2147483646",
            "TTYReset": "no",
            "TTYVHangup": "no",
            "TTYVTDisallocate": "no",
            "TasksAccounting": "yes",
            "TasksCurrent": "0",
            "TasksMax": "10920",
            "TimeoutCleanUSec": "infinity",
            "TimeoutUSec": "1min 30s",
            "TimerSlackNSec": "50000",
            "Timestamping": "off",
            "Transient": "no",
            "Transparent": "no",
            "TriggerLimitBurst": "200",
            "TriggerLimitIntervalUSec": "2s",
            "UID": "[not set]",
            "UMask": "0022",
            "UnitFilePreset": "disabled",
            "UnitFileState": "enabled",
            "UtmpMode": "init",
            "WantedBy": "sockets.target",
            "WatchdogSignal": "6",
            "Writable": "no"
        }
    }
}

MSG:

All assertions passed

TASK [Include the appropriate provider verification tasks] *********************
task path: /tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:27
Wednesday 06 July 2022  06:22:23 +0000 (0:00:00.041)       0:00:05.058 ******** 
included: /tmp/tmpaly946bs/tests/tasks/verify-tang-results.yml for /cache/centos-9.qcow2.snap

TASK [Gather state of keys] ****************************************************
task path: /tmp/tmpaly946bs/tests/tasks/verify-tang-results.yml:2
Wednesday 06 July 2022  06:22:23 +0000 (0:00:00.024)       0:00:05.083 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "arguments": {
        "cachedir": null,
        "force": false,
        "keydir": "/var/db/tang",
        "keygen": "/usr/libexec/tangd-keygen",
        "keys_to_deploy_dir": null,
        "state": "keys-created",
        "update": null
    },
    "changed": false,
    "state": "keys-created"
}

TASK [Check whether there are keys] ********************************************
task path: /tmp/tmpaly946bs/tests/tasks/verify-tang-results.yml:10
Wednesday 06 July 2022  06:22:23 +0000 (0:00:00.363)       0:00:05.446 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=15   changed=2    unreachable=0    failed=0    skipped=2    rescued=0    ignored=0   

Wednesday 06 July 2022  06:22:23 +0000 (0:00:00.033)       0:00:05.480 ******** 
=============================================================================== 
linux-system-roles.nbde_server : Ensure tang is installed --------------- 1.21s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:2 
linux-system-roles.nbde_server : Ensure required services are enabled and at the right state --- 0.96s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:29 
linux-system-roles.nbde_server : Ensure ansible_facts used by role ------ 0.84s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:2 
Gather state of required packages --------------------------------------- 0.78s
/tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:2 ------------------------
Gather state of services ------------------------------------------------ 0.50s
/tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:13 -----------------------
linux-system-roles.nbde_server : Ensure we have keys -------------------- 0.49s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:16 
Gather state of keys ---------------------------------------------------- 0.36s
/tmp/tmpaly946bs/tests/tasks/verify-tang-results.yml:2 ------------------------
Check services are enabled and started ---------------------------------- 0.04s
/tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:22 -----------------------
linux-system-roles.nbde_server : Set platform/version specific variables --- 0.03s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/set_vars.yml:9 
Check whether there are keys -------------------------------------------- 0.03s
/tmp/tmpaly946bs/tests/tasks/verify-tang-results.yml:10 -----------------------
linux-system-roles.nbde_server : Ensure keys are rotated ---------------- 0.03s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:7 
linux-system-roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.03s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main-tang.yml:25 
linux-system-roles.nbde_server : Include the appropriate provider tasks --- 0.03s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:9 --
Check whether required packages are installed --------------------------- 0.03s
/tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:9 ------------------------
Include the appropriate provider verification tasks --------------------- 0.02s
/tmp/tmpaly946bs/tests/tasks/verify-role-results.yml:27 -----------------------
include_tasks ----------------------------------------------------------- 0.02s
/tmp/tmpaly946bs/tests/tests_default.yml:9 ------------------------------------
linux-system-roles.nbde_server : Set version specific variables --------- 0.02s
/tmp/tmpaly946bs/tests/roles/linux-system-roles.nbde_server/tasks/main.yml:6 --
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/tmpr6i26l8o
  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: tests_default.yml ****************************************************
1 plays in /tmp/tmpf_1oh0__/tests/nbde_server/tests_default.yml

PLAY [Ensure that the role runs with default parameters] ***********************
META: ran handlers

TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] ***
task path: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6
Wednesday 06 July 2022  06:25:28 +0000 (0:00:00.041)       0:00:00.041 ******** 
included: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] ***
task path: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2
Wednesday 06 July 2022  06:25:28 +0000 (0:00:00.025)       0:00:00.067 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] ***
task path: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:7
Wednesday 06 July 2022  06:25:29 +0000 (0:00:00.855)       0:00:00.922 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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/tmpr6i26l8o/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/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9
Wednesday 06 July 2022  06:25:29 +0000 (0:00:00.034)       0:00:00.957 ******** 
included: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ********
task path: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2
Wednesday 06 July 2022  06:25:29 +0000 (0:00:00.027)       0:00:00.985 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] *********
task path: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:7
Wednesday 06 July 2022  06:25:30 +0000 (0:00:01.162)       0:00:02.147 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] *************
task path: /tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:16
Wednesday 06 July 2022  06:25:30 +0000 (0:00:00.029)       0:00:02.177 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "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/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:25
Wednesday 06 July 2022  06:25:30 +0000 (0:00:00.484)       0:00:02.662 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "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/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:29
Wednesday 06 July 2022  06:25:30 +0000 (0:00:00.029)       0:00:02.692 ******** 
changed: [/cache/centos-9.qcow2.snap] => (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 system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Backlog": "4096",
        "Before": "shutdown.target sockets.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Tang Server socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "DynamicUser": "no",
        "FailureAction": "none",
        "FileDescriptorName": "tangd.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "tangd.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "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": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6825",
        "LimitNPROCSoft": "6825",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6825",
        "LimitSIGPENDINGSoft": "6825",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:80 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "tangd.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "10920",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "200",
        "TriggerLimitIntervalUSec": "2s",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tests_default.yml:9
Wednesday 06 July 2022  06:25:31 +0000 (0:00:00.932)       0:00:03.624 ******** 
included: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Gather state of required packages] ***************************************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:2
Wednesday 06 July 2022  06:25:31 +0000 (0:00:00.022)       0:00:03.646 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Check whether required packages are installed] ***************************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:9
Wednesday 06 July 2022  06:25:32 +0000 (0:00:00.763)       0:00:04.410 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Gather state of services] ************************************************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:13
Wednesday 06 July 2022  06:25:32 +0000 (0:00:00.027)       0:00:04.437 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=tangd.socket) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "tangd.socket",
    "name": "tangd.socket",
    "state": "started",
    "status": {
        "Accept": "yes",
        "ActiveEnterTimestamp": "Wed 2022-07-06 02:25:31 EDT",
        "ActiveEnterTimestampMonotonic": "14333269",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "sysinit.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Wed 2022-07-06 02:25:31 EDT",
        "AssertTimestampMonotonic": "14330886",
        "Backlog": "4096",
        "Before": "sockets.target shutdown.target",
        "BindIPv6Only": "default",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "Broadcast": "no",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "732000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "no",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Wed 2022-07-06 02:25:31 EDT",
        "ConditionTimestampMonotonic": "14330884",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/tangd.socket",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DeferAcceptUSec": "0",
        "Delegate": "no",
        "Description": "Tang Server socket",
        "DevicePolicy": "auto",
        "DirectoryMode": "0755",
        "DynamicUser": "no",
        "FailureAction": "none",
        "FileDescriptorName": "tangd.socket",
        "FinalKillSignal": "9",
        "FlushPending": "no",
        "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
        "FreeBind": "no",
        "FreezerState": "running",
        "GID": "[not set]",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "IPTOS": "-1",
        "IPTTL": "-1",
        "Id": "tangd.socket",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Wed 2022-07-06 02:25:31 EDT",
        "InactiveExitTimestampMonotonic": "14333269",
        "InvocationID": "6dc55e4478bf4addad3014f650cb5f6f",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeepAlive": "no",
        "KeepAliveIntervalUSec": "0",
        "KeepAliveProbes": "0",
        "KeepAliveTimeUSec": "0",
        "KeyringMode": "shared",
        "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": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6825",
        "LimitNPROCSoft": "6825",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6825",
        "LimitSIGPENDINGSoft": "6825",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "Listen": "[::]:80 (Stream)",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "Mark": "-1",
        "MaxConnections": "64",
        "MaxConnectionsPerSource": "0",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "8192",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MessageQueueMaxMessages": "0",
        "MessageQueueMessageSize": "0",
        "MountAPIVFS": "no",
        "NAccepted": "0",
        "NConnections": "0",
        "NRefused": "0",
        "NUMAPolicy": "n/a",
        "Names": "tangd.socket",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoDelay": "no",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PassCredentials": "no",
        "PassPacketInfo": "no",
        "PassSecurity": "no",
        "Perpetual": "no",
        "PipeSize": "0",
        "Priority": "-1",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "ReceiveBuffer": "0",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemoveIPC": "no",
        "RemoveOnStop": "no",
        "Requires": "sysinit.target system.slice",
        "RestartKillSignal": "15",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "ReusePort": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendBuffer": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "SocketMode": "0666",
        "SocketProtocol": "0",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Wed 2022-07-06 02:25:31 EDT",
        "StateChangeTimestampMonotonic": "14333269",
        "StateDirectoryMode": "0755",
        "StopWhenUnneeded": "no",
        "SubState": "listening",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "0",
        "TasksMax": "10920",
        "TimeoutCleanUSec": "infinity",
        "TimeoutUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Timestamping": "off",
        "Transient": "no",
        "Transparent": "no",
        "TriggerLimitBurst": "200",
        "TriggerLimitIntervalUSec": "2s",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "sockets.target",
        "WatchdogSignal": "6",
        "Writable": "no"
    }
}

TASK [Check services are enabled and started] **********************************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:22
Wednesday 06 July 2022  06:25:33 +0000 (0:00:00.509)       0:00:04.946 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item={'name': 'tangd.socket', 'changed': False, 'status': {'BindIPv6Only': 'default', 'Backlog': '4096', 'TimeoutUSec': '1min 30s', 'SocketMode': '0666', 'DirectoryMode': '0755', 'Accept': 'yes', 'FlushPending': 'no', 'Writable': 'no', 'KeepAlive': 'no', 'KeepAliveTimeUSec': '0', 'KeepAliveIntervalUSec': '0', 'KeepAliveProbes': '0', 'DeferAcceptUSec': '0', 'NoDelay': 'no', 'Priority': '-1', 'ReceiveBuffer': '0', 'SendBuffer': '0', 'IPTOS': '-1', 'IPTTL': '-1', 'PipeSize': '0', 'FreeBind': 'no', 'Transparent': 'no', 'Broadcast': 'no', 'PassCredentials': 'no', 'PassSecurity': 'no', 'PassPacketInfo': 'no', 'Timestamping': 'off', 'RemoveOnStop': 'no', 'Listen': '[::]:80 (Stream)', 'Mark': '-1', 'MaxConnections': '64', 'MaxConnectionsPerSource': '0', 'MessageQueueMaxMessages': '0', 'MessageQueueMessageSize': '0', 'ReusePort': 'no', 'ControlPID': '0', 'Result': 'success', 'NConnections': '0', 'NAccepted': '0', 'NRefused': '0', 'FileDescriptorName': 'tangd.socket', 'SocketProtocol': '0', 'TriggerLimitIntervalUSec': '2s', 'TriggerLimitBurst': '200', 'UID': '[not set]', 'GID': '[not set]', 'Slice': 'system.slice', 'ControlGroup': '/system.slice/tangd.socket', 'MemoryCurrent': '8192', 'MemoryAvailable': 'infinity', 'CPUUsageNSec': '732000', 'TasksCurrent': '0', 'IPIngressBytes': '[no data]', 'IPIngressPackets': '[no data]', 'IPEgressBytes': '[no data]', 'IPEgressPackets': '[no data]', 'IOReadBytes': '18446744073709551615', 'IOReadOperations': '18446744073709551615', 'IOWriteBytes': '18446744073709551615', 'IOWriteOperations': '18446744073709551615', 'Delegate': 'no', 'CPUAccounting': 'yes', 'CPUWeight': '[not set]', 'StartupCPUWeight': '[not set]', 'CPUShares': '[not set]', 'StartupCPUShares': '[not set]', 'CPUQuotaPerSecUSec': 'infinity', 'CPUQuotaPeriodUSec': 'infinity', 'IOAccounting': 'no', 'IOWeight': '[not set]', 'StartupIOWeight': '[not set]', 'BlockIOAccounting': 'no', 'BlockIOWeight': '[not set]', 'StartupBlockIOWeight': '[not set]', 'MemoryAccounting': 'yes', 'DefaultMemoryLow': '0', 'DefaultMemoryMin': '0', 'MemoryMin': '0', 'MemoryLow': '0', 'MemoryHigh': 'infinity', 'MemoryMax': 'infinity', 'MemorySwapMax': 'infinity', 'MemoryLimit': 'infinity', 'DevicePolicy': 'auto', 'TasksAccounting': 'yes', 'TasksMax': '10920', 'IPAccounting': 'no', 'ManagedOOMSwap': 'auto', 'ManagedOOMMemoryPressure': 'auto', 'ManagedOOMMemoryPressureLimit': '0', 'ManagedOOMPreference': 'none', 'UMask': '0022', 'LimitCPU': 'infinity', 'LimitCPUSoft': 'infinity', 'LimitFSIZE': 'infinity', 'LimitFSIZESoft': 'infinity', 'LimitDATA': 'infinity', 'LimitDATASoft': 'infinity', 'LimitSTACK': 'infinity', 'LimitSTACKSoft': '8388608', 'LimitCORE': 'infinity', 'LimitCORESoft': '0', 'LimitRSS': 'infinity', 'LimitRSSSoft': 'infinity', 'LimitNOFILE': '524288', 'LimitNOFILESoft': '1024', 'LimitAS': 'infinity', 'LimitASSoft': 'infinity', 'LimitNPROC': '6825', 'LimitNPROCSoft': '6825', 'LimitMEMLOCK': '65536', 'LimitMEMLOCKSoft': '65536', 'LimitLOCKS': 'infinity', 'LimitLOCKSSoft': 'infinity', 'LimitSIGPENDING': '6825', 'LimitSIGPENDINGSoft': '6825', 'LimitMSGQUEUE': '819200', 'LimitMSGQUEUESoft': '819200', 'LimitNICE': '0', 'LimitNICESoft': '0', 'LimitRTPRIO': '0', 'LimitRTPRIOSoft': '0', 'LimitRTTIME': 'infinity', 'LimitRTTIMESoft': 'infinity', 'OOMScoreAdjust': '0', 'CoredumpFilter': '0x33', 'Nice': '0', 'IOSchedulingClass': '2', 'IOSchedulingPriority': '4', 'CPUSchedulingPolicy': '0', 'CPUSchedulingPriority': '0', 'CPUAffinityFromNUMA': 'no', 'NUMAPolicy': 'n/a', 'TimerSlackNSec': '50000', 'CPUSchedulingResetOnFork': 'no', 'NonBlocking': 'no', 'StandardInput': 'null', 'StandardOutput': 'journal', 'StandardError': 'inherit', 'TTYReset': 'no', 'TTYVHangup': 'no', 'TTYVTDisallocate': 'no', 'SyslogPriority': '30', 'SyslogLevelPrefix': 'yes', 'SyslogLevel': '6', 'SyslogFacility': '3', 'LogLevelMax': '-1', 'LogRateLimitIntervalUSec': '0', 'LogRateLimitBurst': '0', 'SecureBits': '0', 'CapabilityBoundingSet': 'cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore', 'DynamicUser': 'no', 'RemoveIPC': 'no', 'PrivateTmp': 'no', 'PrivateDevices': 'no', 'ProtectClock': 'no', 'ProtectKernelTunables': 'no', 'ProtectKernelModules': 'no', 'ProtectKernelLogs': 'no', 'ProtectControlGroups': 'no', 'PrivateNetwork': 'no', 'PrivateUsers': 'no', 'PrivateMounts': 'no', 'PrivateIPC': 'no', 'ProtectHome': 'no', 'ProtectSystem': 'no', 'SameProcessGroup': 'no', 'UtmpMode': 'init', 'IgnoreSIGPIPE': 'yes', 'NoNewPrivileges': 'no', 'SystemCallErrorNumber': '2147483646', 'LockPersonality': 'no', 'RuntimeDirectoryPreserve': 'no', 'RuntimeDirectoryMode': '0755', 'StateDirectoryMode': '0755', 'CacheDirectoryMode': '0755', 'LogsDirectoryMode': '0755', 'ConfigurationDirectoryMode': '0755', 'TimeoutCleanUSec': 'infinity', 'MemoryDenyWriteExecute': 'no', 'RestrictRealtime': 'no', 'RestrictSUIDSGID': 'no', 'RestrictNamespaces': 'no', 'MountAPIVFS': 'no', 'KeyringMode': 'shared', 'ProtectProc': 'default', 'ProcSubset': 'all', 'ProtectHostname': 'no', 'KillMode': 'control-group', 'KillSignal': '15', 'RestartKillSignal': '15', 'FinalKillSignal': '9', 'SendSIGKILL': 'yes', 'SendSIGHUP': 'no', 'WatchdogSignal': '6', 'Id': 'tangd.socket', 'Names': 'tangd.socket', 'Requires': 'sysinit.target system.slice', 'WantedBy': 'sockets.target', 'Conflicts': 'shutdown.target', 'Before': 'sockets.target shutdown.target', 'After': 'sysinit.target system.slice', 'Description': 'Tang Server socket', 'LoadState': 'loaded', 'ActiveState': 'active', 'FreezerState': 'running', 'SubState': 'listening', 'FragmentPath': '/usr/lib/systemd/system/tangd.socket', 'UnitFileState': 'enabled', 'UnitFilePreset': 'disabled', 'StateChangeTimestamp': 'Wed 2022-07-06 02:25:31 EDT', 'StateChangeTimestampMonotonic': '14333269', 'InactiveExitTimestamp': 'Wed 2022-07-06 02:25:31 EDT', 'InactiveExitTimestampMonotonic': '14333269', 'ActiveEnterTimestamp': 'Wed 2022-07-06 02:25:31 EDT', 'ActiveEnterTimestampMonotonic': '14333269', 'ActiveExitTimestampMonotonic': '0', 'InactiveEnterTimestampMonotonic': '0', 'CanStart': 'yes', 'CanStop': 'yes', 'CanReload': 'no', 'CanIsolate': 'no', 'CanFreeze': 'no', 'StopWhenUnneeded': 'no', 'RefuseManualStart': 'no', 'RefuseManualStop': 'no', 'AllowIsolate': 'no', 'DefaultDependencies': 'yes', 'OnSuccessJobMode': 'fail', 'OnFailureJobMode': 'replace', 'IgnoreOnIsolate': 'no', 'NeedDaemonReload': 'no', 'JobTimeoutUSec': 'infinity', 'JobRunningTimeoutUSec': 'infinity', 'JobTimeoutAction': 'none', 'ConditionResult': 'yes', 'AssertResult': 'yes', 'ConditionTimestamp': 'Wed 2022-07-06 02:25:31 EDT', 'ConditionTimestampMonotonic': '14330884', 'AssertTimestamp': 'Wed 2022-07-06 02:25:31 EDT', 'AssertTimestampMonotonic': '14330886', 'Transient': 'no', 'Perpetual': 'no', 'StartLimitIntervalUSec': '10s', 'StartLimitBurst': '5', 'StartLimitAction': 'none', 'FailureAction': 'none', 'SuccessAction': 'none', 'InvocationID': '6dc55e4478bf4addad3014f650cb5f6f', 'CollectMode': 'inactive'}, 'enabled': True, 'state': 'started', 'invocation': {'module_args': {'name': 'tangd.socket', 'enabled': True, 'state': 'started', 'daemon_reload': False, 'daemon_reexec': False, 'scope': 'system', 'no_block': False, 'force': None, 'masked': None}}, 'failed': False, 'item': 'tangd.socket', 'ansible_loop_var': 'item'}) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "enabled": true,
        "failed": false,
        "invocation": {
            "module_args": {
                "daemon_reexec": false,
                "daemon_reload": false,
                "enabled": true,
                "force": null,
                "masked": null,
                "name": "tangd.socket",
                "no_block": false,
                "scope": "system",
                "state": "started"
            }
        },
        "item": "tangd.socket",
        "name": "tangd.socket",
        "state": "started",
        "status": {
            "Accept": "yes",
            "ActiveEnterTimestamp": "Wed 2022-07-06 02:25:31 EDT",
            "ActiveEnterTimestampMonotonic": "14333269",
            "ActiveExitTimestampMonotonic": "0",
            "ActiveState": "active",
            "After": "sysinit.target system.slice",
            "AllowIsolate": "no",
            "AssertResult": "yes",
            "AssertTimestamp": "Wed 2022-07-06 02:25:31 EDT",
            "AssertTimestampMonotonic": "14330886",
            "Backlog": "4096",
            "Before": "sockets.target shutdown.target",
            "BindIPv6Only": "default",
            "BlockIOAccounting": "no",
            "BlockIOWeight": "[not set]",
            "Broadcast": "no",
            "CPUAccounting": "yes",
            "CPUAffinityFromNUMA": "no",
            "CPUQuotaPerSecUSec": "infinity",
            "CPUQuotaPeriodUSec": "infinity",
            "CPUSchedulingPolicy": "0",
            "CPUSchedulingPriority": "0",
            "CPUSchedulingResetOnFork": "no",
            "CPUShares": "[not set]",
            "CPUUsageNSec": "732000",
            "CPUWeight": "[not set]",
            "CacheDirectoryMode": "0755",
            "CanFreeze": "no",
            "CanIsolate": "no",
            "CanReload": "no",
            "CanStart": "yes",
            "CanStop": "yes",
            "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
            "CollectMode": "inactive",
            "ConditionResult": "yes",
            "ConditionTimestamp": "Wed 2022-07-06 02:25:31 EDT",
            "ConditionTimestampMonotonic": "14330884",
            "ConfigurationDirectoryMode": "0755",
            "Conflicts": "shutdown.target",
            "ControlGroup": "/system.slice/tangd.socket",
            "ControlPID": "0",
            "CoredumpFilter": "0x33",
            "DefaultDependencies": "yes",
            "DefaultMemoryLow": "0",
            "DefaultMemoryMin": "0",
            "DeferAcceptUSec": "0",
            "Delegate": "no",
            "Description": "Tang Server socket",
            "DevicePolicy": "auto",
            "DirectoryMode": "0755",
            "DynamicUser": "no",
            "FailureAction": "none",
            "FileDescriptorName": "tangd.socket",
            "FinalKillSignal": "9",
            "FlushPending": "no",
            "FragmentPath": "/usr/lib/systemd/system/tangd.socket",
            "FreeBind": "no",
            "FreezerState": "running",
            "GID": "[not set]",
            "IOAccounting": "no",
            "IOReadBytes": "18446744073709551615",
            "IOReadOperations": "18446744073709551615",
            "IOSchedulingClass": "2",
            "IOSchedulingPriority": "4",
            "IOWeight": "[not set]",
            "IOWriteBytes": "18446744073709551615",
            "IOWriteOperations": "18446744073709551615",
            "IPAccounting": "no",
            "IPEgressBytes": "[no data]",
            "IPEgressPackets": "[no data]",
            "IPIngressBytes": "[no data]",
            "IPIngressPackets": "[no data]",
            "IPTOS": "-1",
            "IPTTL": "-1",
            "Id": "tangd.socket",
            "IgnoreOnIsolate": "no",
            "IgnoreSIGPIPE": "yes",
            "InactiveEnterTimestampMonotonic": "0",
            "InactiveExitTimestamp": "Wed 2022-07-06 02:25:31 EDT",
            "InactiveExitTimestampMonotonic": "14333269",
            "InvocationID": "6dc55e4478bf4addad3014f650cb5f6f",
            "JobRunningTimeoutUSec": "infinity",
            "JobTimeoutAction": "none",
            "JobTimeoutUSec": "infinity",
            "KeepAlive": "no",
            "KeepAliveIntervalUSec": "0",
            "KeepAliveProbes": "0",
            "KeepAliveTimeUSec": "0",
            "KeyringMode": "shared",
            "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": "524288",
            "LimitNOFILESoft": "1024",
            "LimitNPROC": "6825",
            "LimitNPROCSoft": "6825",
            "LimitRSS": "infinity",
            "LimitRSSSoft": "infinity",
            "LimitRTPRIO": "0",
            "LimitRTPRIOSoft": "0",
            "LimitRTTIME": "infinity",
            "LimitRTTIMESoft": "infinity",
            "LimitSIGPENDING": "6825",
            "LimitSIGPENDINGSoft": "6825",
            "LimitSTACK": "infinity",
            "LimitSTACKSoft": "8388608",
            "Listen": "[::]:80 (Stream)",
            "LoadState": "loaded",
            "LockPersonality": "no",
            "LogLevelMax": "-1",
            "LogRateLimitBurst": "0",
            "LogRateLimitIntervalUSec": "0",
            "LogsDirectoryMode": "0755",
            "ManagedOOMMemoryPressure": "auto",
            "ManagedOOMMemoryPressureLimit": "0",
            "ManagedOOMPreference": "none",
            "ManagedOOMSwap": "auto",
            "Mark": "-1",
            "MaxConnections": "64",
            "MaxConnectionsPerSource": "0",
            "MemoryAccounting": "yes",
            "MemoryAvailable": "infinity",
            "MemoryCurrent": "8192",
            "MemoryDenyWriteExecute": "no",
            "MemoryHigh": "infinity",
            "MemoryLimit": "infinity",
            "MemoryLow": "0",
            "MemoryMax": "infinity",
            "MemoryMin": "0",
            "MemorySwapMax": "infinity",
            "MessageQueueMaxMessages": "0",
            "MessageQueueMessageSize": "0",
            "MountAPIVFS": "no",
            "NAccepted": "0",
            "NConnections": "0",
            "NRefused": "0",
            "NUMAPolicy": "n/a",
            "Names": "tangd.socket",
            "NeedDaemonReload": "no",
            "Nice": "0",
            "NoDelay": "no",
            "NoNewPrivileges": "no",
            "NonBlocking": "no",
            "OOMScoreAdjust": "0",
            "OnFailureJobMode": "replace",
            "OnSuccessJobMode": "fail",
            "PassCredentials": "no",
            "PassPacketInfo": "no",
            "PassSecurity": "no",
            "Perpetual": "no",
            "PipeSize": "0",
            "Priority": "-1",
            "PrivateDevices": "no",
            "PrivateIPC": "no",
            "PrivateMounts": "no",
            "PrivateNetwork": "no",
            "PrivateTmp": "no",
            "PrivateUsers": "no",
            "ProcSubset": "all",
            "ProtectClock": "no",
            "ProtectControlGroups": "no",
            "ProtectHome": "no",
            "ProtectHostname": "no",
            "ProtectKernelLogs": "no",
            "ProtectKernelModules": "no",
            "ProtectKernelTunables": "no",
            "ProtectProc": "default",
            "ProtectSystem": "no",
            "ReceiveBuffer": "0",
            "RefuseManualStart": "no",
            "RefuseManualStop": "no",
            "RemoveIPC": "no",
            "RemoveOnStop": "no",
            "Requires": "sysinit.target system.slice",
            "RestartKillSignal": "15",
            "RestrictNamespaces": "no",
            "RestrictRealtime": "no",
            "RestrictSUIDSGID": "no",
            "Result": "success",
            "ReusePort": "no",
            "RuntimeDirectoryMode": "0755",
            "RuntimeDirectoryPreserve": "no",
            "SameProcessGroup": "no",
            "SecureBits": "0",
            "SendBuffer": "0",
            "SendSIGHUP": "no",
            "SendSIGKILL": "yes",
            "Slice": "system.slice",
            "SocketMode": "0666",
            "SocketProtocol": "0",
            "StandardError": "inherit",
            "StandardInput": "null",
            "StandardOutput": "journal",
            "StartLimitAction": "none",
            "StartLimitBurst": "5",
            "StartLimitIntervalUSec": "10s",
            "StartupBlockIOWeight": "[not set]",
            "StartupCPUShares": "[not set]",
            "StartupCPUWeight": "[not set]",
            "StartupIOWeight": "[not set]",
            "StateChangeTimestamp": "Wed 2022-07-06 02:25:31 EDT",
            "StateChangeTimestampMonotonic": "14333269",
            "StateDirectoryMode": "0755",
            "StopWhenUnneeded": "no",
            "SubState": "listening",
            "SuccessAction": "none",
            "SyslogFacility": "3",
            "SyslogLevel": "6",
            "SyslogLevelPrefix": "yes",
            "SyslogPriority": "30",
            "SystemCallErrorNumber": "2147483646",
            "TTYReset": "no",
            "TTYVHangup": "no",
            "TTYVTDisallocate": "no",
            "TasksAccounting": "yes",
            "TasksCurrent": "0",
            "TasksMax": "10920",
            "TimeoutCleanUSec": "infinity",
            "TimeoutUSec": "1min 30s",
            "TimerSlackNSec": "50000",
            "Timestamping": "off",
            "Transient": "no",
            "Transparent": "no",
            "TriggerLimitBurst": "200",
            "TriggerLimitIntervalUSec": "2s",
            "UID": "[not set]",
            "UMask": "0022",
            "UnitFilePreset": "disabled",
            "UnitFileState": "enabled",
            "UtmpMode": "init",
            "WantedBy": "sockets.target",
            "WatchdogSignal": "6",
            "Writable": "no"
        }
    }
}

MSG:

All assertions passed

TASK [Include the appropriate provider verification tasks] *********************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:27
Wednesday 06 July 2022  06:25:33 +0000 (0:00:00.041)       0:00:04.987 ******** 
included: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-tang-results.yml for /cache/centos-9.qcow2.snap

TASK [Gather state of keys] ****************************************************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-tang-results.yml:2
Wednesday 06 July 2022  06:25:33 +0000 (0:00:00.026)       0:00:05.014 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "arguments": {
        "cachedir": null,
        "force": false,
        "keydir": "/var/db/tang",
        "keygen": "/usr/libexec/tangd-keygen",
        "keys_to_deploy_dir": null,
        "state": "keys-created",
        "update": null
    },
    "changed": false,
    "state": "keys-created"
}

TASK [Check whether there are keys] ********************************************
task path: /tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-tang-results.yml:10
Wednesday 06 July 2022  06:25:33 +0000 (0:00:00.367)       0:00:05.382 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=15   changed=2    unreachable=0    failed=0    skipped=2    rescued=0    ignored=0   

Wednesday 06 July 2022  06:25:33 +0000 (0:00:00.034)       0:00:05.416 ******** 
=============================================================================== 
fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.16s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 
fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.93s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:29 
fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.86s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 
Gather state of required packages --------------------------------------- 0.76s
/tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:2 ------------
Gather state of services ------------------------------------------------ 0.51s
/tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:13 -----------
fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.48s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:16 
Gather state of keys ---------------------------------------------------- 0.37s
/tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-tang-results.yml:2 ------------
Check services are enabled and started ---------------------------------- 0.04s
/tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:22 -----------
fedora.linux_system_roles.nbde_server : Set platform/version specific variables --- 0.03s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:7 
Check whether there are keys -------------------------------------------- 0.03s
/tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-tang-results.yml:10 -----------
fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.03s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:25 
fedora.linux_system_roles.nbde_server : Ensure keys are rotated --------- 0.03s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:7 
fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks --- 0.03s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 
Check whether required packages are installed --------------------------- 0.03s
/tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:9 ------------
Include the appropriate provider verification tasks --------------------- 0.03s
/tmp/tmpf_1oh0__/tests/nbde_server/tasks/verify-role-results.yml:27 -----------
fedora.linux_system_roles.nbde_server : Set version specific variables --- 0.03s
/tmp/tmpr6i26l8o/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 
include_tasks ----------------------------------------------------------- 0.02s
/tmp/tmpf_1oh0__/tests/nbde_server/tests_default.yml:9 ------------------------