ansible-playbook [core 2.16.14]
  config file = None
  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-CwN
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12)
  jinja version = 3.1.6
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'jsonl', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_subject.yml ****************************************************
2 plays in /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:2
Tuesday 17 June 2025  01:51:33 -0400 (0:00:00.020)       0:00:00.020 ********** 
ok: [managed-node3]

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Tuesday 17 June 2025  01:51:34 -0400 (0:00:01.027)       0:00:01.048 ********** 
included: /tmp/collections-CwN/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-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Tuesday 17 June 2025  01:51:34 -0400 (0:00:00.019)       0:00:01.068 ********** 
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-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Tuesday 17 June 2025  01:51:34 -0400 (0:00:00.032)       0:00:01.100 ********** 
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-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Tuesday 17 June 2025  01:51:35 -0400 (0:00:00.409)       0:00:01.510 ********** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Run systemctl] *******************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22
Tuesday 17 June 2025  01:51:35 -0400 (0:00:00.021)       0:00:01.532 ********** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": [
        "systemctl",
        "is-system-running"
    ],
    "delta": "0:00:00.006479",
    "end": "2025-06-17 01:51:35.797741",
    "failed_when_result": false,
    "rc": 0,
    "start": "2025-06-17 01:51:35.791262"
}

STDOUT:

running

TASK [fedora.linux_system_roles.certificate : Require installed systemd] *******
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30
Tuesday 17 June 2025  01:51:35 -0400 (0:00:00.450)       0:00:01.982 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35
Tuesday 17 June 2025  01:51:35 -0400 (0:00:00.043)       0:00:02.026 ********** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__certificate_is_booted": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40
Tuesday 17 June 2025  01:51:35 -0400 (0:00:00.031)       0:00:02.058 ********** 
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"
}
skipping: [managed-node3] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=CentOS_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Tuesday 17 June 2025  01:51:35 -0400 (0:00:00.048)       0:00:02.106 ********** 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15
Tuesday 17 June 2025  01:51:38 -0400 (0:00:02.957)       0:00:05.064 ********** 
ok: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25
Tuesday 17 June 2025  01:51:41 -0400 (0:00:02.813)       0:00:07.877 ********** 
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": 41,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49
Tuesday 17 June 2025  01:51:42 -0400 (0:00:00.458)       0:00:08.336 ********** 
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": 41,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76
Tuesday 17 June 2025  01:51:42 -0400 (0:00:00.359)       0:00:08.696 ********** 
ok: [managed-node3] => (item=certmonger) => {
    "__certificate_provider": "certmonger",
    "ansible_loop_var": "__certificate_provider",
    "changed": false,
    "enabled": true,
    "name": "certmonger",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-06-17 01:48:53 EDT",
        "ActiveEnterTimestampMonotonic": "218854779",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice basic.target sysinit.target dbus.socket syslog.target systemd-journald.socket network.target dbus.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Tue 2025-06-17 01:48:53 EDT",
        "AssertTimestampMonotonic": "218844955",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedorahosted.certmonger",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Tue 2025-06-17 01:48:53 EDT",
        "ConditionTimestampMonotonic": "218844954",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/certmonger.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Certificate monitoring and PKI enrollment",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "9139",
        "ExecMainStartTimestamp": "Tue 2025-06-17 01:48:53 EDT",
        "ExecMainStartTimestampMonotonic": "218845527",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[Tue 2025-06-17 01:48:53 EDT] ; stop_time=[n/a] ; pid=9139 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "certmonger.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Tue 2025-06-17 01:48:53 EDT",
        "InactiveExitTimestampMonotonic": "218845556",
        "InvocationID": "62880253d2354333a4870638155e3d4f",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "28608",
        "LimitNPROCSoft": "28608",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "28608",
        "LimitSIGPENDINGSoft": "28608",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "9139",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "4042752",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "certmonger.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/certmonger.pid",
        "PartOf": "dbus.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Tue 2025-06-17 01:48:53 EDT",
        "StateChangeTimestampMonotonic": "218854779",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "45773",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Tue 2025-06-17 01:48:53 EDT",
        "WatchdogTimestampMonotonic": "218854778",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86
Tuesday 17 June 2025  01:51:43 -0400 (0:00:00.696)       0:00:09.393 ********** 
changed: [managed-node3] => (item={'name': 'mycert_subject', 'dns': 'www.example.com', 'common_name': 'Some other common name', 'country': 'US', 'state': 'NC', 'locality': 'Raleigh', 'organization': 'Red Hat', 'organizational_unit': 'Linux', 'ca': 'self-sign'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "ca": "self-sign",
        "common_name": "Some other common name",
        "country": "US",
        "dns": "www.example.com",
        "locality": "Raleigh",
        "name": "mycert_subject",
        "organization": "Red Hat",
        "organizational_unit": "Linux",
        "state": "NC"
    }
}

MSG:

Certificate requested (new).

TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138
Tuesday 17 June 2025  01:51:44 -0400 (0:00:00.858)       0:00:10.251 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143
Tuesday 17 June 2025  01:51:44 -0400 (0:00:00.048)       0:00:10.299 ********** 
skipping: [managed-node3] => (item=['cert', {'name': 'mycert_subject', 'dns': 'www.example.com', 'common_name': 'Some other common name', 'country': 'US', 'state': 'NC', 'locality': 'Raleigh', 'organization': 'Red Hat', 'organizational_unit': 'Linux', 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "cert",
        {
            "ca": "self-sign",
            "common_name": "Some other common name",
            "country": "US",
            "dns": "www.example.com",
            "locality": "Raleigh",
            "name": "mycert_subject",
            "organization": "Red Hat",
            "organizational_unit": "Linux",
            "state": "NC"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=['key', {'name': 'mycert_subject', 'dns': 'www.example.com', 'common_name': 'Some other common name', 'country': 'US', 'state': 'NC', 'locality': 'Raleigh', 'organization': 'Red Hat', 'organizational_unit': 'Linux', 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "key",
        {
            "ca": "self-sign",
            "common_name": "Some other common name",
            "country": "US",
            "dns": "www.example.com",
            "locality": "Raleigh",
            "name": "mycert_subject",
            "organization": "Red Hat",
            "organizational_unit": "Linux",
            "state": "NC"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => (item=['ca', {'name': 'mycert_subject', 'dns': 'www.example.com', 'common_name': 'Some other common name', 'country': 'US', 'state': 'NC', 'locality': 'Raleigh', 'organization': 'Red Hat', 'organizational_unit': 'Linux', 'ca': 'self-sign'}])  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "item": [
        "ca",
        {
            "ca": "self-sign",
            "common_name": "Some other common name",
            "country": "US",
            "dns": "www.example.com",
            "locality": "Raleigh",
            "name": "mycert_subject",
            "organization": "Red Hat",
            "organizational_unit": "Linux",
            "state": "NC"
        }
    ],
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] ****
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151
Tuesday 17 June 2025  01:51:44 -0400 (0:00:00.058)       0:00:10.358 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155
Tuesday 17 June 2025  01:51:44 -0400 (0:00:00.035)       0:00:10.393 ********** 
skipping: [managed-node3] => (item=mycert_subject)  => {
    "ansible_loop_var": "cert_name",
    "cert_name": "mycert_subject",
    "changed": false,
    "false_condition": "certificate_test_mode | d(false)",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node3] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169
Tuesday 17 June 2025  01:51:44 -0400 (0:00:00.044)       0:00:10.438 ********** 
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-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174
Tuesday 17 June 2025  01:51:44 -0400 (0:00:00.035)       0:00:10.474 ********** 
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-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:19
Tuesday 17 June 2025  01:51:44 -0400 (0:00:00.041)       0:00:10.515 ********** 
ok: [managed-node3]

TASK [Verify each certificate] *************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:48
Tuesday 17 June 2025  01:51:45 -0400 (0:00:00.713)       0:00:11.229 ********** 
included: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml for managed-node3 => (item={'path': '/etc/pki/tls/certs/mycert_subject.crt', 'key_path': '/etc/pki/tls/private/mycert_subject.key', 'subject': [{'name': 'countryName', 'oid': '2.5.4.6', 'value': 'US'}, {'name': 'stateOrProvinceName', 'oid': '2.5.4.8', 'value': 'NC'}, {'name': 'localityName', 'oid': '2.5.4.7', 'value': 'Raleigh'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'Red Hat'}, {'name': 'organizationalUnitName', 'oid': '2.5.4.11', 'value': 'Linux'}, {'name': 'commonName', 'oid': '2.5.4.3', 'value': 'Some other common name'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'www.example.com'}]})

TASK [Set virtualenv_path] *****************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:5
Tuesday 17 June 2025  01:51:45 -0400 (0:00:00.037)       0:00:11.266 ********** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__virtualenv_path": "/tmp/certificate-tests-venv"
    },
    "changed": false
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:12
Tuesday 17 June 2025  01:51:45 -0400 (0:00:00.016)       0:00:11.283 ********** 
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-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:17
Tuesday 17 June 2025  01:51:45 -0400 (0:00:00.017)       0:00:11.300 ********** 
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-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:21
Tuesday 17 June 2025  01:51:45 -0400 (0:00:00.017)       0:00:11.318 ********** 
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-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31
Tuesday 17 June 2025  01:51:45 -0400 (0:00:00.014)       0:00:11.332 ********** 
ok: [managed-node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Retrieve certificate file stats] *****************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41
Tuesday 17 June 2025  01:51:47 -0400 (0:00:02.781)       0:00:14.114 ********** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1750139504.012841,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "6805c700ae034389c7efccb89f45c38f004b3621",
        "ctime": 1750139504.008841,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 6894528,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1750139504.008841,
        "nlink": 1,
        "path": "/etc/pki/tls/certs/mycert_subject.crt",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1407,
        "uid": 0,
        "version": "3418077697",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify if certificate file exists] ***************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:46
Tuesday 17 June 2025  01:51:48 -0400 (0:00:00.347)       0:00:14.462 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate file owner and group] *********************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:52
Tuesday 17 June 2025  01:51:48 -0400 (0:00:00.018)       0:00:14.480 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate permissions] ******************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:62
Tuesday 17 June 2025  01:51:48 -0400 (0:00:00.038)       0:00:14.519 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Retrieve key file stats] *************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:68
Tuesday 17 June 2025  01:51:48 -0400 (0:00:00.036)       0:00:14.556 ********** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "atime": 1750139503.967841,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "fd7d64c47c98ec39eeee29b2cf6ce5b2fe883473",
        "ctime": 1750139504.008841,
        "dev": 51713,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 7718655,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0600",
        "mtime": 1750139504.008841,
        "nlink": 1,
        "path": "/etc/pki/tls/private/mycert_subject.key",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 1704,
        "uid": 0,
        "version": "2860552193",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify if key file exists] ***********************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:73
Tuesday 17 June 2025  01:51:48 -0400 (0:00:00.320)       0:00:14.876 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify key file owner and group] *****************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:79
Tuesday 17 June 2025  01:51:48 -0400 (0:00:00.029)       0:00:14.906 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Parse certificate] *******************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:89
Tuesday 17 June 2025  01:51:48 -0400 (0:00:00.061)       0:00:14.967 ********** 
ok: [managed-node3] => {
    "certificate": {
        "extensions": {
            "authorityKeyIdentifier": {
                "critical": false,
                "value": "2E:52:2F:F4:63:07:20:DA:32:7D:F0:AD:7F:42:38:75:79:97:5B:2A"
            },
            "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": "EC:A1:87:A9:73:1C:34:03:5C:B0:D4:C8:FF:59:5B:8F:84:0F:FF:A7"
            }
        },
        "key_size": 2048,
        "signature_algorithm": {
            "algorithm": "sha256WithRSAEncryption",
            "signature": "22:5B:79:87:75:EC:44:2D:72:51:50:2B:D1:33:46:9D:51:E7:DC:5C:05:FE:48:F3:1F:AA:DE:0D:A6:E0:E3:59:4F:D7:B5:5B:A2:FC:9B:7D:CF:00:4D:8E:33:E5:CE:A6:DF:66:EB:68:CE:26:47:91:F4:99:2B:B8:42:DF:BB:09:69:7D:06:1E:06:8B:7C:36:91:0A:41:F6:21:08:CB:F5:C4:E1:2B:83:BE:13:7E:13:5F:11:3F:31:BB:45:A3:53:E1:91:C3:89:EA:F7:0D:89:52:5D:E5:40:3F:D3:F9:D4:19:E8:D6:8D:87:F3:EB:1F:71:DF:42:8D:A8:9C:2B:C5:47:A2:37:AF:4D:EC:9A:64:9E:6C:20:5B:76:DE:07:6B:55:F5:0F:EF:40:F3:65:03:3B:9E:CE:0D:07:4A:AE:E4:62:CE:2C:5F:ED:29:47:AB:C0:8C:29:9F:65:7E:5F:D5:F1:5F:13:E3:DC:11:76:7D:5D:FE:07:59:F9:99:E1:36:18:18:56:42:8B:3C:A7:B2:6B:D0:F9:B5:2E:2F:50:E9:5A:64:42:2C:EE:A3:A4:EA:EA:89:67:C3:B4:89:E1:6B:7D:24:53:39:BA:29:48:E4:D7:C8:17:C8:C2:B5:93:52:70:C8:8F:F8:BD:7C:8A:18:C7:1A:63:F4:33:A6:10:9F"
        },
        "subject": [
            {
                "name": "countryName",
                "oid": "2.5.4.6",
                "value": "US"
            },
            {
                "name": "stateOrProvinceName",
                "oid": "2.5.4.8",
                "value": "NC"
            },
            {
                "name": "localityName",
                "oid": "2.5.4.7",
                "value": "Raleigh"
            },
            {
                "name": "organizationName",
                "oid": "2.5.4.10",
                "value": "Red Hat"
            },
            {
                "name": "organizationalUnitName",
                "oid": "2.5.4.11",
                "value": "Linux"
            },
            {
                "name": "commonName",
                "oid": "2.5.4.3",
                "value": "Some other common name"
            }
        ],
        "validity": {
            "not_valid_after": "20260617054854Z",
            "not_valid_before": "20250617055144Z"
        }
    },
    "changed": false
}

TASK [Load certificate YAML to cert_issued variable] ***************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:95
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.484)       0:00:15.451 ********** 
ok: [managed-node3] => {
    "ansible_facts": {
        "cert_issued": {
            "extensions": {
                "authorityKeyIdentifier": {
                    "critical": false,
                    "value": "2E:52:2F:F4:63:07:20:DA:32:7D:F0:AD:7F:42:38:75:79:97:5B:2A"
                },
                "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": "EC:A1:87:A9:73:1C:34:03:5C:B0:D4:C8:FF:59:5B:8F:84:0F:FF:A7"
                }
            },
            "key_size": 2048,
            "signature_algorithm": {
                "algorithm": "sha256WithRSAEncryption",
                "signature": "22:5B:79:87:75:EC:44:2D:72:51:50:2B:D1:33:46:9D:51:E7:DC:5C:05:FE:48:F3:1F:AA:DE:0D:A6:E0:E3:59:4F:D7:B5:5B:A2:FC:9B:7D:CF:00:4D:8E:33:E5:CE:A6:DF:66:EB:68:CE:26:47:91:F4:99:2B:B8:42:DF:BB:09:69:7D:06:1E:06:8B:7C:36:91:0A:41:F6:21:08:CB:F5:C4:E1:2B:83:BE:13:7E:13:5F:11:3F:31:BB:45:A3:53:E1:91:C3:89:EA:F7:0D:89:52:5D:E5:40:3F:D3:F9:D4:19:E8:D6:8D:87:F3:EB:1F:71:DF:42:8D:A8:9C:2B:C5:47:A2:37:AF:4D:EC:9A:64:9E:6C:20:5B:76:DE:07:6B:55:F5:0F:EF:40:F3:65:03:3B:9E:CE:0D:07:4A:AE:E4:62:CE:2C:5F:ED:29:47:AB:C0:8C:29:9F:65:7E:5F:D5:F1:5F:13:E3:DC:11:76:7D:5D:FE:07:59:F9:99:E1:36:18:18:56:42:8B:3C:A7:B2:6B:D0:F9:B5:2E:2F:50:E9:5A:64:42:2C:EE:A3:A4:EA:EA:89:67:C3:B4:89:E1:6B:7D:24:53:39:BA:29:48:E4:D7:C8:17:C8:C2:B5:93:52:70:C8:8F:F8:BD:7C:8A:18:C7:1A:63:F4:33:A6:10:9F"
            },
            "subject": [
                {
                    "name": "countryName",
                    "oid": "2.5.4.6",
                    "value": "US"
                },
                {
                    "name": "stateOrProvinceName",
                    "oid": "2.5.4.8",
                    "value": "NC"
                },
                {
                    "name": "localityName",
                    "oid": "2.5.4.7",
                    "value": "Raleigh"
                },
                {
                    "name": "organizationName",
                    "oid": "2.5.4.10",
                    "value": "Red Hat"
                },
                {
                    "name": "organizationalUnitName",
                    "oid": "2.5.4.11",
                    "value": "Linux"
                },
                {
                    "name": "commonName",
                    "oid": "2.5.4.3",
                    "value": "Some other common name"
                }
            ],
            "validity": {
                "not_valid_after": "20260617054854Z",
                "not_valid_before": "20250617055144Z"
            }
        }
    },
    "changed": false
}

TASK [Verify certificate subject] **********************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:99
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.020)       0:00:15.471 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate SAN] **************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:107
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.038)       0:00:15.510 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify key size] *********************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:115
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.019)       0:00:15.529 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate Key Usage] ********************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:122
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.036)       0:00:15.565 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify certificate Extended Key Usage] ***********************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:133
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.040)       0:00:15.606 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Retrieve auto-renew flag] ************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:146
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.039)       0:00:15.645 ********** 
ok: [managed-node3] => {
    "changed": false,
    "cmd": "set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_subject.crt | grep 'auto-renew' | sed 's/^\\s\\+auto-renew: //g'",
    "delta": "0:00:00.050206",
    "end": "2025-06-17 01:51:49.832932",
    "rc": 0,
    "start": "2025-06-17 01:51:49.782726"
}

STDOUT:

yes

TASK [Verify certificate auto-renew flag] **************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:155
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.367)       0:00:16.013 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat commands file] ******************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:163
Tuesday 17 June 2025  01:51:49 -0400 (0:00:00.037)       0:00:16.051 ********** 
ok: [managed-node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Assert that commands file got removed] ***********************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:168
Tuesday 17 June 2025  01:51:50 -0400 (0:00:00.313)       0:00:16.364 ********** 
ok: [managed-node3] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat first-boot unit file] ***********************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:176
Tuesday 17 June 2025  01:51:50 -0400 (0:00:00.018)       0:00:16.382 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_connection == \"buildah\"",
    "skip_reason": "Conditional result was False"
}

TASK [Assert presence of first-boot unit] **************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:181
Tuesday 17 June 2025  01:51:50 -0400 (0:00:00.012)       0:00:16.395 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_connection == \"buildah\"",
    "skip_reason": "Conditional result was False"
}

TASK [Assert that first-boot unit is enabled] **********************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:186
Tuesday 17 June 2025  01:51:50 -0400 (0:00:00.012)       0:00:16.407 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_connection == \"buildah\"",
    "skip_reason": "Conditional result was False"
}

TASK [Stat commands file] ******************************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:193
Tuesday 17 June 2025  01:51:50 -0400 (0:00:00.013)       0:00:16.420 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_connection == \"buildah\"",
    "skip_reason": "Conditional result was False"
}

TASK [Assert that commands file exists] ****************************************
task path: /tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:198
Tuesday 17 June 2025  01:51:50 -0400 (0:00:00.015)       0:00:16.436 ********** 
skipping: [managed-node3] => {
    "changed": false,
    "false_condition": "ansible_connection == \"buildah\"",
    "skip_reason": "Conditional result was False"
}

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

SYSTEM ROLES ERRORS BEGIN v1
[]
SYSTEM ROLES ERRORS END v1

TASKS RECAP ********************************************************************
Tuesday 17 June 2025  01:51:50 -0400 (0:00:00.011)       0:00:16.447 ********** 
=============================================================================== 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.96s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.81s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 
Ensure python3 is installed --------------------------------------------- 2.78s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31 
Gathering Facts --------------------------------------------------------- 1.03s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:2 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.86s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 
Gathering Facts --------------------------------------------------------- 0.71s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:19 
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.70s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 
Parse certificate ------------------------------------------------------- 0.48s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:89 
fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.46s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 
fedora.linux_system_roles.certificate : Run systemctl ------------------- 0.45s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 
fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.41s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 
Retrieve auto-renew flag ------------------------------------------------ 0.37s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:146 
fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.36s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 
Retrieve certificate file stats ----------------------------------------- 0.35s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41 
Retrieve key file stats ------------------------------------------------- 0.32s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:68 
Stat commands file ------------------------------------------------------ 0.31s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:163 
Verify key file owner and group ----------------------------------------- 0.06s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:79 
fedora.linux_system_roles.certificate : Slurp the contents of the files --- 0.06s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 
fedora.linux_system_roles.certificate : Set platform/version specific variables --- 0.05s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 
fedora.linux_system_roles.certificate : Check if test mode is supported --- 0.05s
/tmp/collections-CwN/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138