1
0
Fork 0
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:
Tom Scholz 2026-06-04 15:46:24 +02:00
parent ff86171221
commit 6977735ab2

View file

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