From 266b62b90d70b9ebdec758d037ad8c87677ef126 Mon Sep 17 00:00:00 2001 From: Sheidan <37596668+Sh3idan@users.noreply.github.com> Date: Sat, 19 Jul 2025 13:28:30 +0200 Subject: [PATCH] Fix path type in doc 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 9e6dfc874e..a7f067fd85 100644 --- a/plugins/modules/dconf.py +++ b/plugins/modules/dconf.py @@ -66,7 +66,7 @@ options: particular are handled properly even when specified as booleans rather than strings (in fact, handling booleans properly is why the type of this parameter is "raw"). path: - type: str + type: path required: false description: - Remote path to the configuration to apply.