diff --git a/plugins/modules/dconf.py b/plugins/modules/dconf.py index c1c4512dc4..be18f37d2c 100644 --- a/plugins/modules/dconf.py +++ b/plugins/modules/dconf.py @@ -480,8 +480,8 @@ def main(): state=dict(default='present', choices=['present', 'absent', 'read']), key=dict(required=True, type='str', no_log=False), # Converted to str below after special handling of bool. - value=dict(required=False, default=None, type='raw'), - path=dict(required=False, default=None, type='path'), + value=dict(type='raw'), + path=dict(type='path'), ), supports_check_mode=True, required_if=[