mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Add 'idempotent' attribute (#833)
* Add 'idempotent' attribute. * Mention check mode in attribute description. Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -81,6 +81,12 @@ attributes:
|
||||
support: none
|
||||
safe_file_operations:
|
||||
support: full
|
||||
idempotent:
|
||||
support: partial
|
||||
details:
|
||||
- If O(force=true), the module is not idempotent.
|
||||
If O(force=false), it depends on the certificate's validity period and the value of O(remaining_days).
|
||||
- The second phase invocation of the module is always idempotent, assuming no error occurs.
|
||||
options:
|
||||
account_email:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user