docs style adjustments (#11037)

docs adjustments
This commit is contained in:
Alexei Znamensky
2025-11-07 10:29:44 +13:00
committed by GitHub
parent 3c42ec730d
commit c984b89667
6 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ notes:
specified in Ansible code. C(gi.repository) is likely to be present on most systems which have C(dconf) but may not be
present everywhere. When it is missing, a simple string comparison between values is used, and there may be false positives,
that is, Ansible may think that a value is being changed when it is not. This fallback is to be removed in a future version
of this module, at which point the module will stop working on hosts without C(gi.repository).
of this module, at which point the module C(gi.repository) is going to be required.
- Detection of existing, running D-Bus session, required to change settings using C(dconf), is not 100% reliable due to
implementation details of D-Bus daemon itself. This might lead to running applications not picking-up changes on-the-fly
if options are changed using Ansible and C(dbus-run-session).