mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +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:
@@ -37,6 +37,11 @@ attributes:
|
||||
support: N/A
|
||||
details:
|
||||
- This action does not modify state.
|
||||
idempotent:
|
||||
support: none
|
||||
details:
|
||||
- The certificates returned are never the same, since the Not Before and Not After timestamps
|
||||
depend on the invocation's timestamp.
|
||||
options:
|
||||
challenge:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user