mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Improve ACME tests; add acme_ari_info tests; use ARI and profiles features in acme_certificate tests (#841)
* Fix description. * Add basic acme_ari_info test. * Refactoring. * Extend acme_certificate tests.
This commit is contained in:
@@ -24,6 +24,12 @@ extends_documentation_fragment:
|
||||
- community.crypto.attributes
|
||||
- community.crypto.attributes.info_module
|
||||
- community.crypto.attributes.idempotent_not_modify_state
|
||||
attributes:
|
||||
idempotent:
|
||||
support: partial
|
||||
details:
|
||||
- The module is not idempotent if O(now) is a relative timestamp, or is not specified.
|
||||
- If O(use_ari=true), the module is not idempotent if O(ari_algorithm=standard).
|
||||
options:
|
||||
certificate_path:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user