community.general.gconftool2 – Edit GNOME Configurations¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.gconftool2
.
Synopsis¶
This module allows for the manipulation of GNOME 2 Configuration via gconftool-2. Please see the gconftool-2(1) man pages for more details.
Parameters¶
Examples¶
- name: Change the widget font to "Serif 12"
community.general.gconftool2:
key: "/desktop/gnome/interface/font_name"
value_type: "string"
value: "Serif 12"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Kenneth D. Evensen (@kevensen)