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_subject.yml **************************************************** 2 plays in /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml PLAY [Issue simple self-signed certificate] ************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:2 Thursday 12 March 2026 19:21:14 -0400 (0:00:00.025) 0:00:00.025 ******** ok: [managed-node2] META: ran handlers TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Thursday 12 March 2026 19:21:15 -0400 (0:00:00.821) 0:00:00.846 ******** included: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Thursday 12 March 2026 19:21:15 -0400 (0:00:00.025) 0:00:00.872 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Thursday 12 March 2026 19:21:15 -0400 (0:00:00.037) 0:00:00.909 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Thursday 12 March 2026 19:21:16 -0400 (0:00:00.437) 0:00:01.346 ******** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Thursday 12 March 2026 19:21:16 -0400 (0:00:00.060) 0:00:01.406 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007085", "end": "2026-03-12 19:21:16.823871", "failed_when_result": false, "rc": 0, "start": "2026-03-12 19:21:16.816786" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Thursday 12 March 2026 19:21:16 -0400 (0:00:00.499) 0:00:01.906 ******** skipping: [managed-node2] => { "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-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Thursday 12 March 2026 19:21:16 -0400 (0:00:00.058) 0:00:01.965 ******** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Thursday 12 March 2026 19:21:17 -0400 (0:00:00.101) 0:00:02.066 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Thursday 12 March 2026 19:21:17 -0400 (0:00:00.132) 0:00:02.198 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Thursday 12 March 2026 19:21:18 -0400 (0:00:01.203) 0:00:03.402 ******** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Thursday 12 March 2026 19:21:18 -0400 (0:00:00.588) 0:00:03.990 ******** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Thursday 12 March 2026 19:21:19 -0400 (0:00:00.529) 0:00:04.520 ******** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Thursday 12 March 2026 19:21:19 -0400 (0:00:00.339) 0:00:04.859 ******** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-12 19:19:34 EDT", "ActiveEnterTimestampMonotonic": "204050624", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target syslog.target systemd-journald.socket network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-12 19:19:34 EDT", "AssertTimestampMonotonic": "204022368", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-12 19:19:34 EDT", "ConditionTimestampMonotonic": "204022366", "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": "9750", "ExecMainStartTimestamp": "Thu 2026-03-12 19:19:34 EDT", "ExecMainStartTimestampMonotonic": "204022876", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[Thu 2026-03-12 19:19:34 EDT] ; stop_time=[n/a] ; pid=9750 ; 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": "Thu 2026-03-12 19:19:34 EDT", "InactiveExitTimestampMonotonic": "204022900", "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": "9750", "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": "Thu 2026-03-12 19:19:34 EDT", "WatchdogTimestampMonotonic": "204050588", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Thursday 12 March 2026 19:21:20 -0400 (0:00:00.602) 0:00:05.461 ******** changed: [managed-node2] => (item={u'name': u'mycert_subject', u'locality': u'Raleigh', u'country': u'US', u'ca': u'self-sign', u'state': u'NC', u'organizational_unit': u'Linux', u'dns': u'www.example.com', u'common_name': u'Some other common name', u'organization': u'Red Hat'}) => { "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-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Thursday 12 March 2026 19:21:21 -0400 (0:00:00.838) 0:00:06.300 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Thursday 12 March 2026 19:21:21 -0400 (0:00:00.065) 0:00:06.366 ******** skipping: [managed-node2] => (item=[u'cert', {u'name': u'mycert_subject', u'locality': u'Raleigh', u'country': u'US', u'ca': u'self-sign', u'state': u'NC', u'organizational_unit': u'Linux', u'dns': u'www.example.com', u'common_name': u'Some other common name', u'organization': u'Red Hat'}]) => { "ansible_loop_var": "item", "changed": 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-node2] => (item=[u'key', {u'name': u'mycert_subject', u'locality': u'Raleigh', u'country': u'US', u'ca': u'self-sign', u'state': u'NC', u'organizational_unit': u'Linux', u'dns': u'www.example.com', u'common_name': u'Some other common name', u'organization': u'Red Hat'}]) => { "ansible_loop_var": "item", "changed": 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-node2] => (item=[u'ca', {u'name': u'mycert_subject', u'locality': u'Raleigh', u'country': u'US', u'ca': u'self-sign', u'state': u'NC', u'organizational_unit': u'Linux', u'dns': u'www.example.com', u'common_name': u'Some other common name', u'organization': u'Red Hat'}]) => { "ansible_loop_var": "item", "changed": 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" } TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Thursday 12 March 2026 19:21:21 -0400 (0:00:00.078) 0:00:06.444 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Thursday 12 March 2026 19:21:21 -0400 (0:00:00.044) 0:00:06.488 ******** skipping: [managed-node2] => (item=mycert_subject) => { "ansible_loop_var": "cert_name", "cert_name": "mycert_subject", "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Thursday 12 March 2026 19:21:21 -0400 (0:00:00.041) 0:00:06.529 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Thursday 12 March 2026 19:21:21 -0400 (0:00:00.036) 0:00:06.566 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Verify certificate] ****************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:18 Thursday 12 March 2026 19:21:21 -0400 (0:00:00.049) 0:00:06.616 ******** ok: [managed-node2] TASK [Load certificate role platform variables] ******************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:21 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.540) 0:00:07.156 ******** TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.045) 0:00:07.201 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.057) 0:00:07.259 ******** skipping: [managed-node2] => { "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-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.054) 0:00:07.313 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.050) 0:00:07.364 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.046) 0:00:07.410 ******** skipping: [managed-node2] => { "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-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.055) 0:00:07.466 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.041) 0:00:07.507 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify each certificate] ************************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:53 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.072) 0:00:07.580 ******** included: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml for managed-node2 TASK [Set virtualenv_path] ***************************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:5 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.072) 0:00:07.652 ******** ok: [managed-node2] => { "ansible_facts": { "__virtualenv_path": "/tmp/certificate-tests-venv" }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:12 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.044) 0:00:07.697 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:17 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.054) 0:00:07.751 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure python2 is installed] ********************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:21 Thursday 12 March 2026 19:21:22 -0400 (0:00:00.057) 0:00:07.808 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python2-cryptography is already installed" ] } TASK [Ensure python3 is installed] ********************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:31 Thursday 12 March 2026 19:21:23 -0400 (0:00:00.589) 0:00:08.398 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Retrieve certificate file stats] ***************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41 Thursday 12 March 2026 19:21:23 -0400 (0:00:00.039) 0:00:08.438 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1773357681.149782, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a292eab699691857ceb87e28314b0cf451302d5d", "ctime": 1773357681.1447818, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172768, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773357681.1447818, "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": "1545082702", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if certificate file exists] *************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:46 Thursday 12 March 2026 19:21:23 -0400 (0:00:00.301) 0:00:08.740 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify certificate file owner and group] ********************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:52 Thursday 12 March 2026 19:21:23 -0400 (0:00:00.052) 0:00:08.792 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify certificate permissions] ****************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:62 Thursday 12 March 2026 19:21:23 -0400 (0:00:00.060) 0:00:08.852 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Retrieve key file stats] ************************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:68 Thursday 12 March 2026 19:21:23 -0400 (0:00:00.050) 0:00:08.903 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1773357681.1027815, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c28545973bcb6e38aae08c304f7da700538e94d1", "ctime": 1773357681.1447818, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 172767, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1773357681.1447818, "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": "1545082689", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify if key file exists] *********************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:73 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.282) 0:00:09.186 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify key file owner and group] ***************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:79 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.042) 0:00:09.228 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Parse certificate] ******************************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:89 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.048) 0:00:09.276 ******** ok: [managed-node2] => { "certificate": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "9C:50:B6:F9:DE:2F:6B:92:49:8A:D3:B3:7E:41:D0:F5:E8:44:9D:CC" }, "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": "BF:70:AD:20:A2:20:5D:30:C0:8A:5F:E8:78:4F:E1:4B:C9:FA:7C:74" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "3A:A7:B4:05:5D:52:8C:C7:9F:CA:F3:6A:37:2C:BC:67:F3:3F:4C:BA:C0:96:10:86:CD:67:54:C1:84:4A:76:35:15:20:E8:D3:AC:69:A6:7E:33:D0:7E:BE:72:E9:61:5D:26:DE:F8:B3:C5:10:5B:BB:DF:B1:31:53:D1:AF:85:7F:5B:06:93:92:C5:3E:F6:A5:D3:6A:D5:C8:EF:D8:57:24:41:81:24:51:12:92:A3:21:80:EA:50:77:52:79:0D:42:61:27:9B:51:C8:B2:BF:DD:5B:FD:5D:D7:7B:0F:08:66:99:EA:73:E4:A8:39:E9:25:AD:19:5C:F5:20:A5:CD:1B:8F:F6:A4:E1:B0:D2:84:CA:D9:84:76:58:DD:C0:0D:9F:7A:58:A0:51:A4:D6:A1:D0:61:EC:A5:D8:5E:6C:F0:9C:BA:D7:3B:52:86:DB:42:35:4E:EF:53:8F:FE:DD:85:A2:8B:08:9D:D8:8F:94:D5:09:D0:A5:94:6F:7E:09:01:6F:F9:99:1D:8A:A2:08:85:83:01:9F:AF:FB:97:12:14:C0:38:4B:08:49:32:A1:DC:DF:C0:E8:1E:44:81:F6:6F:2A:FE:93:2E:11:56:4A:EF:62:70:96:AB:06:B2:D8:4A:E6:69:3A:47:F7:0E:B7:60:74:72:50:F2:EB:99:32:24:5F" }, "subject": [ { "name": "localityName", "oid": "2.5.4.7", "value": "Raleigh" }, { "name": "countryName", "oid": "2.5.4.6", "value": "US" }, { "name": "stateOrProvinceName", "oid": "2.5.4.8", "value": "NC" }, { "name": "commonName", "oid": "2.5.4.3", "value": "Some other common name" }, { "name": "organizationName", "oid": "2.5.4.10", "value": "Red Hat" }, { "name": "organizationalUnitName", "oid": "2.5.4.11", "value": "Linux" } ], "validity": { "not_valid_after": "20270312231934Z", "not_valid_before": "20260312232121Z" } }, "changed": false } TASK [Load certificate YAML to cert_issued variable] *************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:95 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.535) 0:00:09.811 ******** ok: [managed-node2] => { "ansible_facts": { "cert_issued": { "extensions": { "authorityKeyIdentifier": { "critical": false, "value": "9C:50:B6:F9:DE:2F:6B:92:49:8A:D3:B3:7E:41:D0:F5:E8:44:9D:CC" }, "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": "BF:70:AD:20:A2:20:5D:30:C0:8A:5F:E8:78:4F:E1:4B:C9:FA:7C:74" } }, "key_size": 2048, "signature_algorithm": { "algorithm": "sha256WithRSAEncryption", "signature": "3A:A7:B4:05:5D:52:8C:C7:9F:CA:F3:6A:37:2C:BC:67:F3:3F:4C:BA:C0:96:10:86:CD:67:54:C1:84:4A:76:35:15:20:E8:D3:AC:69:A6:7E:33:D0:7E:BE:72:E9:61:5D:26:DE:F8:B3:C5:10:5B:BB:DF:B1:31:53:D1:AF:85:7F:5B:06:93:92:C5:3E:F6:A5:D3:6A:D5:C8:EF:D8:57:24:41:81:24:51:12:92:A3:21:80:EA:50:77:52:79:0D:42:61:27:9B:51:C8:B2:BF:DD:5B:FD:5D:D7:7B:0F:08:66:99:EA:73:E4:A8:39:E9:25:AD:19:5C:F5:20:A5:CD:1B:8F:F6:A4:E1:B0:D2:84:CA:D9:84:76:58:DD:C0:0D:9F:7A:58:A0:51:A4:D6:A1:D0:61:EC:A5:D8:5E:6C:F0:9C:BA:D7:3B:52:86:DB:42:35:4E:EF:53:8F:FE:DD:85:A2:8B:08:9D:D8:8F:94:D5:09:D0:A5:94:6F:7E:09:01:6F:F9:99:1D:8A:A2:08:85:83:01:9F:AF:FB:97:12:14:C0:38:4B:08:49:32:A1:DC:DF:C0:E8:1E:44:81:F6:6F:2A:FE:93:2E:11:56:4A:EF:62:70:96:AB:06:B2:D8:4A:E6:69:3A:47:F7:0E:B7:60:74:72:50:F2:EB:99:32:24:5F" }, "subject": [ { "name": "localityName", "oid": "2.5.4.7", "value": "Raleigh" }, { "name": "countryName", "oid": "2.5.4.6", "value": "US" }, { "name": "stateOrProvinceName", "oid": "2.5.4.8", "value": "NC" }, { "name": "commonName", "oid": "2.5.4.3", "value": "Some other common name" }, { "name": "organizationName", "oid": "2.5.4.10", "value": "Red Hat" }, { "name": "organizationalUnitName", "oid": "2.5.4.11", "value": "Linux" } ], "validity": { "not_valid_after": "20270312231934Z", "not_valid_before": "20260312232121Z" } } }, "changed": false } TASK [Verify certificate subject] ********************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:99 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.047) 0:00:09.859 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify certificate SAN] ************************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:107 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.045) 0:00:09.904 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify key size] ********************************************************* task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:115 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.046) 0:00:09.951 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Key Usage] ******************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:122 Thursday 12 March 2026 19:21:24 -0400 (0:00:00.059) 0:00:10.011 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify certificate Extended Key Usage] *********************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:133 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.057) 0:00:10.068 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Retrieve auto-renew flag] ************************************************ task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:146 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.062) 0:00:10.131 ******** ok: [managed-node2] => { "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.055544", "end": "2026-03-12 19:21:25.395229", "rc": 0, "start": "2026-03-12 19:21:25.339685" } STDOUT: yes TASK [Verify certificate auto-renew flag] ************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:155 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.336) 0:00:10.467 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Stat commands file] ****************************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:163 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.053) 0:00:10.521 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Assert that commands file got removed] *********************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:168 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.309) 0:00:10.831 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Stat first-boot unit file] *********************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:176 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.050) 0:00:10.882 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert presence of first-boot unit] ************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:181 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.047) 0:00:10.929 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that first-boot unit is enabled] ********************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:186 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.041) 0:00:10.971 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat commands file] ****************************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:193 Thursday 12 March 2026 19:21:25 -0400 (0:00:00.035) 0:00:11.006 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that commands file exists] **************************************** task path: /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:198 Thursday 12 March 2026 19:21:26 -0400 (0:00:00.035) 0:00:11.042 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=36 changed=1 unreachable=0 failed=0 skipped=22 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 12 March 2026 19:21:26 -0400 (0:00:00.037) 0:00:11.079 ******** =============================================================================== fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.20s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 0.84s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Gathering Facts --------------------------------------------------------- 0.82s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:2 fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.60s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Ensure python2 is installed --------------------------------------------- 0.59s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:21 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.59s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Gathering Facts --------------------------------------------------------- 0.54s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject.yml:18 Parse certificate ------------------------------------------------------- 0.54s /tmp/collections-9Hc/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.53s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 fedora.linux_system_roles.certificate : Run systemctl ------------------- 0.50s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.44s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists --- 0.34s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Retrieve auto-renew flag ------------------------------------------------ 0.34s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:146 Stat commands file ------------------------------------------------------ 0.31s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:163 Retrieve certificate file stats ----------------------------------------- 0.30s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:41 Retrieve key file stats ------------------------------------------------- 0.28s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/assert_certificate_parameters.yml:68 fedora.linux_system_roles.certificate : Set platform/version specific variables --- 0.13s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available --- 0.10s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 fedora.linux_system_roles.certificate : Slurp the contents of the files --- 0.08s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 fedora.linux_system_roles.certificate : Set platform/version specific variables --- 0.07s /tmp/collections-9Hc/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40