[PR #11645/a09e879f backport][stable-12] xfconf: fix boolean return values (#11650)

xfconf: fix boolean return values (#11645)

* xfconf: fix boolean return values

* add changelog frag

(cherry picked from commit a09e879ff2)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2026-03-22 20:33:31 +01:00
committed by GitHub
parent 268b31b53d
commit 12808f67d5
3 changed files with 43 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- xfconf - representation of boolean properties was not consistent between Python and ``xfconf-query``, leading to broken idempotency (https://github.com/ansible-collections/community.general/pull/11645).