mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
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:
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user