mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +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:
@@ -30,6 +30,11 @@ attributes:
|
||||
- This action does not modify state.
|
||||
diff_mode:
|
||||
support: none
|
||||
idempotent:
|
||||
support: partial
|
||||
details:
|
||||
- Signature algorithms are generally not deterministic. Thus the generated signature
|
||||
can change from one invocation to the next.
|
||||
options:
|
||||
privatekey_path:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user