Skip to content

Commit

Permalink
Update plugins/modules/x509_certificate_revocation_info.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Trufan <[email protected]>
  • Loading branch information
felixfontein and ctrufan authored May 18, 2020
1 parent f55dcb4 commit bbf7298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/x509_certificate_revocation_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _check_crl(self, result, crl_blob, crl_source):
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
Expand Down

0 comments on commit bbf7298

Please sign in to comment.