xfconf: fix boolean return values (#11645)

* xfconf: fix boolean return values

* add changelog frag
This commit is contained in:
Alexei Znamensky
2026-03-23 08:18:03 +13:00
committed by GitHub
parent 758a445d97
commit a09e879ff2
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).