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'], ], )