From d86098674badbce7646b72e5879e0ab42b3f0df0 Mon Sep 17 00:00:00 2001 From: Sheidan <37596668+Sh3idan@users.noreply.github.com> Date: Sun, 20 Jul 2025 21:53:36 +0200 Subject: [PATCH] Add trailing comma to avoid future diff Co-authored-by: Felix Fontein --- plugins/modules/dconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/dconf.py b/plugins/modules/dconf.py index e7417071e8..b6fb2c7c80 100644 --- a/plugins/modules/dconf.py +++ b/plugins/modules/dconf.py @@ -488,7 +488,7 @@ def main(): ('state', 'present', ['value', 'path'], True), ], mutually_exclusive=[ - ['value', 'path'] + ['value', 'path'], ], )