xfconf: fix existing empty array case (#11026) (#11027)

* xfconf: fix existing empty array case

* fix xfconf_info as well

* add changelog frag

(cherry picked from commit b28ac655fc)
This commit is contained in:
Alexei Znamensky
2025-11-03 10:07:52 +13:00
committed by GitHub
parent cd4a02605e
commit 40eec12c2c
4 changed files with 64 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- xfconf - fix handling of empty array properties (https://github.com/ansible-collections/community.general/pull/11026).
- xfconf_info - fix handling of empty array properties (https://github.com/ansible-collections/community.general/pull/11026).