From 8bdcdc8328f48bf92a5745029e09e5ef2ab47624 Mon Sep 17 00:00:00 2001 From: Sheidan <37596668+Sh3idan@users.noreply.github.com> Date: Sun, 20 Jul 2025 21:49:50 +0200 Subject: [PATCH] Update 'path' description Co-authored-by: Felix Fontein --- 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 02a34e7703..e7417071e8 100644 --- a/plugins/modules/dconf.py +++ b/plugins/modules/dconf.py @@ -70,7 +70,7 @@ options: required: false description: - Remote path to the configuration to apply. - - Required for O(state=present). If provided, O(value) is not required. + - One of O(value) and O(path) are required for O(state=present). state: type: str