From cc52e194be18778fb82cbf86ee1f96a6d52bbfd3 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 14:55:51 +0200 Subject: [PATCH] [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 * Update plugins/modules/dconf.py Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein (cherry picked from commit 08377df7a5801b26fce498681180a23a2fdaeda3) Co-authored-by: Tamerlan Bimzhanov --- plugins/modules/system/dconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/system/dconf.py b/plugins/modules/system/dconf.py index 61bf6f0e3f..3ca977c4de 100644 --- a/plugins/modules/system/dconf.py +++ b/plugins/modules/system/dconf.py @@ -37,8 +37,8 @@ notes: 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 - type conversions. Applying a filter :code:`"{{ item.value | string }}"` + "[('xkb', 'us'), ('xkb', 'se')]", you need to be aware of possible + type conversions. Applying a filter C({{ item.value | string }}) to the parameter variable can avoid potential conversion problems. - 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