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:
@@ -33,6 +33,11 @@ attributes:
|
||||
support: full
|
||||
safe_file_operations:
|
||||
support: full
|
||||
idempotent:
|
||||
support: partial
|
||||
details:
|
||||
- The module is not idempotent if O(force=true).
|
||||
- If relative timestamps and O(ignore_timestamps=false) (default), the module is not idempotent.
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user