From fffdfb48903270390e3d9bc65b5c9c8a2756d381 Mon Sep 17 00:00:00 2001 From: Sheidan <37596668+Sh3idan@users.noreply.github.com> Date: Sun, 20 Jul 2025 21:49:22 +0200 Subject: [PATCH] Update 'value' description 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 7fe71c0b50..02a34e7703 100644 --- a/plugins/modules/dconf.py +++ b/plugins/modules/dconf.py @@ -61,7 +61,7 @@ options: description: - Value to set for the specified dconf key. Value should be specified in GVariant format. Due to complexity of this format, it is best to have a look at existing values in the dconf database. - - Required for O(state=present). If provided, O(path) is not required. + - One of O(value) and O(path) are required for O(state=present). - Although the type is specified as "raw", it should typically be specified as a string. However, boolean values in particular are handled properly even when specified as booleans rather than strings (in fact, handling booleans properly is why the type of this parameter is "raw").