mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #6538/08377df7 backport][stable-5] Fix code formatting in documentation of dconf.py (#6541)
Fix code formatting in documentation of dconf.py (#6538)
* Fix code formatting in documentation of dconf.py
* Update plugins/modules/dconf.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/dconf.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 08377df7a5
)
Co-authored-by: Tamerlan Bimzhanov <bimzhanovt.net@gmail.com>
This commit is contained in:
parent
9e112272be
commit
cc52e194be
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ notes:
|
||||||
I(value="'myvalue'") - with single quotes as part of the Ansible parameter
|
I(value="'myvalue'") - with single quotes as part of the Ansible parameter
|
||||||
value.
|
value.
|
||||||
- When using loops in combination with a value like
|
- When using loops in combination with a value like
|
||||||
:code:`"[('xkb', 'us'), ('xkb', 'se')]"`, you need to be aware of possible
|
"[('xkb', 'us'), ('xkb', 'se')]", you need to be aware of possible
|
||||||
type conversions. Applying a filter :code:`"{{ item.value | string }}"`
|
type conversions. Applying a filter C({{ item.value | string }})
|
||||||
to the parameter variable can avoid potential conversion problems.
|
to the parameter variable can avoid potential conversion problems.
|
||||||
- The easiest way to figure out exact syntax/value you need to provide for a
|
- The easiest way to figure out exact syntax/value you need to provide for a
|
||||||
key is by making the configuration change in application affected by the
|
key is by making the configuration change in application affected by the
|
||||||
|
|
Loading…
Reference in a new issue