mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 11:44:24 -07:00
Update 'value' description
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
a7dd03ffc5
commit
fffdfb4890
1 changed files with 1 additions and 1 deletions
|
@ -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").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue