ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

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

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject_complex.yml:2
Saturday 02 November 2024  08:27:06 -0400 (0:00:00.054)       0:00:00.054 ***** 
ok: [managed-node2]
META: ran handlers

TASK [fedora.linux_system_roles.certificate : Set version specific variables] ***
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2
Saturday 02 November 2024  08:27:07 -0400 (0:00:01.118)       0:00:01.173 ***** 
included: /tmp/collections-gJX/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-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2
Saturday 02 November 2024  08:27:07 -0400 (0:00:00.039)       0:00:01.213 ***** 
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-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10
Saturday 02 November 2024  08:27:07 -0400 (0:00:00.049)       0:00:01.262 ***** 
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-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15
Saturday 02 November 2024  08:27:07 -0400 (0:00:00.530)       0:00:01.793 ***** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] ***
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19
Saturday 02 November 2024  08:27:07 -0400 (0:00:00.055)       0:00:01.849 ***** 
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-gJX/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-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5
Saturday 02 November 2024  08:27:07 -0400 (0:00:00.120)       0:00:01.969 ***** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", 
        "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", 
        "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed"
    ]
}
lsrpackages: python-cryptography python-dbus python-pyasn1

TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] ***
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23
Saturday 02 November 2024  08:27:10 -0400 (0:00:02.659)       0:00:04.629 ***** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "rc": 0, 
    "results": [
        "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed"
    ]
}
lsrpackages: certmonger

TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] ***
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35
Saturday 02 November 2024  08:27:11 -0400 (0:00:00.775)       0:00:05.404 ***** 
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-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61
Saturday 02 November 2024  08:27:11 -0400 (0:00:00.544)       0:00:05.949 ***** 
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-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90
Saturday 02 November 2024  08:27:12 -0400 (0:00:00.372)       0:00:06.321 ***** 
ok: [managed-node2] => (item=certmonger) => {
    "__certificate_provider": "certmonger", 
    "ansible_loop_var": "__certificate_provider", 
    "changed": false, 
    "enabled": true, 
    "name": "certmonger", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-11-02 08:26:15 EDT", 
        "ActiveEnterTimestampMonotonic": "235553090", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "systemd-journald.socket network.target dbus.service syslog.target system.slice basic.target", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2024-11-02 08:26:15 EDT", 
        "AssertTimestampMonotonic": "235527162", 
        "Before": "shutdown.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedorahosted.certmonger", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "no", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Sat 2024-11-02 08:26:15 EDT", 
        "ConditionTimestampMonotonic": "235527160", 
        "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": "9869", 
        "ExecMainStartTimestamp": "Sat 2024-11-02 08:26:15 EDT", 
        "ExecMainStartTimestampMonotonic": "235527819", 
        "ExecMainStatus": "0", 
        "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[Sat 2024-11-02 08:26:15 EDT] ; stop_time=[n/a] ; pid=9869 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/certmonger.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "certmonger.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Sat 2024-11-02 08:26:15 EDT", 
        "InactiveExitTimestampMonotonic": "235527854", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "control-group", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9869", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "certmonger.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PIDFile": "/var/run/certmonger.pid", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "inherit", 
        "StandardInput": "null", 
        "StandardOutput": "journal", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "disabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "WatchdogTimestamp": "Sat 2024-11-02 08:26:15 EDT", 
        "WatchdogTimestampMonotonic": "235553038", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] *****
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101
Saturday 02 November 2024  08:27:13 -0400 (0:00:00.923)       0:00:07.244 ***** 
changed: [managed-node2] => (item={u'common_name': u'# \\\\Every"thing+that,ne;eds<escap>ing\\0 ', u'ca': u'self-sign', u'contact_email': u'admin@example.com', u'name': u'mycert_subject_complex', u'dns': u'www.example.com'}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ca": "self-sign", 
        "common_name": "# \\\\Every\"thing+that,ne;eds<escap>ing\\0 ", 
        "contact_email": "admin@example.com", 
        "dns": "www.example.com", 
        "name": "mycert_subject_complex"
    }
}

MSG:

Certificate requested (new).

TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] ***
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152
Saturday 02 November 2024  08:27:14 -0400 (0:00:01.039)       0:00:08.284 ***** 
skipping: [managed-node2] => (item=[u'cert', {u'common_name': u'# \\\\Every"thing+that,ne;eds<escap>ing\\0 ', u'ca': u'self-sign', u'contact_email': u'admin@example.com', u'name': u'mycert_subject_complex', u'dns': u'www.example.com'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "cert", 
        {
            "ca": "self-sign", 
            "common_name": "# \\\\Every\"thing+that,ne;eds<escap>ing\\0 ", 
            "contact_email": "admin@example.com", 
            "dns": "www.example.com", 
            "name": "mycert_subject_complex"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'key', {u'common_name': u'# \\\\Every"thing+that,ne;eds<escap>ing\\0 ', u'ca': u'self-sign', u'contact_email': u'admin@example.com', u'name': u'mycert_subject_complex', u'dns': u'www.example.com'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "key", 
        {
            "ca": "self-sign", 
            "common_name": "# \\\\Every\"thing+that,ne;eds<escap>ing\\0 ", 
            "contact_email": "admin@example.com", 
            "dns": "www.example.com", 
            "name": "mycert_subject_complex"
        }
    ], 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=[u'ca', {u'common_name': u'# \\\\Every"thing+that,ne;eds<escap>ing\\0 ', u'ca': u'self-sign', u'contact_email': u'admin@example.com', u'name': u'mycert_subject_complex', u'dns': u'www.example.com'}])  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": [
        "ca", 
        {
            "ca": "self-sign", 
            "common_name": "# \\\\Every\"thing+that,ne;eds<escap>ing\\0 ", 
            "contact_email": "admin@example.com", 
            "dns": "www.example.com", 
            "name": "mycert_subject_complex"
        }
    ], 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Create return data] **************
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160
Saturday 02 November 2024  08:27:14 -0400 (0:00:00.091)       0:00:08.376 ***** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ******
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176
Saturday 02 November 2024  08:27:14 -0400 (0:00:00.070)       0:00:08.447 ***** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.certificate : Remove files] ********************
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181
Saturday 02 November 2024  08:27:14 -0400 (0:00:00.079)       0:00:08.526 ***** 
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-gJX/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject_complex.yml:16
Saturday 02 November 2024  08:27:14 -0400 (0:00:00.067)       0:00:08.594 ***** 
ok: [managed-node2]
META: ran handlers

TASK [Verify each certificate] *************************************************
task path: /tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject_complex.yml:42
Saturday 02 November 2024  08:27:15 -0400 (0:00:00.652)       0:00:09.247 ***** 
skipping: [managed-node2] => (item={u'path': u'/etc/pki/tls/certs/mycert_subject_complex.crt', u'key_path': u'/etc/pki/tls/private/mycert_subject_complex.key', u'subject_alt_name': [{u'name': u'DNS', u'value': u'www.example.com'}], u'subject': [{u'oid': u'1.2.840.113549.1.9.1', u'name': u'emailAddress', u'value': u'admin@example.com'}, {u'oid': u'2.5.4.3', u'name': u'commonName', u'value': u'# \\\\Every"thing+that,ne;eds<escap>ing\\0 '}]})  => {
    "ansible_loop_var": "cert", 
    "cert": {
        "key_path": "/etc/pki/tls/private/mycert_subject_complex.key", 
        "path": "/etc/pki/tls/certs/mycert_subject_complex.crt", 
        "subject": [
            {
                "name": "emailAddress", 
                "oid": "1.2.840.113549.1.9.1", 
                "value": "admin@example.com"
            }, 
            {
                "name": "commonName", 
                "oid": "2.5.4.3", 
                "value": "# \\\\Every\"thing+that,ne;eds<escap>ing\\0 "
            }
        ], 
        "subject_alt_name": [
            {
                "name": "DNS", 
                "value": "www.example.com"
            }
        ]
    }, 
    "changed": false, 
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

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

Saturday 02 November 2024  08:27:15 -0400 (0:00:00.115)       0:00:09.363 ***** 
=============================================================================== 
fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.66s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 
Gathering Facts --------------------------------------------------------- 1.12s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject_complex.yml:2 
fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.04s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 
fedora.linux_system_roles.certificate : Ensure provider service is running --- 0.92s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 
fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 0.78s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 
Gathering Facts --------------------------------------------------------- 0.65s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject_complex.yml:16 
fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists --- 0.54s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 
fedora.linux_system_roles.certificate : Check if system is ostree ------- 0.53s
/tmp/collections-gJX/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.37s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 
fedora.linux_system_roles.certificate : Set platform/version specific variables --- 0.12s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 
Verify each certificate ------------------------------------------------- 0.12s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_subject_complex.yml:42 
fedora.linux_system_roles.certificate : Slurp the contents of the files --- 0.09s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 
fedora.linux_system_roles.certificate : Stop tracking certificates ------ 0.08s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 
fedora.linux_system_roles.certificate : Create return data -------------- 0.07s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 
fedora.linux_system_roles.certificate : Remove files -------------------- 0.07s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 
fedora.linux_system_roles.certificate : Set flag to indicate system is ostree --- 0.06s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 
fedora.linux_system_roles.certificate : Ensure ansible_facts used by role --- 0.05s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 
fedora.linux_system_roles.certificate : Set version specific variables --- 0.04s
/tmp/collections-gJX/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2