Update plugins/modules/x509_certificate_revocation_info.py
Co-authored-by: Chris Trufan <31186388+ctrufan@users.noreply.github.com>pull/30/head
parent
ea0430c43b
commit
f629ff3e6d
|
@ -242,7 +242,7 @@ class CertificateRevocationInfo(OpenSSLObject):
|
|||
except Exception as e:
|
||||
self.module.fail_json(msg='Error while decoding CRL from {1}: {0}'.format(e, crl_source))
|
||||
|
||||
# Check revoced certificates
|
||||
# Check revoked certificates
|
||||
if 'crl_contained' not in result:
|
||||
result['crl_contained'] = False
|
||||
result['crl_record'] = None
|
||||
|
|
Loading…
Reference in New Issue