ansible-playbook [core 2.17.7]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-LaQ
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.8 (main, Dec  3 2024, 00:00:00) [GCC 14.2.1 20241104 (Red Hat 14.2.1-6)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_run_hooks.yml **************************************************
2 plays in /tmp/collections-LaQ/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-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:2
Saturday 11 January 2025  07:27:23 -0500 (0:00:00.009)       0:00:00.009 ****** 
[WARNING]: Platform linux on host managed-node3 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node3]

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 11 January 2025  07:27:24 -0500 (0:00:01.167)       0:00:01.176 ****** 
included: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 11 January 2025  07:27:24 -0500 (0:00:00.019)       0:00:01.195 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Check if system is ostree] *******
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 11 January 2025  07:27:24 -0500 (0:00:00.037)       0:00:01.233 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 11 January 2025  07:27:24 -0500 (0:00:00.534)       0:00:01.768 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 11 January 2025  07:27:24 -0500 (0:00:00.026)       0:00:01.794 ****** 
skipping: [managed-node3] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed-node3] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed-node3] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__certificate_certmonger_packages": [
            "certmonger",
            "python3-packaging"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 11 January 2025  07:27:24 -0500 (0:00:00.040)       0:00:01.834 ****** 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-cryptography python3-dbus python3-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 11 January 2025  07:27:25 -0500 (0:00:00.866)       0:00:02.701 ****** 
ok: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: certmonger python3-packaging

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 11 January 2025  07:27:26 -0500 (0:00:00.801)       0:00:03.503 ****** 
ok: [managed-node3] => (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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 11 January 2025  07:27:27 -0500 (0:00:00.496)       0:00:03.999 ****** 
ok: [managed-node3] => (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": 6,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 11 January 2025  07:27:27 -0500 (0:00:00.385)       0:00:04.385 ****** 
ok: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2025-01-11 07:26:29 EST",
        "ActiveEnterTimestampMonotonic": "260115471",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "sysinit.target syslog.target systemd-journald.socket system.slice dbus.socket dbus-broker.service basic.target network.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2025-01-11 07:26:29 EST",
        "AssertTimestampMonotonic": "260095270",
        "Before": "multi-user.target shutdown.target",
        "BindLogSockets": "no",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "1324391000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanLiveMount": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2025-01-11 07:26:29 EST",
        "ConditionTimestampMonotonic": "260095266",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlGroupId": "4477",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "CoredumpReceive": "no",
        "DebugInvocation": "no",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveMemoryHigh": "3698241536",
        "EffectiveMemoryMax": "3698241536",
        "EffectiveTasksMax": "22365",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainHandoffTimestamp": "Sat 2025-01-11 07:26:29 EST",
        "ExecMainHandoffTimestampMonotonic": "260105445",
        "ExecMainPID": "8151",
        "ExecMainStartTimestamp": "Sat 2025-01-11 07:26:29 EST",
        "ExecMainStartTimestampMonotonic": "260095921",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[Sat 2025-01-11 07:26:29 EST] ; stop_time=[n/a] ; pid=8151 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[Sat 2025-01-11 07:26:29 EST] ; stop_time=[n/a] ; pid=8151 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "[not set]",
        "IOReadOperations": "[not set]",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "[not set]",
        "IOWriteOperations": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2025-01-11 07:26:29 EST",
        "InactiveExitTimestampMonotonic": "260096479",
        "InvocationID": "60770cffe8554d05b91b351ad73cfca6",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13978",
        "LimitNPROCSoft": "13978",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13978",
        "LimitSIGPENDINGSoft": "13978",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LiveMountResult": "success",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "8151",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureDurationUSec": "[not set]",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "3288662016",
        "MemoryCurrent": "2846720",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPeak": "13709312",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapCurrent": "0",
        "MemorySwapMax": "infinity",
        "MemorySwapPeak": "0",
        "MemoryZSwapCurrent": "0",
        "MemoryZSwapMax": "infinity",
        "MemoryZSwapWriteback": "yes",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus-broker.service",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivatePIDs": "no",
        "PrivateTmp": "no",
        "PrivateTmpEx": "no",
        "PrivateUsers": "no",
        "PrivateUsersEx": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectControlGroupsEx": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "SetLoginEnvironment": "no",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StartupMemoryHigh": "infinity",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "infinity",
        "StartupMemorySwapMax": "infinity",
        "StartupMemoryZSwapMax": "infinity",
        "StateChangeTimestamp": "Sat 2025-01-11 07:26:29 EST",
        "StateChangeTimestampMonotonic": "260115471",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SurviveFinalKillSignal": "no",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "22365",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 11 January 2025  07:27:28 -0500 (0:00:00.850)       0:00:05.236 ****** 
changed: [managed-node3] => (item={'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': '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-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 11 January 2025  07:27:29 -0500 (0:00:01.013)       0:00:06.249 ****** 
skipping: [managed-node3] => (item=['cert', {'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': 'touch /etc/pki/after_cert.tmp\n'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(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-node3] => (item=['key', {'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': 'touch /etc/pki/after_cert.tmp\n'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(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-node3] => (item=['ca', {'name': 'mycert_run_hooks', 'dns': 'www.example.com', 'ca': 'self-sign', 'run_before': 'touch /etc/pki/before_cert.tmp\n', 'run_after': 'touch /etc/pki/after_cert.tmp\n'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(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"
}
skipping: [managed-node3] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 11 January 2025  07:27:29 -0500 (0:00:00.048)       0:00:06.298 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 11 January 2025  07:27:29 -0500 (0:00:00.035)       0:00:06.334 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 11 January 2025  07:27:29 -0500 (0:00:00.037)       0:00:06.372 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:17
Saturday 11 January 2025  07:27:29 -0500 (0:00:00.044)       0:00:06.416 ****** 
ok: [managed-node3]

TASK [Verify each certificate] *************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:31
Saturday 11 January 2025  07:27:30 -0500 (0:00:00.871)       0:00:07.288 ****** 
included: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml for managed-node3 => (item={'path': '/etc/pki/tls/certs/mycert_run_hooks.crt', 'key_path': '/etc/pki/tls/private/mycert_run_hooks.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'www.example.com'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'www.example.com'}]})

TASK [Set virtualenv_path] *****************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:2
Saturday 11 January 2025  07:27:30 -0500 (0:00:00.049)       0:00:07.337 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__virtualenv_path": "/tmp/certificate-tests-venv"
    },
    "changed": false
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:9
Saturday 11 January 2025  07:27:30 -0500 (0:00:00.019)       0:00:07.356 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __certificate_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:14
Saturday 11 January 2025  07:27:30 -0500 (0:00:00.019)       0:00:07.376 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "not __certificate_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure python3 is installed] *********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:18
Saturday 11 January 2025  07:27:30 -0500 (0:00:00.026)       0:00:07.402 ****** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == \"7\"",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure python3 is installed] *********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:28
Saturday 11 January 2025  07:27:30 -0500 (0:00:00.013)       0:00:07.416 ****** 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: python3-cryptography python3-pyasn1

TASK [Retrieve certificate file stats] *****************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38
Saturday 11 January 2025  07:27:31 -0500 (0:00:00.760)       0:00:08.176 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1736598449.1014347,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "c7140a82e2ada1a4bf72bdcecfa8bf7dc877704e",
        "ctime": 1736598449.0994349,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 295947,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1736598449.0994349,
        "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": "25117740",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify if certificate file exists] ***************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:43
Saturday 11 January 2025  07:27:31 -0500 (0:00:00.361)       0:00:08.538 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate file owner and group] *********************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:49
Saturday 11 January 2025  07:27:31 -0500 (0:00:00.022)       0:00:08.561 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate permissions] ******************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:59
Saturday 11 January 2025  07:27:31 -0500 (0:00:00.050)       0:00:08.611 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Retrieve key file stats] *************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65
Saturday 11 January 2025  07:27:31 -0500 (0:00:00.040)       0:00:08.651 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1736598449.0554345,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "59411a1058b507f1dfec22a64d8813d02e6a1d6c",
        "ctime": 1736598449.0994349,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 12588079,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1736598449.0994349,
        "nlink": 1,
        "path": "/etc/pki/tls/private/mycert_run_hooks.key",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1704,
        "uid": 0,
        "version": "478877963",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify if key file exists] ***********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:70
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.360)       0:00:09.012 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify key file owner and group] *****************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:76
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.030)       0:00:09.043 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Parse certificate] *******************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.091)       0:00:09.134 ****** 
ok: [managed-node3] => {
    "certificate": {
        "extensions": {
            "authorityKeyIdentifier": {
                "critical": false,
                "value": "EC:5E:E8:64:9E:3A:BF:20:30:3B:9D:06:9C:15:6C:D1:DB:36:8A:E8"
            },
            "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": [
                    "digital_signature",
                    "key_encipherment"
                ]
            },
            "subjectAltName": {
                "critical": false,
                "value": [
                    {
                        "name": "DNS",
                        "value": "www.example.com"
                    }
                ]
            },
            "subjectKeyIdentifier": {
                "critical": false,
                "value": "C8:A3:59:8B:45:E2:FA:BB:28:EB:01:5E:7A:8B:5C:C8:05:68:09:E3"
            }
        },
        "key_size": 2048,
        "signature_algorithm": {
            "algorithm": "sha256WithRSAEncryption",
            "signature": "4D:EE:2E:60:D6:4D:7E:15:4B:2B:F2:8A:6E:75:C6:BC:47:FD:48:18:B8:7E:CB:C9:D9:7B:A5:1E:E5:28:13:95:CF:C7:4B:09:DE:90:23:A9:1D:FE:65:F0:0A:F3:55:0A:83:36:82:93:AF:77:C3:DA:3C:4C:39:AD:95:31:BE:38:56:F1:59:F8:BC:A6:4C:04:D0:A2:F7:83:61:77:E3:10:CF:DC:36:55:A0:4E:D7:24:10:8F:C5:74:34:09:5C:FA:07:84:F5:DA:62:39:2A:E2:98:33:38:6D:91:08:B9:1E:2E:3C:E8:AB:10:B7:52:15:33:AD:36:CF:37:AF:96:E1:8A:C0:91:A3:04:58:B4:78:D7:2E:1E:54:09:F2:C4:4E:8C:3D:3C:BD:6B:3A:BA:16:CA:C1:A2:98:6D:6E:7C:06:84:1B:C0:C1:8E:85:AF:E7:A2:42:56:83:A4:EB:83:69:16:7B:3C:CD:8F:05:3A:03:E2:98:35:94:A2:C5:AB:01:0B:7D:B4:EA:0D:F4:B4:B0:7F:AB:79:53:3E:AB:B8:D5:F9:21:C5:A2:6B:8D:F4:CA:9A:BE:86:25:84:42:0C:5F:F6:FF:E5:A5:54:81:85:3F:33:85:46:48:3A:EA:87:47:CF:83:95:4C:01:4E:7E:59:5B:2B:38:CA:90:48:B3:24"
        },
        "subject": [
            {
                "name": "commonName",
                "oid": "2.5.4.3",
                "value": "www.example.com"
            }
        ],
        "validity": {
            "not_valid_after": "20260111122630Z",
            "not_valid_before": "20250111122729Z"
        }
    },
    "changed": false
}

TASK [Load certificate YAML to cert_issued variable] ***************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:92
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.628)       0:00:09.763 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "cert_issued": {
            "extensions": {
                "authorityKeyIdentifier": {
                    "critical": false,
                    "value": "EC:5E:E8:64:9E:3A:BF:20:30:3B:9D:06:9C:15:6C:D1:DB:36:8A:E8"
                },
                "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": [
                        "digital_signature",
                        "key_encipherment"
                    ]
                },
                "subjectAltName": {
                    "critical": false,
                    "value": [
                        {
                            "name": "DNS",
                            "value": "www.example.com"
                        }
                    ]
                },
                "subjectKeyIdentifier": {
                    "critical": false,
                    "value": "C8:A3:59:8B:45:E2:FA:BB:28:EB:01:5E:7A:8B:5C:C8:05:68:09:E3"
                }
            },
            "key_size": 2048,
            "signature_algorithm": {
                "algorithm": "sha256WithRSAEncryption",
                "signature": "4D:EE:2E:60:D6:4D:7E:15:4B:2B:F2:8A:6E:75:C6:BC:47:FD:48:18:B8:7E:CB:C9:D9:7B:A5:1E:E5:28:13:95:CF:C7:4B:09:DE:90:23:A9:1D:FE:65:F0:0A:F3:55:0A:83:36:82:93:AF:77:C3:DA:3C:4C:39:AD:95:31:BE:38:56:F1:59:F8:BC:A6:4C:04:D0:A2:F7:83:61:77:E3:10:CF:DC:36:55:A0:4E:D7:24:10:8F:C5:74:34:09:5C:FA:07:84:F5:DA:62:39:2A:E2:98:33:38:6D:91:08:B9:1E:2E:3C:E8:AB:10:B7:52:15:33:AD:36:CF:37:AF:96:E1:8A:C0:91:A3:04:58:B4:78:D7:2E:1E:54:09:F2:C4:4E:8C:3D:3C:BD:6B:3A:BA:16:CA:C1:A2:98:6D:6E:7C:06:84:1B:C0:C1:8E:85:AF:E7:A2:42:56:83:A4:EB:83:69:16:7B:3C:CD:8F:05:3A:03:E2:98:35:94:A2:C5:AB:01:0B:7D:B4:EA:0D:F4:B4:B0:7F:AB:79:53:3E:AB:B8:D5:F9:21:C5:A2:6B:8D:F4:CA:9A:BE:86:25:84:42:0C:5F:F6:FF:E5:A5:54:81:85:3F:33:85:46:48:3A:EA:87:47:CF:83:95:4C:01:4E:7E:59:5B:2B:38:CA:90:48:B3:24"
            },
            "subject": [
                {
                    "name": "commonName",
                    "oid": "2.5.4.3",
                    "value": "www.example.com"
                }
            ],
            "validity": {
                "not_valid_after": "20260111122630Z",
                "not_valid_before": "20250111122729Z"
            }
        }
    },
    "changed": false
}

TASK [Verify certificate subject] **********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:96
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.030)       0:00:09.794 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate SAN] **************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:104
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.067)       0:00:09.861 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify key size] *********************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:112
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.021)       0:00:09.883 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate Key Usage] ********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:119
Saturday 11 January 2025  07:27:32 -0500 (0:00:00.048)       0:00:09.932 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate Extended Key Usage] ***********************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:130
Saturday 11 January 2025  07:27:33 -0500 (0:00:00.044)       0:00:09.976 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Retrieve auto-renew flag] ************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143
Saturday 11 January 2025  07:27:33 -0500 (0:00:00.038)       0:00:10.015 ****** 
ok: [managed-node3] => {
    "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.041403",
    "end": "2025-01-11 07:27:33.460614",
    "rc": 0,
    "start": "2025-01-11 07:27:33.419211"
}

STDOUT:

yes

TASK [Verify certificate auto-renew flag] **************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:152
Saturday 11 January 2025  07:27:33 -0500 (0:00:00.465)       0:00:10.480 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get certificate timestamp] ***********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:39
Saturday 11 January 2025  07:27:33 -0500 (0:00:00.036)       0:00:10.517 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1736598449.1014347,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "c7140a82e2ada1a4bf72bdcecfa8bf7dc877704e",
        "ctime": 1736598449.0994349,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 295947,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1736598449.0994349,
        "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": "25117740",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Get pre-run file timestamp] **********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:43
Saturday 11 January 2025  07:27:33 -0500 (0:00:00.349)       0:00:10.866 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1736598449.0974348,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1736598449.0974348,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4712925,
        "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": 1736598449.0974348,
        "nlink": 1,
        "path": "/etc/pki/before_cert.tmp",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "341345447",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Get post-run file timestamp] *********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:47
Saturday 11 January 2025  07:27:34 -0500 (0:00:00.337)       0:00:11.203 ****** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1736598449.125435,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1736598449.125435,
        "dev": 51714,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4712926,
        "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": 1736598449.125435,
        "nlink": 1,
        "path": "/etc/pki/after_cert.tmp",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "3798091584",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Assert file created before cert] *****************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:51
Saturday 11 January 2025  07:27:34 -0500 (0:00:00.354)       0:00:11.558 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert file created after cert] ******************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:58
Saturday 11 January 2025  07:27:34 -0500 (0:00:00.021)       0:00:11.579 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get pre/post-scripts files] **********************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:66
Saturday 11 January 2025  07:27:34 -0500 (0:00:00.037)       0:00:11.616 ****** 
ok: [managed-node3] => {
    "changed": false,
    "examined": 2,
    "files": [
        {
            "atime": 1736598449.0954347,
            "ctime": 1736598448.921433,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 612368591,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0770",
            "mtime": 1736598448.921433,
            "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": 1736598449.123435,
            "ctime": 1736598448.921433,
            "dev": 51714,
            "gid": 0,
            "gr_name": "root",
            "inode": 624951490,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mode": "0770",
            "mtime": 1736598448.921433,
            "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,
    "skipped_paths": {}
}

MSG:

All paths examined

TASK [Check generated files for ansible_managed, fingerprint] ******************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:74
Saturday 11 January 2025  07:27:35 -0500 (0:00:00.526)       0:00:12.143 ****** 
included: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml for managed-node3 => (item=/etc/certmonger/pre-scripts/mycert_run_hooks-369fd46.sh)
included: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml for managed-node3 => (item=/etc/certmonger/post-scripts/mycert_run_hooks-369fd46.sh)

TASK [Get file] ****************************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3
Saturday 11 January 2025  07:27:35 -0500 (0:00:00.068)       0:00:12.212 ****** 
ok: [managed-node3] => {
    "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-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:8
Saturday 11 January 2025  07:27:35 -0500 (0:00:00.547)       0:00:12.760 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get file] ****************************************************************
task path: /tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3
Saturday 11 January 2025  07:27:35 -0500 (0:00:00.086)       0:00:12.846 ****** 
ok: [managed-node3] => {
    "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-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:8
Saturday 11 January 2025  07:27:36 -0500 (0:00:00.351)       0:00:13.197 ****** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

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


TASKS RECAP ********************************************************************
Saturday 11 January 2025  07:27:36 -0500 (0:00:00.043)       0:00:13.241 ****** 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 1.17s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:2 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.01s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 
Gathering Facts --------------------------------------------------------- 0.87s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:17 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 0.87s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.85s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.80s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
Ensure python3 is installed --------------------------------------------- 0.76s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:28 
Parse certificate ------------------------------------------------------- 0.63s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:86 
Get file ---------------------------------------------------------------- 0.55s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3 
fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.54s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 
Get pre/post-scripts files ---------------------------------------------- 0.53s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:66 
fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.50s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 
Retrieve auto-renew flag ------------------------------------------------ 0.47s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:143 
fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.39s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 
Retrieve certificate file stats ----------------------------------------- 0.36s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:38 
Retrieve key file stats ------------------------------------------------- 0.36s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:65 
Get post-run file timestamp --------------------------------------------- 0.35s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:47 
Get file ---------------------------------------------------------------- 0.35s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3 
Get certificate timestamp ----------------------------------------------- 0.35s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:39 
Get pre-run file timestamp ---------------------------------------------- 0.34s
/tmp/collections-LaQ/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:43