1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

[PR #11159/6bf0780d backport][stable-12] xfconf: update state=absent doc (#11160)

xfconf: update state=absent doc (#11159)

(cherry picked from commit 6bf0780d23)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-11-15 21:11:12 +01:00 committed by GitHub
parent 4044998ff5
commit 6d582acb26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,10 @@ seealso:
description: XFCE documentation for the Xfconf configuration system.
link: 'https://docs.xfce.org/xfce/xfconf/start'
- name: xfce4-settings-editor - Settings Editor
description: XFCE documentation for the graphical editor for configuration settings.
link: https://docs.xfce.org/xfce/xfce4-settings/editor#change_properties
extends_documentation_fragment:
- community.general.attributes
@ -69,6 +73,10 @@ options:
- The action to take upon the property/value.
- The state V(get) has been removed in community.general 5.0.0. Please use the module M(community.general.xfconf_info)
instead.
- Xfce4 may, and usually does, have default values that come with the system packages.
You can set new values for these default properties and override the their values.
However, whey you use O(state=absent), the module executes the command C(xfconf-query reset) for the specified property and
that only removes user-configured properties, so those properties are B(not removed), but rather they go back to the default values.
choices: [present, absent]
default: "present"
force_array: