From 6b9f49b6c54ae8e42d8aec92cda7f5e8933be7ac Mon Sep 17 00:00:00 2001 From: Samadou OURO-AGOROUKO <101370501+Bakugo90@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:10:11 +0000 Subject: [PATCH] Update attribute description for check_mode (#82536) Fixes #82509 --- lib/ansible/plugins/doc_fragments/action_common_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/doc_fragments/action_common_attributes.py b/lib/ansible/plugins/doc_fragments/action_common_attributes.py index 47d9534c1d3..688d675f391 100644 --- a/lib/ansible/plugins/doc_fragments/action_common_attributes.py +++ b/lib/ansible/plugins/doc_fragments/action_common_attributes.py @@ -10,7 +10,7 @@ class ModuleDocFragment(object): DOCUMENTATION = r''' attributes: check_mode: - description: Can run in check_mode and return changed status prediction without modifying target + description: Can run in check_mode and return changed status prediction without modifying target, if not supported the action will be skipped. diff_mode: description: Will return details on what has changed (or possibly needs changing in check_mode), when in diff mode platform: