mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 00:21:23 -07:00
dconf: Code refactor (#1585)
* Updated documentation * Use ``module.get_bin_path`` API to check existence of ``dbus-send``, ``dconf``, and ``dbus-run-session`` * Return ``out`` and ``err`` in ``fail_json`` which helps debugging Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
e901d281cf
commit
1479544029
2 changed files with 32 additions and 26 deletions
2
changelogs/fragments/dconf_refactor.yml
Normal file
2
changelogs/fragments/dconf_refactor.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- dconf - update documentation and logic code refactor (https://github.com/ansible-collections/community.general/pull/1585).
|
Loading…
Add table
Add a link
Reference in a new issue