Mention check mode in attribute description.

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
Felix Fontein 2024-12-30 20:06:57 +01:00
parent 238113ec3c
commit 236d3e828f

View file

@ -23,7 +23,7 @@ attributes:
support: N/A
idempotent:
description:
- When run twice in a row with the same arguments, the second invocation indicates no change.
- When run twice in a row outside check mode, with the same arguments, the second invocation indicates no change.
- This assumes that the system controlled/queried by the module has not changed in a relevant way.
"""