Add x509_crl_info filter (#558)

* Add x509_crl_info filter.

* Work around bugs in Ansible 2.9 and ansible-base 2.10.
This commit is contained in:
Felix Fontein
2022-12-31 07:56:34 +01:00
committed by GitHub
parent c08bae8308
commit c173449c46
6 changed files with 652 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ notes:
They are all in UTC.
seealso:
- module: community.crypto.x509_crl
- ref: community.crypto.x509_crl_info filter <ansible_collections.community.crypto.x509_crl_info_filter>
# - plugin: community.crypto.x509_crl_info
# plugin_type: filter
description: A filter variant of this module.
'''
EXAMPLES = r'''