From 4480036401083dd42a6a13e586971a1d68ed2bb9 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:09:50 +0100 Subject: [PATCH] [PR #11169/a986d81c backport][stable-12] dconf: doc typo (#11171) dconf: doc typo (#11169) (cherry picked from commit a986d81c3d0df34de1478ba30f7a46c092dc27bc) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/dconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/dconf.py b/plugins/modules/dconf.py index de78131950..7cb2e95761 100644 --- a/plugins/modules/dconf.py +++ b/plugins/modules/dconf.py @@ -29,7 +29,7 @@ notes: that is, Ansible may think that a value is being changed when it is not. This fallback is to be removed in version 15.0.0 of this collection, at which point the module C(gi.repository) is going to be required. - The library C(gi.repository) is usually provided by operating system packages (C(python3-gi) for Ubuntu/Debian, - C(python3-gobject) for Red Hat/Fedora, C(python-gobject) for Archlinux, to mention a few). + C(python3-gobject) for Red Hat/Fedora, C(python-gobject) for Arch Linux, to mention a few). It is available in PyPI as C(PyGObject) but it only provides bindings for system libraries, so using the system packages is highly recommended over installing it with C(pip). - Detection of existing, running D-Bus session, required to change settings using C(dconf), is not 100% reliable due to