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_run_hooks.yml **************************************************
2 plays in /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml

PLAY [Issue simple self-signed certificate] ************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:2
Saturday 12 October 2024  13:16:48 -0400 (0:00:00.038)       0:00:00.038 ****** 
ok: [managed-node2]
META: ran handlers

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 12 October 2024  13:16:49 -0400 (0:00:00.880)       0:00:00.918 ****** 
included: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 12 October 2024  13:16:49 -0400 (0:00:00.037)       0:00:00.956 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 12 October 2024  13:16:49 -0400 (0:00:00.054)       0:00:01.010 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 12 October 2024  13:16:50 -0400 (0:00:00.476)       0:00:01.486 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 12 October 2024  13:16:50 -0400 (0:00:00.075)       0:00:01.562 ****** 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "RedHat.yml", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS.yml", 
    "skip_reason": "Conditional result was False"
}
ok: [managed-node2] => (item=CentOS_7.yml) => {
    "ansible_facts": {
        "__certificate_default_directory": "/etc/pki/tls", 
        "__certificate_packages": [
            "python-pyasn1", 
            "python-cryptography", 
            "python-dbus"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.yml"
}
skipping: [managed-node2] => (item=CentOS_7.9.yml)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "CentOS_7.9.yml", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 12 October 2024  13:16:50 -0400 (0:00:00.115)       0:00:01.678 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 12 October 2024  13:16:52 -0400 (0:00:01.788)       0:00:03.467 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "rc": 0, 
    "results": [
        "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 12 October 2024  13:16:52 -0400 (0:00:00.617)       0:00:04.085 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//pre-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 12 October 2024  13:16:53 -0400 (0:00:00.620)       0:00:04.706 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "gid": 0, 
    "group": "root", 
    "mode": "0700", 
    "owner": "root", 
    "path": "/etc/certmonger//post-scripts", 
    "secontext": "unconfined_u:object_r:etc_t:s0", 
    "size": 4096, 
    "state": "directory", 
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 12 October 2024  13:16:53 -0400 (0:00:00.416)       0:00:05.122 ****** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-10-12 13:15:54 EDT", 
        "ActiveEnterTimestampMonotonic": "1079516758", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target network.target system.slice syslog.target systemd-journald.socket dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-10-12 13:15:54 EDT", 
        "AssertTimestampMonotonic": "1079500654", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "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-10-12 13:15:54 EDT", 
        "ConditionTimestampMonotonic": "1079500652", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/certmonger.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "Certificate monitoring and PKI enrollment", 
        "DevicePolicy": "auto", 
        "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9885", 
        "ExecMainStartTimestamp": "Sat 2024-10-12 13:15:54 EDT", 
        "ExecMainStartTimestampMonotonic": "1079501242", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[Sat 2024-10-12 13:15:54 EDT] ; stop_time=[n/a] ; pid=9885 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-10-12 13:15:54 EDT", 
        "InactiveExitTimestampMonotonic": "1079501272", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9885", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2024-10-12 13:15:54 EDT", 
        "WatchdogTimestampMonotonic": "1079516719", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 12 October 2024  13:16:54 -0400 (0:00:00.860)       0:00:05.983 ****** 
changed: [managed-node2] => (item={u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ca": "self-sign", 
        "dns": "www.example.com", 
        "name": "mycert_run_hooks", 
        "run_after": "touch /etc/pki/after_cert.tmp\n", 
        "run_before": "touch /etc/pki/before_cert.tmp\n"
    }
}

MSG:

Certificate requested (new). Pre/Post run hooks updated.

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 12 October 2024  13:16:55 -0400 (0:00:00.978)       0:00:06.962 ****** 
skipping: [managed-node2] => (item=[u'cert', {u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "cert", 
        {
            "ca": "self-sign", 
            "dns": "www.example.com", 
            "name": "mycert_run_hooks", 
            "run_after": "touch /etc/pki/after_cert.tmp\n", 
            "run_before": "touch /etc/pki/before_cert.tmp\n"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'key', {u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "key", 
        {
            "ca": "self-sign", 
            "dns": "www.example.com", 
            "name": "mycert_run_hooks", 
            "run_after": "touch /etc/pki/after_cert.tmp\n", 
            "run_before": "touch /etc/pki/before_cert.tmp\n"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'ca', {u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "ca", 
        {
            "ca": "self-sign", 
            "dns": "www.example.com", 
            "name": "mycert_run_hooks", 
            "run_after": "touch /etc/pki/after_cert.tmp\n", 
            "run_before": "touch /etc/pki/before_cert.tmp\n"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 12 October 2024  13:16:55 -0400 (0:00:00.086)       0:00:07.048 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 12 October 2024  13:16:55 -0400 (0:00:00.059)       0:00:07.107 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 12 October 2024  13:16:55 -0400 (0:00:00.048)       0:00:07.156 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Verify certificate] ******************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:17
Saturday 12 October 2024  13:16:55 -0400 (0:00:00.072)       0:00:07.228 ****** 
ok: [managed-node2]
META: ran handlers

TASK [Verify each certificate] *************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:31
Saturday 12 October 2024  13:16:57 -0400 (0:00:01.618)       0:00:08.847 ****** 
included: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml for managed-node2

TASK [Set virtualenv_path] *****************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:2
Saturday 12 October 2024  13:16:57 -0400 (0:00:00.112)       0:00:08.959 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__virtualenv_path": "/tmp/certificate-tests-venv"
    }, 
    "changed": false
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:9
Saturday 12 October 2024  13:16:57 -0400 (0:00:00.060)       0:00:09.019 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:14
Saturday 12 October 2024  13:16:57 -0400 (0:00:00.125)       0:00:09.145 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Ensure python3 is installed] *********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:18
Saturday 12 October 2024  13:16:57 -0400 (0:00:00.132)       0:00:09.277 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed"
    ]
}
lsrpackages: python2-cryptography

TASK [Ensure python3 is installed] *********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:28
Saturday 12 October 2024  13:16:58 -0400 (0:00:00.609)       0:00:09.887 ****** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Retrieve certificate file stats] *****************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38
Saturday 12 October 2024  13:16:58 -0400 (0:00:00.041)       0:00:09.929 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "atime": 1728753415.3476303, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "dccf89a054c3ecd9959b0b77fa0b5315c29f8b52", 
        "ctime": 1728753415.3436303, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 172756, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1728753415.3436303, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/mycert_run_hooks.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1294, 
        "uid": 0, 
        "version": "18446744071741000730", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Verify if certificate file exists] ***************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:43
Saturday 12 October 2024  13:16:58 -0400 (0:00:00.317)       0:00:10.247 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate file owner and group] *********************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:49
Saturday 12 October 2024  13:16:58 -0400 (0:00:00.066)       0:00:10.314 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate permissions] ******************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:59
Saturday 12 October 2024  13:16:58 -0400 (0:00:00.075)       0:00:10.389 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Retrieve key file stats] *************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65
Saturday 12 October 2024  13:16:59 -0400 (0:00:00.079)       0:00:10.469 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "atime": 1728753415.3026302, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "e417d480573e19b4f6d2154dbf3a6e674f4c3dfa", 
        "ctime": 1728753415.3436303, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 172754, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1728753415.3436303, 
        "nlink": 1, 
        "path": "/etc/pki/tls/private/mycert_run_hooks.key", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1708, 
        "uid": 0, 
        "version": "18446744071741000715", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Verify if key file exists] ***********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:70
Saturday 12 October 2024  13:16:59 -0400 (0:00:00.439)       0:00:10.908 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify key file owner and group] *****************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:76
Saturday 12 October 2024  13:16:59 -0400 (0:00:00.083)       0:00:10.991 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Parse certificate] *******************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86
Saturday 12 October 2024  13:16:59 -0400 (0:00:00.090)       0:00:11.082 ****** 
ok: [managed-node2] => {
    "certificate": {
        "extensions": {
            "authorityKeyIdentifier": {
                "critical": false, 
                "value": "F6:82:81:C4:46:A6:3F:F7:C0:3C:D2:8E:5E:33:3A:6E:F3:04:02:F2"
            }, 
            "basicConstraints": {
                "critical": true, 
                "value": {
                    "ca": false
                }
            }, 
            "extendedKeyUsage": {
                "critical": false, 
                "value": [
                    {
                        "name": "id-kp-serverAuth", 
                        "oid": "1.3.6.1.5.5.7.3.1"
                    }, 
                    {
                        "name": "id-kp-clientAuth", 
                        "oid": "1.3.6.1.5.5.7.3.2"
                    }
                ]
            }, 
            "keyUsage": {
                "critical": false, 
                "value": [
                    "key_encipherment", 
                    "digital_signature"
                ]
            }, 
            "subjectAltName": {
                "critical": false, 
                "value": [
                    {
                        "name": "DNS", 
                        "value": "www.example.com"
                    }
                ]
            }, 
            "subjectKeyIdentifier": {
                "critical": false, 
                "value": "F3:C8:3B:D3:8D:92:0A:84:31:1F:44:28:23:55:84:EB:F3:0A:86:13"
            }
        }, 
        "key_size": 2048, 
        "signature_algorithm": {
            "algorithm": "sha256WithRSAEncryption", 
            "signature": "71:11:71:AC:E2:99:A4:43:27:D4:F5:52:B7:07:6D:C2:ED:A3:66:61:B0:E7:58:89:B3:EF:AD:E1:D0:BB:CC:D9:FC:D7:F0:69:3F:C8:B3:50:46:01:D8:E2:C0:BE:79:4E:27:D8:E5:EA:B7:64:A0:1E:62:AC:FE:0B:8A:70:1B:16:E3:A9:85:FE:DF:7D:F1:17:A2:3D:2F:19:35:64:1D:E3:04:2E:4D:15:FD:BD:E2:F6:03:56:33:A9:68:EE:6C:63:8F:18:E8:86:E6:43:1E:48:DD:9A:43:D8:C2:D4:59:17:71:5B:18:79:F3:9C:95:F4:6F:2B:66:C0:73:91:60:81:B2:47:19:B4:46:73:AC:03:08:96:5D:B8:FB:DF:2B:FE:9E:30:94:18:86:CF:8C:6B:84:27:F7:34:07:6C:CE:3F:60:14:47:5E:ED:7E:BD:52:2E:3C:71:DC:EB:E5:0A:E0:53:58:27:00:63:72:13:C2:20:96:F1:0F:93:25:0B:14:8F:5C:68:83:5A:94:7A:2A:80:8A:78:33:92:5B:C1:38:90:A5:2C:DF:E4:CA:10:B9:EF:93:5D:F6:51:4A:24:7F:8E:EE:74:D1:B6:43:1A:50:F2:F8:4C:BF:6E:6B:D2:89:95:93:93:C7:E2:2D:F1:32:34:3C:CD:FC:9F:A8:39:F5"
        }, 
        "subject": [
            {
                "name": "commonName", 
                "oid": "2.5.4.3", 
                "value": "www.example.com"
            }
        ], 
        "validity": {
            "not_valid_after": "20251012171554Z", 
            "not_valid_before": "20241012171655Z"
        }
    }, 
    "changed": false
}

TASK [Load certificate YAML to cert_issued variable] ***************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:92
Saturday 12 October 2024  13:17:00 -0400 (0:00:00.694)       0:00:11.777 ****** 
ok: [managed-node2] => {
    "ansible_facts": {
        "cert_issued": {
            "extensions": {
                "authorityKeyIdentifier": {
                    "critical": false, 
                    "value": "F6:82:81:C4:46:A6:3F:F7:C0:3C:D2:8E:5E:33:3A:6E:F3:04:02:F2"
                }, 
                "basicConstraints": {
                    "critical": true, 
                    "value": {
                        "ca": false
                    }
                }, 
                "extendedKeyUsage": {
                    "critical": false, 
                    "value": [
                        {
                            "name": "id-kp-serverAuth", 
                            "oid": "1.3.6.1.5.5.7.3.1"
                        }, 
                        {
                            "name": "id-kp-clientAuth", 
                            "oid": "1.3.6.1.5.5.7.3.2"
                        }
                    ]
                }, 
                "keyUsage": {
                    "critical": false, 
                    "value": [
                        "key_encipherment", 
                        "digital_signature"
                    ]
                }, 
                "subjectAltName": {
                    "critical": false, 
                    "value": [
                        {
                            "name": "DNS", 
                            "value": "www.example.com"
                        }
                    ]
                }, 
                "subjectKeyIdentifier": {
                    "critical": false, 
                    "value": "F3:C8:3B:D3:8D:92:0A:84:31:1F:44:28:23:55:84:EB:F3:0A:86:13"
                }
            }, 
            "key_size": 2048, 
            "signature_algorithm": {
                "algorithm": "sha256WithRSAEncryption", 
                "signature": "71:11:71:AC:E2:99:A4:43:27:D4:F5:52:B7:07:6D:C2:ED:A3:66:61:B0:E7:58:89:B3:EF:AD:E1:D0:BB:CC:D9:FC:D7:F0:69:3F:C8:B3:50:46:01:D8:E2:C0:BE:79:4E:27:D8:E5:EA:B7:64:A0:1E:62:AC:FE:0B:8A:70:1B:16:E3:A9:85:FE:DF:7D:F1:17:A2:3D:2F:19:35:64:1D:E3:04:2E:4D:15:FD:BD:E2:F6:03:56:33:A9:68:EE:6C:63:8F:18:E8:86:E6:43:1E:48:DD:9A:43:D8:C2:D4:59:17:71:5B:18:79:F3:9C:95:F4:6F:2B:66:C0:73:91:60:81:B2:47:19:B4:46:73:AC:03:08:96:5D:B8:FB:DF:2B:FE:9E:30:94:18:86:CF:8C:6B:84:27:F7:34:07:6C:CE:3F:60:14:47:5E:ED:7E:BD:52:2E:3C:71:DC:EB:E5:0A:E0:53:58:27:00:63:72:13:C2:20:96:F1:0F:93:25:0B:14:8F:5C:68:83:5A:94:7A:2A:80:8A:78:33:92:5B:C1:38:90:A5:2C:DF:E4:CA:10:B9:EF:93:5D:F6:51:4A:24:7F:8E:EE:74:D1:B6:43:1A:50:F2:F8:4C:BF:6E:6B:D2:89:95:93:93:C7:E2:2D:F1:32:34:3C:CD:FC:9F:A8:39:F5"
            }, 
            "subject": [
                {
                    "name": "commonName", 
                    "oid": "2.5.4.3", 
                    "value": "www.example.com"
                }
            ], 
            "validity": {
                "not_valid_after": "20251012171554Z", 
                "not_valid_before": "20241012171655Z"
            }
        }
    }, 
    "changed": false
}

TASK [Verify certificate subject] **********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:96
Saturday 12 October 2024  13:17:00 -0400 (0:00:00.100)       0:00:11.878 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate SAN] **************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:104
Saturday 12 October 2024  13:17:00 -0400 (0:00:00.084)       0:00:11.963 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify key size] *********************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:112
Saturday 12 October 2024  13:17:00 -0400 (0:00:00.079)       0:00:12.042 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate Key Usage] ********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:119
Saturday 12 October 2024  13:17:00 -0400 (0:00:00.080)       0:00:12.122 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate Extended Key Usage] ***********************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:130
Saturday 12 October 2024  13:17:00 -0400 (0:00:00.133)       0:00:12.256 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Retrieve auto-renew flag] ************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143
Saturday 12 October 2024  13:17:00 -0400 (0:00:00.079)       0:00:12.335 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_run_hooks.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'", 
    "delta": "0:00:00.046220", 
    "end": "2024-10-12 13:17:01.447068", 
    "rc": 0, 
    "start": "2024-10-12 13:17:01.400848"
}

STDOUT:

yes

TASK [Verify certificate auto-renew flag] **************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:152
Saturday 12 October 2024  13:17:01 -0400 (0:00:00.637)       0:00:12.972 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get certificate timestamp] ***********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:39
Saturday 12 October 2024  13:17:01 -0400 (0:00:00.104)       0:00:13.077 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "atime": 1728753415.3476303, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 8, 
        "charset": "us-ascii", 
        "checksum": "dccf89a054c3ecd9959b0b77fa0b5315c29f8b52", 
        "ctime": 1728753415.3436303, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 172756, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "text/plain", 
        "mode": "0600", 
        "mtime": 1728753415.3436303, 
        "nlink": 1, 
        "path": "/etc/pki/tls/certs/mycert_run_hooks.crt", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 1294, 
        "uid": 0, 
        "version": "18446744071741000730", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Get pre-run file timestamp] **********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:43
Saturday 12 October 2024  13:17:02 -0400 (0:00:00.471)       0:00:13.549 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "atime": 1728753415.3426304, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 0, 
        "charset": "binary", 
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", 
        "ctime": 1728753415.3426304, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 172755, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "inode/x-empty", 
        "mode": "0600", 
        "mtime": 1728753415.3426304, 
        "nlink": 1, 
        "path": "/etc/pki/before_cert.tmp", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 0, 
        "uid": 0, 
        "version": "18446744071741000727", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Get post-run file timestamp] *********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:47
Saturday 12 October 2024  13:17:02 -0400 (0:00:00.391)       0:00:13.940 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "atime": 1728753415.3726304, 
        "attr_flags": "e", 
        "attributes": [
            "extents"
        ], 
        "block_size": 4096, 
        "blocks": 0, 
        "charset": "binary", 
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", 
        "ctime": 1728753415.3726304, 
        "dev": 51713, 
        "device_type": 0, 
        "executable": false, 
        "exists": true, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 172757, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mimetype": "inode/x-empty", 
        "mode": "0600", 
        "mtime": 1728753415.3726304, 
        "nlink": 1, 
        "path": "/etc/pki/after_cert.tmp", 
        "pw_name": "root", 
        "readable": true, 
        "rgrp": false, 
        "roth": false, 
        "rusr": true, 
        "size": 0, 
        "uid": 0, 
        "version": "18446744071741000738", 
        "wgrp": false, 
        "woth": false, 
        "writeable": true, 
        "wusr": true, 
        "xgrp": false, 
        "xoth": false, 
        "xusr": false
    }
}

TASK [Assert file created before cert] *****************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:51
Saturday 12 October 2024  13:17:02 -0400 (0:00:00.373)       0:00:14.314 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert file created after cert] ******************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:58
Saturday 12 October 2024  13:17:02 -0400 (0:00:00.064)       0:00:14.378 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get pre/post-scripts files] **********************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:66
Saturday 12 October 2024  13:17:02 -0400 (0:00:00.054)       0:00:14.433 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "examined": 2, 
    "files": [
        {
            "atime": 1728753415.3406303, 
            "ctime": 1728753415.13963, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263200, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0770", 
            "mtime": 1728753415.13963, 
            "nlink": 1, 
            "path": "/etc/certmonger/pre-scripts/mycert_run_hooks-369fd46.sh", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": false, 
            "rusr": true, 
            "size": 92, 
            "uid": 0, 
            "wgrp": true, 
            "woth": false, 
            "wusr": true, 
            "xgrp": true, 
            "xoth": false, 
            "xusr": true
        }, 
        {
            "atime": 1728753415.3706303, 
            "ctime": 1728753415.13963, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 263201, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0770", 
            "mtime": 1728753415.13963, 
            "nlink": 1, 
            "path": "/etc/certmonger/post-scripts/mycert_run_hooks-369fd46.sh", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": false, 
            "rusr": true, 
            "size": 91, 
            "uid": 0, 
            "wgrp": true, 
            "woth": false, 
            "wusr": true, 
            "xgrp": true, 
            "xoth": false, 
            "xusr": true
        }
    ], 
    "matched": 2
}

TASK [Check generated files for ansible_managed, fingerprint] ******************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:74
Saturday 12 October 2024  13:17:03 -0400 (0:00:00.496)       0:00:14.930 ****** 
included: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml for managed-node2
included: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml for managed-node2

TASK [Get file] ****************************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3
Saturday 12 October 2024  13:17:03 -0400 (0:00:00.076)       0:00:15.007 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "content": "IyEvYmluL2Jhc2gKIwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6Y2VydGlmaWNhdGUKCnRvdWNoIC9ldGMvcGtpL2JlZm9yZV9jZXJ0LnRtcAo=", 
    "encoding": "base64", 
    "source": "/etc/certmonger/pre-scripts/mycert_run_hooks-369fd46.sh"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:8
Saturday 12 October 2024  13:17:03 -0400 (0:00:00.445)       0:00:15.453 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3
Saturday 12 October 2024  13:17:04 -0400 (0:00:00.109)       0:00:15.562 ****** 
ok: [managed-node2] => {
    "changed": false, 
    "content": "IyEvYmluL2Jhc2gKIwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6Y2VydGlmaWNhdGUKCnRvdWNoIC9ldGMvcGtpL2FmdGVyX2NlcnQudG1wCg==", 
    "encoding": "base64", 
    "source": "/etc/certmonger/post-scripts/mycert_run_hooks-369fd46.sh"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:8
Saturday 12 October 2024  13:17:04 -0400 (0:00:00.467)       0:00:16.029 ****** 
ok: [managed-node2] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node2              : ok=43   changed=1    unreachable=0    failed=0    skipped=8    rescued=0    ignored=0   

Saturday 12 October 2024  13:17:04 -0400 (0:00:00.104)       0:00:16.133 ****** 
=============================================================================== 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.79s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
Gathering Facts --------------------------------------------------------- 1.62s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:17 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.98s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 
Gathering Facts --------------------------------------------------------- 0.88s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:2 
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.86s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 
Parse certificate ------------------------------------------------------- 0.69s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86 
Retrieve auto-renew flag ------------------------------------------------ 0.64s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143 
fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.62s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.62s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
Ensure python3 is installed --------------------------------------------- 0.61s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:18 
Get pre/post-scripts files ---------------------------------------------- 0.50s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:66 
fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.48s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 
Get certificate timestamp ----------------------------------------------- 0.47s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:39 
Get file ---------------------------------------------------------------- 0.47s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3 
Get file ---------------------------------------------------------------- 0.45s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3 
Retrieve key file stats ------------------------------------------------- 0.44s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65 
fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.42s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 
Get pre-run file timestamp ---------------------------------------------- 0.39s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:43 
Get post-run file timestamp --------------------------------------------- 0.37s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:47 
Retrieve certificate file stats ----------------------------------------- 0.32s
/tmp/collections-k98/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38