Skip to content

Commit

Permalink
Mention check mode in attribute description.
Browse files Browse the repository at this point in the history
Co-authored-by: Alexei Znamensky <[email protected]>
  • Loading branch information
felixfontein and russoz authored Dec 30, 2024
1 parent 2321349 commit 1d77571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/doc_fragments/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ModuleDocFragment(object):
description: Will return details on what has changed (or possibly needs changing in C(check_mode)), when in diff mode.
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.
"""

Expand Down

0 comments on commit 1d77571

Please sign in to comment.