ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_run_hooks.yml ************************************************** 2 plays in /tmp/collections-MVw/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-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:2 Saturday 25 April 2026 08:54:53 -0400 (0:00:00.037) 0:00:00.037 ******** ok: [managed-node3] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:14 Saturday 25 April 2026 08:54:54 -0400 (0:00:01.009) 0:00:01.047 ******** included: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml for managed-node3 META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 08:54:54 -0400 (0:00:00.030) 0:00:01.078 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 08:54:54 -0400 (0:00:00.058) 0:00:01.136 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 25 April 2026 08:54:54 -0400 (0:00:00.152) 0:00:01.289 ******** included: /tmp/collections-MVw/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-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 25 April 2026 08:54:54 -0400 (0:00:00.044) 0:00:01.333 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Saturday 25 April 2026 08:54:54 -0400 (0:00:00.456) 0:00:01.790 ******** ok: [managed-node3] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Saturday 25 April 2026 08:54:55 -0400 (0:00:00.461) 0:00:02.251 ******** 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-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Saturday 25 April 2026 08:54:55 -0400 (0:00:00.503) 0:00:02.755 ******** ok: [managed-node3] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Saturday 25 April 2026 08:54:55 -0400 (0:00:00.023) 0:00:02.778 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.006938", "end": "2026-04-25 08:54:56.163688", "failed_when_result": false, "rc": 0, "start": "2026-04-25 08:54:56.156750" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Saturday 25 April 2026 08:54:56 -0400 (0:00:00.392) 0:00:03.171 ******** skipping: [managed-node3] => { "changed": false, "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-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Saturday 25 April 2026 08:54:56 -0400 (0:00:00.028) 0:00:03.199 ******** 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-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Saturday 25 April 2026 08:54:56 -0400 (0:00:00.033) 0:00:03.233 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 25 April 2026 08:54:56 -0400 (0:00:00.071) 0:00:03.304 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 25 April 2026 08:54:57 -0400 (0:00:01.478) 0:00:04.783 ******** ok: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 25 April 2026 08:54:58 -0400 (0:00:00.866) 0:00:05.649 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 25 April 2026 08:54:59 -0400 (0:00:00.513) 0:00:06.162 ******** 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": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 25 April 2026 08:54:59 -0400 (0:00:00.331) 0:00:06.494 ******** ok: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2026-04-25 08:53:19 EDT", "ActiveEnterTimestampMonotonic": "201513551", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "syslog.target basic.target system.slice dbus.service systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-04-25 08:53:19 EDT", "AssertTimestampMonotonic": "201486097", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-04-25 08:53:19 EDT", "ConditionTimestampMonotonic": "201486096", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10061", "ExecMainStartTimestamp": "Sat 2026-04-25 08:53:19 EDT", "ExecMainStartTimestampMonotonic": "201486590", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[Sat 2026-04-25 08:53:19 EDT] ; stop_time=[n/a] ; pid=10061 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-04-25 08:53:19 EDT", "InactiveExitTimestampMonotonic": "201486961", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "10061", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2026-04-25 08:53:19 EDT", "WatchdogTimestampMonotonic": "201513419", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 25 April 2026 08:55:00 -0400 (0:00:00.951) 0:00:07.445 ******** changed: [managed-node3] => (item={u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } } MSG: Certificate requested (new). Pre/Post run hooks updated. TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.943) 0:00:08.389 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.017) 0:00:08.406 ******** skipping: [managed-node3] => (item=[u'cert', {u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[u'key', {u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[u'ca', {u'run_before': u'touch /etc/pki/before_cert.tmp\n', u'ca': u'self-sign', u'name': u'mycert_run_hooks', u'dns': u'www.example.com', u'run_after': u'touch /etc/pki/after_cert.tmp\n'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "dns": "www.example.com", "name": "mycert_run_hooks", "run_after": "touch /etc/pki/after_cert.tmp\n", "run_before": "touch /etc/pki/before_cert.tmp\n" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.045) 0:00:08.451 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.028) 0:00:08.479 ******** skipping: [managed-node3] => (item=mycert_run_hooks) => { "ansible_loop_var": "cert_name", "cert_name": "mycert_run_hooks", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.032) 0:00:08.511 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.029) 0:00:08.541 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role success fingerprint] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:185 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.030) 0:00:08.571 ******** ok: [managed-node3] => { "changed": false } META: ran handlers META: ran handlers PLAY [Verify certificate] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:17 Saturday 25 April 2026 08:55:01 -0400 (0:00:00.305) 0:00:08.877 ******** ok: [managed-node3] TASK [Load certificate role platform variables] ******************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:20 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.525) 0:00:09.402 ******** TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.031) 0:00:09.433 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Record role begin fingerprint] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.022) 0:00:09.455 ******** ok: [managed-node3] => { "changed": false } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.273) 0:00:09.729 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:21 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.018) 0:00:09.748 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.019) 0:00:09.767 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:36 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.019) 0:00:09.787 ******** skipping: [managed-node3] => { "changed": false, "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-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:41 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.018) 0:00:09.805 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:46 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.020) 0:00:09.826 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node3] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify each certificate] ************************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:37 Saturday 25 April 2026 08:55:02 -0400 (0:00:00.059) 0:00:09.885 ******** included: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml for managed-node3 TASK [Set virtualenv_path] ***************************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:5 Saturday 25 April 2026 08:55:03 -0400 (0:00:00.080) 0:00:09.966 ******** ok: [managed-node3] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:12 Saturday 25 April 2026 08:55:03 -0400 (0:00:00.030) 0:00:09.997 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:17 Saturday 25 April 2026 08:55:03 -0400 (0:00:00.028) 0:00:10.026 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python2 is installed] ********************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:21 Saturday 25 April 2026 08:55:03 -0400 (0:00:00.025) 0:00:10.051 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed" ] } lsrpackages: python2-cryptography TASK [Ensure python3 is installed] ********************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31 Saturday 25 April 2026 08:55:03 -0400 (0:00:00.543) 0:00:10.595 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41 Saturday 25 April 2026 08:55:03 -0400 (0:00:00.032) 0:00:10.627 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1777121701.3234992, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b3481c35f2f404344d61a0879b9d430fea1d0ad0", "ctime": 1777121701.319499, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172755, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777121701.319499, "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": "18446744072233306187", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:46 Saturday 25 April 2026 08:55:03 -0400 (0:00:00.314) 0:00:10.942 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:52 Saturday 25 April 2026 08:55:04 -0400 (0:00:00.034) 0:00:10.976 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:62 Saturday 25 April 2026 08:55:04 -0400 (0:00:00.041) 0:00:11.018 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:68 Saturday 25 April 2026 08:55:04 -0400 (0:00:00.034) 0:00:11.052 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1777121701.274499, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97897687cb5543ddf9401d6375828dc35bc4a17f", "ctime": 1777121701.319499, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172753, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777121701.319499, "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": "18446744072233306172", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:73 Saturday 25 April 2026 08:55:04 -0400 (0:00:00.296) 0:00:11.349 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:79 Saturday 25 April 2026 08:55:04 -0400 (0:00:00.035) 0:00:11.384 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:89 Saturday 25 April 2026 08:55:04 -0400 (0:00:00.041) 0:00:11.425 ******** ok: [managed-node3] => { "certificate": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "8A:47:43:6E:53:C5:F1:5D:BA:8E:A9:77:CC:E5:DF:74:FA:CD:CF:38" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": false, "value": [ "key_encipherment", "digital_signature" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "E3:F5:77:91:A7:5E:37:B3:C3:68:AD:1F:C4:3F:2D:52:92:C0:8B:16" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "82:05:C8:7D:4F:C4:2A:8E:58:6A:EA:05:CB:03:B9:A3:63:CC:6D:34:F7:48:12:B5:F2:1A:44:00:1B:A0:D4:A2:41:05:97:98:04:5E:92:C2:1D:28:74:8D:AF:A7:5E:5F:5B:A8:42:1B:6C:A0:C8:60:1D:15:2C:06:FE:8D:39:AF:38:72:EA:C5:23:6F:2D:75:1D:03:B1:60:AB:88:61:E8:D5:41:5A:3A:15:B9:E9:FF:5A:2E:67:4F:99:DB:EB:38:7E:2D:5D:DE:46:2A:49:3E:08:99:EF:9A:69:C7:A5:E8:39:1D:17:79:87:8B:B6:1B:1A:E3:6B:C9:D5:5A:67:E9:16:BF:50:AE:26:F3:65:CE:E0:AE:F7:84:C0:E1:BC:36:C8:C5:81:2B:EF:1C:45:19:DB:8E:09:1B:60:A7:EA:3E:2A:95:59:D0:CD:36:34:FB:77:0E:D7:6E:26:5B:59:A3:A0:F0:80:E3:61:F1:77:33:24:ED:6A:D2:40:8A:59:79:11:41:06:8B:5A:11:98:83:30:22:89:E0:A6:43:15:1E:F0:30:4B:97:08:C9:D5:E2:48:D4:88:C3:1D:4E:6E:23:07:CE:6D:D7:4E:EE:63:45:AB:4A:C3:0F:29:B7:47:EC:41:FB:73:D6:F1:B8:4F:78:CA:42:23:29:70:45:70:5D" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20270425125319Z", "not_valid_before": "20260425125501Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:95 Saturday 25 April 2026 08:55:04 -0400 (0:00:00.509) 0:00:11.935 ******** ok: [managed-node3] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "8A:47:43:6E:53:C5:F1:5D:BA:8E:A9:77:CC:E5:DF:74:FA:CD:CF:38" }, "basicConstraints": { "critical": true, "value": { "ca": false } }, "extendedKeyUsage": { "critical": false, "value": [ { "name": "id-kp-serverAuth", "oid": "1.3.6.1.5.5.7.3.1" }, { "name": "id-kp-clientAuth", "oid": "1.3.6.1.5.5.7.3.2" } ] }, "keyUsage": { "critical": false, "value": [ "key_encipherment", "digital_signature" ] }, "subjectAltName": { "critical": false, "value": [ { "name": "DNS", "value": "www.example.com" } ] }, "subjectKeyIdentifier": { "critical": false, "value": "E3:F5:77:91:A7:5E:37:B3:C3:68:AD:1F:C4:3F:2D:52:92:C0:8B:16" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "82:05:C8:7D:4F:C4:2A:8E:58:6A:EA:05:CB:03:B9:A3:63:CC:6D:34:F7:48:12:B5:F2:1A:44:00:1B:A0:D4:A2:41:05:97:98:04:5E:92:C2:1D:28:74:8D:AF:A7:5E:5F:5B:A8:42:1B:6C:A0:C8:60:1D:15:2C:06:FE:8D:39:AF:38:72:EA:C5:23:6F:2D:75:1D:03:B1:60:AB:88:61:E8:D5:41:5A:3A:15:B9:E9:FF:5A:2E:67:4F:99:DB:EB:38:7E:2D:5D:DE:46:2A:49:3E:08:99:EF:9A:69:C7:A5:E8:39:1D:17:79:87:8B:B6:1B:1A:E3:6B:C9:D5:5A:67:E9:16:BF:50:AE:26:F3:65:CE:E0:AE:F7:84:C0:E1:BC:36:C8:C5:81:2B:EF:1C:45:19:DB:8E:09:1B:60:A7:EA:3E:2A:95:59:D0:CD:36:34:FB:77:0E:D7:6E:26:5B:59:A3:A0:F0:80:E3:61:F1:77:33:24:ED:6A:D2:40:8A:59:79:11:41:06:8B:5A:11:98:83:30:22:89:E0:A6:43:15:1E:F0:30:4B:97:08:C9:D5:E2:48:D4:88:C3:1D:4E:6E:23:07:CE:6D:D7:4E:EE:63:45:AB:4A:C3:0F:29:B7:47:EC:41:FB:73:D6:F1:B8:4F:78:CA:42:23:29:70:45:70:5D" }, "subject": [ { "name": "commonName", "oid": "2.5.4.3", "value": "www.example.com" } ], "validity": { "not_valid_after": "20270425125319Z", "not_valid_before": "20260425125501Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:99 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.033) 0:00:11.969 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:107 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.031) 0:00:12.000 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:115 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.027) 0:00:12.027 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:122 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.027) 0:00:12.054 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:133 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.032) 0:00:12.087 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:146 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.032) 0:00:12.119 ******** 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.045361", "end": "2026-04-25 08:55:05.460752", "rc": 0, "start": "2026-04-25 08:55:05.415391" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:155 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.358) 0:00:12.478 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Stat commands file] ****************************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:163 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.047) 0:00:12.525 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Assert that commands file got removed] *********************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:168 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.272) 0:00:12.798 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Stat first-boot unit file] *********************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:176 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.024) 0:00:12.823 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert presence of first-boot unit] ************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:181 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.018) 0:00:12.841 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that first-boot unit is enabled] ********************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:186 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.018) 0:00:12.860 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat commands file] ****************************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:193 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.017) 0:00:12.878 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that commands file exists] **************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:198 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.018) 0:00:12.897 ******** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get certificate timestamp] *********************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:47 Saturday 25 April 2026 08:55:05 -0400 (0:00:00.016) 0:00:12.914 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1777121701.3234992, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b3481c35f2f404344d61a0879b9d430fea1d0ad0", "ctime": 1777121701.319499, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172755, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1777121701.319499, "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": "18446744072233306187", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get pre-run file timestamp] ********************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:51 Saturday 25 April 2026 08:55:06 -0400 (0:00:00.306) 0:00:13.220 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1777121701.318499, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1777121701.318499, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172754, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1777121701.318499, "nlink": 1, "path": "/etc/pki/before_cert.tmp", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072233306184", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get post-run file timestamp] ********************************************* task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:55 Saturday 25 April 2026 08:55:06 -0400 (0:00:00.318) 0:00:13.539 ******** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1777121701.3494992, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1777121701.3494992, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172756, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1777121701.3494992, "nlink": 1, "path": "/etc/pki/after_cert.tmp", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072233306195", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert file created before cert] ***************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:59 Saturday 25 April 2026 08:55:06 -0400 (0:00:00.301) 0:00:13.841 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Assert file created after cert] ****************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:66 Saturday 25 April 2026 08:55:06 -0400 (0:00:00.028) 0:00:13.869 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get pre/post-scripts files] ********************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:74 Saturday 25 April 2026 08:55:06 -0400 (0:00:00.029) 0:00:13.899 ******** ok: [managed-node3] => { "changed": false, "examined": 2, "files": [ { "atime": 1777121701.315499, "ctime": 1777121701.0674982, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0770", "mtime": 1777121701.0674982, "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": 1777121701.3484993, "ctime": 1777121701.0674982, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 263342, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0770", "mtime": 1777121701.0674982, "nlink": 1, "path": "/etc/certmonger/post-scripts/mycert_run_hooks-369fd46.sh", "pw_name": "root", "rgrp": true, "roth": false, "rusr": true, "size": 91, "uid": 0, "wgrp": true, "woth": false, "wusr": true, "xgrp": true, "xoth": false, "xusr": true } ], "matched": 2 } TASK [Check generated files for ansible_managed, fingerprint] ****************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:82 Saturday 25 April 2026 08:55:07 -0400 (0:00:00.446) 0:00:14.345 ******** included: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml for managed-node3 included: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml for managed-node3 TASK [Get file] **************************************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3 Saturday 25 April 2026 08:55:07 -0400 (0:00:00.037) 0:00:14.383 ******** 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-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:8 Saturday 25 April 2026 08:55:07 -0400 (0:00:00.493) 0:00:14.876 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Get file] **************************************************************** task path: /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3 Saturday 25 April 2026 08:55:07 -0400 (0:00:00.051) 0:00:14.928 ******** 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-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:8 Saturday 25 April 2026 08:55:08 -0400 (0:00:00.261) 0:00:15.189 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=53 changed=1 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 April 2026 08:55:08 -0400 (0:00:00.050) 0:00:15.240 ******** =============================================================================== fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.48s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Gathering Facts --------------------------------------------------------- 1.01s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:2 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.95s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.94s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.87s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Ensure python2 is installed --------------------------------------------- 0.54s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:21 Gathering Facts --------------------------------------------------------- 0.53s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:17 fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.51s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Parse certificate ------------------------------------------------------- 0.51s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:89 fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.50s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:16 Get file ---------------------------------------------------------------- 0.49s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/check_header.yml:3 fedora.linux_system_roles.certificate : Record role begin fingerprint --- 0.46s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:7 fedora.linux_system_roles.certificate : Ensure ansible_facts used by role --- 0.46s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Get pre/post-scripts files ---------------------------------------------- 0.45s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:74 fedora.linux_system_roles.certificate : Run systemctl ------------------- 0.39s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:28 Retrieve auto-renew flag ------------------------------------------------ 0.36s /tmp/collections-MVw/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.33s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Get pre-run file timestamp ---------------------------------------------- 0.32s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:51 Retrieve certificate file stats ----------------------------------------- 0.31s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41 Get certificate timestamp ----------------------------------------------- 0.31s /tmp/collections-MVw/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_run_hooks.yml:47