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 <103110+russoz@users.noreply.github.com>
  • Loading branch information
felixfontein and russoz committed Dec 30, 2024
1 parent de3aeea commit 6f687d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion roles/install/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ argument_specs:
- The role supports diff mode if the M(ansible.builtin.package) action for the system supports it.
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.
support: partial
details:
Expand Down

0 comments on commit 6f687d9

Please sign in to comment.