From 6977735ab219fd993de1ddba7f295eff3d84eee4 Mon Sep 17 00:00:00 2001 From: Tom Scholz <> Date: Thu, 4 Jun 2026 15:46:24 +0200 Subject: [PATCH] fix: address `check_mode` and `diff_mode` feedback --- plugins/modules/google_chat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/modules/google_chat.py b/plugins/modules/google_chat.py index 6dd19e4869..7c2139c3e9 100644 --- a/plugins/modules/google_chat.py +++ b/plugins/modules/google_chat.py @@ -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