mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit 858eaac500
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
7e23ef3801
commit
64cbf1900b
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ author:
|
||||||
short_description: Edit XFCE4 Configurations
|
short_description: Edit XFCE4 Configurations
|
||||||
description:
|
description:
|
||||||
- This module allows for the manipulation of Xfce 4 Configuration with the help of
|
- This module allows for the manipulation of Xfce 4 Configuration with the help of
|
||||||
xfconf-query. Please see the xfconf-query(1) man pages for more details.
|
xfconf-query. Please see the xfconf-query(1) man page for more details.
|
||||||
seealso:
|
seealso:
|
||||||
- name: C(xfconf-query) man page
|
- name: xfconf-query(1) man page
|
||||||
description: Manual page of the C(xfconf-query) tool at the XFCE documentation site.
|
description: Manual page of the C(xfconf-query) tool at the XFCE documentation site.
|
||||||
link: 'https://docs.xfce.org/xfce/xfconf/xfconf-query'
|
link: 'https://docs.xfce.org/xfce/xfconf/xfconf-query'
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ options:
|
||||||
default: "present"
|
default: "present"
|
||||||
force_array:
|
force_array:
|
||||||
description:
|
description:
|
||||||
- Force array even if only one element
|
- Force array even if only one element.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
aliases: ['array']
|
aliases: ['array']
|
||||||
|
|
Loading…
Reference in a new issue