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_vars.yml ***********************************************
1 plays in /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml:2
Saturday 14 September 2024  08:51:25 -0400 (0:00:00.021)       0:00:00.021 **** 
ok: [managed_node1]
META: ran handlers

TASK [Run role] ****************************************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml:7
Saturday 14 September 2024  08:51:26 -0400 (0:00:00.912)       0:00:00.934 **** 

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:26 -0400 (0:00:00.043)       0:00:00.978 **** 
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:26 -0400 (0:00:00.111)       0:00:01.089 **** 
skipping: [managed_node1] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

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:26 -0400 (0:00:00.053)       0:00:01.142 **** 
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:27 -0400 (0:00:00.436)       0:00:01.579 **** 
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:27 -0400 (0:00:00.064)       0:00:01.644 **** 
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:27 -0400 (0:00:00.114)       0:00:01.758 **** 
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:27 -0400 (0:00:00.110)       0:00:01.869 **** 
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:28 -0400 (0:00:00.966)       0:00:02.836 **** 
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:28 -0400 (0:00:00.065)       0:00:02.901 **** 
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:29 -0400 (0:00:00.597)       0:00:03.499 **** 
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:29 -0400 (0:00:00.074)       0:00:03.573 **** 
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:29 -0400 (0:00:00.074)       0:00:03.648 **** 
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:29 -0400 (0:00:00.032)       0:00:03.680 **** 
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:29 -0400 (0:00:00.335)       0:00:04.016 **** 
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:29 -0400 (0:00:00.035)       0:00:04.052 **** 
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:30 -0400 (0:00:00.489)       0:00:04.541 **** 
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:30 -0400 (0:00:00.042)       0:00:04.584 **** 
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:30 -0400 (0:00:00.052)       0:00:04.637 **** 
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:30 -0400 (0:00:00.042)       0:00:04.680 **** 
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:30 -0400 (0:00:00.031)       0:00:04.711 **** 
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 [Assert that the role declares all parameters in defaults] ****************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml:11
Saturday 14 September 2024  08:51:31 -0400 (0:00:00.629)       0:00:05.340 **** 
ok: [managed_node1] => (item=nbde_server_provider) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nbde_server_provider"
}

MSG:

All assertions passed
ok: [managed_node1] => (item=nbde_server_deploy_keys) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nbde_server_deploy_keys"
}

MSG:

All assertions passed
ok: [managed_node1] => (item=nbde_server_fetch_keys) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nbde_server_fetch_keys"
}

MSG:

All assertions passed
ok: [managed_node1] => (item=nbde_server_rotate_keys) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nbde_server_rotate_keys"
}

MSG:

All assertions passed
ok: [managed_node1] => (item=nbde_server_keys_dir) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nbde_server_keys_dir"
}

MSG:

All assertions passed

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml:22
Saturday 14 September 2024  08:51:31 -0400 (0:00:00.095)       0:00:05.436 **** 
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:31 -0400 (0:00:00.034)       0:00:05.471 **** 
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:31 -0400 (0:00:00.023)       0:00:05.494 **** 
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.004196", 
    "end": "2024-09-14 08:51:31.579900", 
    "item": {
        "path": "/var/db/tang", 
        "remove_dir": "false"
    }, 
    "rc": 0, 
    "start": "2024-09-14 08:51:31.575704"
}

STDERR:

+ '[' false = true ']'
+ rm -rf /var/db/tang/EHUbDK_VHwc5GuxJYoMEESKDE08.jwk /var/db/tang/n_yy8QBKi7WcSqqjP5uDwvIGq-0.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.003820", 
    "end": "2024-09-14 08:51:31.830771", 
    "item": {
        "path": "/var/cache/tang", 
        "remove_dir": "false"
    }, 
    "rc": 0, 
    "start": "2024-09-14 08:51:31.826951"
}

STDERR:

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

PLAY RECAP *********************************************************************
managed_node1              : ok=16   changed=2    unreachable=0    failed=0    skipped=9    rescued=0    ignored=0   

Saturday 14 September 2024  08:51:31 -0400 (0:00:00.646)       0:00:06.141 **** 
=============================================================================== 
fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.97s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 
Gathering Facts --------------------------------------------------------- 0.91s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml:2 
Remove managed node files/directories ----------------------------------- 0.65s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 
fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.63s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 
fedora.linux_system_roles.nbde_server : Ensure we have keys ------------- 0.60s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 
fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory --- 0.49s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 
fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.44s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 
fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory --- 0.34s
/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 platform/version specific variables --- 0.11s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 
fedora.linux_system_roles.nbde_server : Set version specific variables --- 0.11s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 
fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks --- 0.11s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 
Assert that the role declares all parameters in defaults ---------------- 0.10s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml:11 
fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port --- 0.07s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 
fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks --- 0.07s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 
fedora.linux_system_roles.nbde_server : Ensure keys are rotated --------- 0.07s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 
fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree --- 0.06s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 
fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.05s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 
fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed --- 0.05s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 
Run role ---------------------------------------------------------------- 0.04s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_default_vars.yml:7 
Ensure the desired port is added to firewalld --------------------------- 0.04s
/tmp/collections-tVm/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57