multiple modules: fixed markups in doc (#5227)

This commit is contained in:
Alexei Znamensky
2022-09-05 01:25:34 +12:00
committed by GitHub
parent ac8b034061
commit 6e011f00f4
14 changed files with 20 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ notes:
- Keep in mind that the C(dconf) CLI tool, which this module wraps around,
utilises an unusual syntax for the values (GVariant). For example, if you
wanted to provide a string value, the correct syntax would be
C(value="'myvalue'") - with single quotes as part of the Ansible parameter
I(value="'myvalue'") - with single quotes as part of the Ansible parameter
value.
- When using loops in combination with a value like
:code:`"[('xkb', 'us'), ('xkb', 'se')]"`, you need to be aware of possible