Update attribute description for check_mode (#82536)

Fixes #82509
pull/82552/head
Samadou OURO-AGOROUKO 4 months ago committed by GitHub
parent bf9509bf33
commit 6b9f49b6c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save