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:
Abhijeet Kasurde 2021-01-21 18:41:40 +05:30 committed by GitHub
commit 1479544029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 26 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- dconf - update documentation and logic code refactor (https://github.com/ansible-collections/community.general/pull/1585).