mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 10:35:34 +00:00
fix: address check_mode and diff_mode feedback
This commit is contained in:
parent
ff86171221
commit
6977735ab2
1 changed files with 0 additions and 2 deletions
|
|
@ -20,10 +20,8 @@ extends_documentation_fragment:
|
|||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
description: Can run in C(check_mode) and return changed status prediction without modifying target.
|
||||
diff_mode:
|
||||
support: none
|
||||
description: Will return details on what has changed (or possibly needs changing in C(check_mode)), when in diff mode.
|
||||
options:
|
||||
webhook_url:
|
||||
type: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue