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

PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml

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

TASK [Run role] ****************************************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml:8
Saturday 14 September 2024  08:51:04 -0400 (0:00:00.041)       0:00:00.041 **** 

TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6
Saturday 14 September 2024  08:51:04 -0400 (0:00:00.033)       0:00:00.074 **** 
included: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for managed_node1

TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2
Saturday 14 September 2024  08:51:04 -0400 (0:00:00.099)       0:00:00.174 **** 
ok: [managed_node1]

TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] *******
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10
Saturday 14 September 2024  08:51:05 -0400 (0:00:00.797)       0:00:00.971 **** 
ok: [managed_node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15
Saturday 14 September 2024  08:51:06 -0400 (0:00:00.550)       0:00:01.522 **** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__nbde_server_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19
Saturday 14 September 2024  08:51:06 -0400 (0:00:00.125)       0:00:01.647 **** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__nbde_server_cachedir": "/var/cache/tang", 
        "__nbde_server_group": "tang", 
        "__nbde_server_keydir": "/var/db/tang", 
        "__nbde_server_keygen": "/usr/libexec/tangd-keygen", 
        "__nbde_server_packages": [
            "tang"
        ], 
        "__nbde_server_services": [
            "tangd.socket"
        ], 
        "__nbde_server_update": "/usr/libexec/tangd-update", 
        "__nbde_server_user": "tang"
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml"
    ], 
    "changed": false
}

TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9
Saturday 14 September 2024  08:51:06 -0400 (0:00:00.089)       0:00:01.736 **** 
included: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for managed_node1

TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ********
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2
Saturday 14 September 2024  08:51:06 -0400 (0:00:00.086)       0:00:01.822 **** 
ok: [managed_node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "tang-6-2.el7.x86_64 providing tang is already installed"
    ]
}
lsrpackages: tang

TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] *********
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8
Saturday 14 September 2024  08:51:07 -0400 (0:00:01.116)       0:00:02.939 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] *************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17
Saturday 14 September 2024  08:51:07 -0400 (0:00:00.052)       0:00:02.991 **** 
changed: [managed_node1] => {
    "arguments": {
        "cachedir": "/var/cache/tang", 
        "force": false, 
        "keydir": "/var/db/tang", 
        "keygen": "/usr/libexec/tangd-keygen", 
        "keys_to_deploy_dir": null, 
        "state": "keys-created", 
        "update": "/usr/libexec/tangd-update"
    }, 
    "changed": true, 
    "state": "keys-created"
}

TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.489)       0:00:03.481 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.095)       0:00:03.576 **** 
included: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml for managed_node1

TASK [Ensure tang port is labeled tangd_port_t for SELinux] ********************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.112)       0:00:03.689 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.033)       0:00:03.722 **** 
ok: [managed_node1] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.321)       0:00:04.043 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35
Saturday 14 September 2024  08:51:08 -0400 (0:00:00.019)       0:00:04.063 **** 
ok: [managed_node1] => {
    "changed": false, 
    "path": "/etc/systemd/system/tangd.socket.d", 
    "state": "absent"
}

TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44
Saturday 14 September 2024  08:51:09 -0400 (0:00:00.360)       0:00:04.424 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53
Saturday 14 September 2024  08:51:09 -0400 (0:00:00.019)       0:00:04.444 **** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__nbde_server_port_changed": false
    }, 
    "changed": false
}

TASK [Ensure the desired port is added to firewalld] ***************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57
Saturday 14 September 2024  08:51:09 -0400 (0:00:00.020)       0:00:04.465 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] ***
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34
Saturday 14 September 2024  08:51:09 -0400 (0:00:00.024)       0:00:04.489 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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

TASK [Verify role results] *****************************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml:13
Saturday 14 September 2024  08:51:10 -0400 (0:00:01.049)       0:00:05.559 **** 
included: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml for managed_node1

TASK [Gather state of required packages] ***************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:2
Saturday 14 September 2024  08:51:10 -0400 (0:00:00.028)       0:00:05.588 **** 
ok: [managed_node1] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "tang-6-2.el7.x86_64 providing tang is already installed"
    ]
}
lsrpackages: tang

TASK [Check whether required packages are installed] ***************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:10
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.989)       0:00:06.577 **** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

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

TASK [Check services are enabled and started] **********************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:23
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.665)       0:00:07.275 **** 
ok: [managed_node1] => (item={u'status': {u'RuntimeDirectoryMode': u'0755', u'ActiveExitTimestamp': u'Sat 2024-09-14 08:51:01 EDT', u'UnitFileState': u'enabled', u'MaxConnections': u'64', u'KeepAlive': u'no', u'LimitSIGPENDING': u'14311', u'OOMScoreAdjust': u'0', u'NConnections': u'0', u'LoadState': u'loaded', u'IPTOS': u'-1', u'ProtectHome': u'no', u'Broadcast': u'no', u'ConditionTimestampMonotonic': u'374055441', u'TTYVHangup': u'no', u'ReceiveBuffer': u'0', u'LimitSTACK': u'18446744073709551615', u'DeferAcceptUSec': u'0', u'SubState': u'listening', u'StandardError': u'inherit', u'IgnoreOnSnapshot': u'no', u'ActiveEnterTimestampMonotonic': u'374055579', u'NAccepted': u'0', u'CPUSchedulingPriority': u'0', u'KillSignal': u'15', u'LimitFSIZE': u'18446744073709551615', u'IgnoreOnIsolate': u'no', u'LimitCPU': u'18446744073709551615', u'Backlog': u'128', u'AssertTimestamp': u'Sat 2024-09-14 08:51:01 EDT', u'SendBuffer': u'0', u'CPUQuotaPerSecUSec': u'infinity', u'CanStart': u'yes', u'DirectoryMode': u'0755', u'JobTimeoutAction': u'none', u'Before': u'shutdown.target sockets.target multi-user.target tangd@0.service', u'PassSecurity': u'no', u'LimitAS': u'18446744073709551615', u'RemoveOnStop': u'no', u'InactiveExitTimestampMonotonic': u'374055579', u'Mark': u'-1', u'Priority': u'-1', u'SendSIGHUP': u'no', u'SyslogPriority': u'30', u'SameProcessGroup': u'no', u'LimitNPROC': u'14311', u'Accept': u'yes', u'SystemCallErrorNumber': u'0', u'UMask': u'0022', u'NonBlocking': u'no', u'InactiveEnterTimestampMonotonic': u'374055409', u'CapabilityBoundingSet': u'18446744073709551615', u'TTYReset': u'no', u'RefuseManualStart': u'no', u'KillMode': u'control-group', u'SyslogLevelPrefix': u'yes', u'LimitRSS': u'18446744073709551615', u'LimitRTPRIO': u'0', u'Delegate': u'no', u'TasksCurrent': u'18446744073709551615', u'InactiveExitTimestamp': u'Sat 2024-09-14 08:51:01 EDT', u'LimitCORE': u'18446744073709551615', u'JobTimeoutUSec': u'0', u'MemoryLimit': u'18446744073709551615', u'CPUSchedulingResetOnFork': u'no', u'Result': u'success', u'KeepAliveIntervalUSec': u'0', u'CPUShares': u'18446744073709551615', u'NoDelay': u'no', u'IPTTL': u'-1', u'ConditionResult': u'yes', u'TTYVTDisallocate': u'no', u'StartupBlockIOWeight': u'18446744073709551615', u'ActiveEnterTimestamp': u'Sat 2024-09-14 08:51:01 EDT', u'FragmentPath': u'/usr/lib/systemd/system/tangd.socket', u'StartupCPUShares': u'18446744073709551615', u'ActiveState': u'active', u'Nice': u'0', u'LimitDATA': u'18446744073709551615', u'UnitFilePreset': u'disabled', u'MemoryCurrent': u'18446744073709551615', u'LimitRTTIME': u'18446744073709551615', u'ListenStream': u'[::]:80', u'WantedBy': u'multi-user.target', u'PipeSize': u'0', u'ConditionTimestamp': u'Sat 2024-09-14 08:51:01 EDT', u'CPUAccounting': u'no', u'CPUSchedulingPolicy': u'0', u'AllowIsolate': u'no', u'Transparent': u'no', u'LimitNOFILE': u'4096', u'CanReload': u'no', u'RefuseManualStop': u'no', u'Triggers': u'tangd@0.service', u'SocketMode': u'0666', u'TasksAccounting': u'no', u'NeedDaemonReload': u'no', u'SecureBits': u'0', u'InactiveEnterTimestamp': u'Sat 2024-09-14 08:51:01 EDT', u'StandardInput': u'null', u'AssertTimestampMonotonic': u'374055443', u'DefaultDependencies': u'yes', u'Requires': u'sysinit.target -.slice', u'TasksMax': u'18446744073709551615', u'BindIPv6Only': u'default', u'LimitMEMLOCK': u'65536', u'StopWhenUnneeded': u'no', u'LimitMSGQUEUE': u'819200', u'TimeoutUSec': u'1min 30s', u'AmbientCapabilities': u'0', u'FreeBind': u'no', u'CollectMode': u'inactive', u'KeepAliveTimeUSec': u'0', u'BlockIOAccounting': u'no', u'CanStop': u'yes', u'PrivateTmp': u'no', u'NoNewPrivileges': u'no', u'AssertResult': u'yes', u'LimitLOCKS': u'18446744073709551615', u'TimerSlackNSec': u'50000', u'LimitNICE': u'0', u'After': u'sysinit.target -.slice', u'OnFailureJobMode': u'replace', u'PassCredentials': u'no', u'CanIsolate': u'no', u'Conflicts': u'shutdown.target', u'StandardOutput': u'journal', u'MountFlags': u'0', u'DevicePolicy': u'auto', u'SendSIGKILL': u'yes', u'MemoryAccounting': u'no', u'IgnoreSIGPIPE': u'yes', u'Transient': u'no', u'IOScheduling': u'0', u'PrivateNetwork': u'no', u'ReusePort': u'no', u'ActiveExitTimestampMonotonic': u'374055409', u'KeepAliveProbes': u'0', u'PrivateDevices': u'no', u'BlockIOWeight': u'18446744073709551615', u'Description': u'Tang Server socket', u'Names': u'tangd.socket', u'ProtectSystem': u'no', u'ControlPID': u'0', u'Id': u'tangd.socket'}, u'ansible_loop_var': u'item', u'name': u'tangd.socket', u'item': u'tangd.socket', u'changed': False, u'enabled': True, u'failed': False, u'state': u'started', u'invocation': {u'module_args': {u'no_block': False, u'force': None, u'name': u'tangd.socket', u'daemon_reexec': False, u'enabled': True, u'daemon_reload': False, u'state': u'started', u'masked': None, u'scope': None, u'user': None}}}) => {
    "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": null, 
                "state": "started", 
                "user": null
            }
        }, 
        "item": "tangd.socket", 
        "name": "tangd.socket", 
        "state": "started", 
        "status": {
            "Accept": "yes", 
            "ActiveEnterTimestamp": "Sat 2024-09-14 08:51:01 EDT", 
            "ActiveEnterTimestampMonotonic": "374055579", 
            "ActiveExitTimestamp": "Sat 2024-09-14 08:51:01 EDT", 
            "ActiveExitTimestampMonotonic": "374055409", 
            "ActiveState": "active", 
            "After": "sysinit.target -.slice", 
            "AllowIsolate": "no", 
            "AmbientCapabilities": "0", 
            "AssertResult": "yes", 
            "AssertTimestamp": "Sat 2024-09-14 08:51:01 EDT", 
            "AssertTimestampMonotonic": "374055443", 
            "Backlog": "128", 
            "Before": "shutdown.target sockets.target multi-user.target tangd@0.service", 
            "BindIPv6Only": "default", 
            "BlockIOAccounting": "no", 
            "BlockIOWeight": "18446744073709551615", 
            "Broadcast": "no", 
            "CPUAccounting": "no", 
            "CPUQuotaPerSecUSec": "infinity", 
            "CPUSchedulingPolicy": "0", 
            "CPUSchedulingPriority": "0", 
            "CPUSchedulingResetOnFork": "no", 
            "CPUShares": "18446744073709551615", 
            "CanIsolate": "no", 
            "CanReload": "no", 
            "CanStart": "yes", 
            "CanStop": "yes", 
            "CapabilityBoundingSet": "18446744073709551615", 
            "CollectMode": "inactive", 
            "ConditionResult": "yes", 
            "ConditionTimestamp": "Sat 2024-09-14 08:51:01 EDT", 
            "ConditionTimestampMonotonic": "374055441", 
            "Conflicts": "shutdown.target", 
            "ControlPID": "0", 
            "DefaultDependencies": "yes", 
            "DeferAcceptUSec": "0", 
            "Delegate": "no", 
            "Description": "Tang Server socket", 
            "DevicePolicy": "auto", 
            "DirectoryMode": "0755", 
            "FragmentPath": "/usr/lib/systemd/system/tangd.socket", 
            "FreeBind": "no", 
            "IOScheduling": "0", 
            "IPTOS": "-1", 
            "IPTTL": "-1", 
            "Id": "tangd.socket", 
            "IgnoreOnIsolate": "no", 
            "IgnoreOnSnapshot": "no", 
            "IgnoreSIGPIPE": "yes", 
            "InactiveEnterTimestamp": "Sat 2024-09-14 08:51:01 EDT", 
            "InactiveEnterTimestampMonotonic": "374055409", 
            "InactiveExitTimestamp": "Sat 2024-09-14 08:51:01 EDT", 
            "InactiveExitTimestampMonotonic": "374055579", 
            "JobTimeoutAction": "none", 
            "JobTimeoutUSec": "0", 
            "KeepAlive": "no", 
            "KeepAliveIntervalUSec": "0", 
            "KeepAliveProbes": "0", 
            "KeepAliveTimeUSec": "0", 
            "KillMode": "control-group", 
            "KillSignal": "15", 
            "LimitAS": "18446744073709551615", 
            "LimitCORE": "18446744073709551615", 
            "LimitCPU": "18446744073709551615", 
            "LimitDATA": "18446744073709551615", 
            "LimitFSIZE": "18446744073709551615", 
            "LimitLOCKS": "18446744073709551615", 
            "LimitMEMLOCK": "65536", 
            "LimitMSGQUEUE": "819200", 
            "LimitNICE": "0", 
            "LimitNOFILE": "4096", 
            "LimitNPROC": "14311", 
            "LimitRSS": "18446744073709551615", 
            "LimitRTPRIO": "0", 
            "LimitRTTIME": "18446744073709551615", 
            "LimitSIGPENDING": "14311", 
            "LimitSTACK": "18446744073709551615", 
            "ListenStream": "[::]:80", 
            "LoadState": "loaded", 
            "Mark": "-1", 
            "MaxConnections": "64", 
            "MemoryAccounting": "no", 
            "MemoryCurrent": "18446744073709551615", 
            "MemoryLimit": "18446744073709551615", 
            "MountFlags": "0", 
            "NAccepted": "0", 
            "NConnections": "0", 
            "Names": "tangd.socket", 
            "NeedDaemonReload": "no", 
            "Nice": "0", 
            "NoDelay": "no", 
            "NoNewPrivileges": "no", 
            "NonBlocking": "no", 
            "OOMScoreAdjust": "0", 
            "OnFailureJobMode": "replace", 
            "PassCredentials": "no", 
            "PassSecurity": "no", 
            "PipeSize": "0", 
            "Priority": "-1", 
            "PrivateDevices": "no", 
            "PrivateNetwork": "no", 
            "PrivateTmp": "no", 
            "ProtectHome": "no", 
            "ProtectSystem": "no", 
            "ReceiveBuffer": "0", 
            "RefuseManualStart": "no", 
            "RefuseManualStop": "no", 
            "RemoveOnStop": "no", 
            "Requires": "sysinit.target -.slice", 
            "Result": "success", 
            "ReusePort": "no", 
            "RuntimeDirectoryMode": "0755", 
            "SameProcessGroup": "no", 
            "SecureBits": "0", 
            "SendBuffer": "0", 
            "SendSIGHUP": "no", 
            "SendSIGKILL": "yes", 
            "SocketMode": "0666", 
            "StandardError": "inherit", 
            "StandardInput": "null", 
            "StandardOutput": "journal", 
            "StartupBlockIOWeight": "18446744073709551615", 
            "StartupCPUShares": "18446744073709551615", 
            "StopWhenUnneeded": "no", 
            "SubState": "listening", 
            "SyslogLevelPrefix": "yes", 
            "SyslogPriority": "30", 
            "SystemCallErrorNumber": "0", 
            "TTYReset": "no", 
            "TTYVHangup": "no", 
            "TTYVTDisallocate": "no", 
            "TasksAccounting": "no", 
            "TasksCurrent": "18446744073709551615", 
            "TasksMax": "18446744073709551615", 
            "TimeoutUSec": "1min 30s", 
            "TimerSlackNSec": "50000", 
            "Transient": "no", 
            "Transparent": "no", 
            "Triggers": "tangd@0.service", 
            "UMask": "0022", 
            "UnitFilePreset": "disabled", 
            "UnitFileState": "enabled", 
            "WantedBy": "multi-user.target"
        }
    }
}

MSG:

All assertions passed

TASK [Include the appropriate provider verification tasks] *********************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:28
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.055)       0:00:07.331 **** 
included: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml for managed_node1

TASK [Gather state of keys] ****************************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml:2
Saturday 14 September 2024  08:51:11 -0400 (0:00:00.023)       0:00:07.355 **** 
ok: [managed_node1] => {
    "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/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml:10
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.467)       0:00:07.823 **** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default.yml:16
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.060)       0:00:07.883 **** 
included: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml for managed_node1

TASK [Remove control node files/directories] ***********************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:2
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.042)       0:00:07.925 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove managed node files/directories] ***********************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9
Saturday 14 September 2024  08:51:12 -0400 (0:00:00.087)       0:00:08.012 **** 
skipping: [managed_node1] => (item={u'path': u'', u'remove_dir': u'true'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "path": "", 
        "remove_dir": "true"
    }, 
    "skip_reason": "Conditional result was False"
}
changed: [managed_node1] => (item={u'path': u'/var/db/tang', u'remove_dir': u'false'}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n  rm -rf \"/var/db/tang\"\nelse\n  rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", 
    "delta": "0:00:00.003960", 
    "end": "2024-09-14 08:51:13.102514", 
    "item": {
        "path": "/var/db/tang", 
        "remove_dir": "false"
    }, 
    "rc": 0, 
    "start": "2024-09-14 08:51:13.098554"
}

STDERR:

+ '[' false = true ']'
+ rm -rf /var/db/tang/sibKGy37galRSpaD427KgYs9oc0.jwk /var/db/tang/xfy9uO4mb2JWQpUGsJYfKCScOAA.jwk /var/db/tang/. /var/db/tang/..
rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/.’
rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/..’
+ :
changed: [managed_node1] => (item={u'path': u'/var/cache/tang', u'remove_dir': u'false'}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n  rm -rf \"/var/cache/tang\"\nelse\n  rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", 
    "delta": "0:00:00.003985", 
    "end": "2024-09-14 08:51:13.376232", 
    "item": {
        "path": "/var/cache/tang", 
        "remove_dir": "false"
    }, 
    "rc": 0, 
    "start": "2024-09-14 08:51:13.372247"
}

STDERR:

+ '[' false = true ']'
+ rm -rf '/var/cache/tang/*' '/var/cache/tang/.*'
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed_node1              : ok=23   changed=2    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0   

Saturday 14 September 2024  08:51:13 -0400 (0:00:00.781)       0:00:08.794 **** 
=============================================================================== 
fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.12s
/tmp/collections-tVm/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 --- 1.05s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 
Gather state of required packages --------------------------------------- 0.99s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:2 
fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.80s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 
Remove managed node files/directories ----------------------------------- 0.78s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 
Gather state of services ------------------------------------------------ 0.67s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:14 
fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.55s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 
fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.49s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 
Gather state of keys ---------------------------------------------------- 0.47s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml:2 
fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.36s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 
fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory --- 0.32s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 
fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree --- 0.13s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 
fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port --- 0.11s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 
fedora.linux_system_roles.nbde_server : Set version specific variables --- 0.10s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 
fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.10s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 
fedora.linux_system_roles.nbde_server : Set platform/version specific variables --- 0.09s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 
Remove control node files/directories ----------------------------------- 0.09s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:2 
fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks --- 0.09s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 
Check whether there are keys -------------------------------------------- 0.06s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-tang-results.yml:10 
Check services are enabled and started ---------------------------------- 0.06s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/verify-role-results.yml:23