From 6e1013568b4ed60d6183c57ca132a4f6333b6d8d Mon Sep 17 00:00:00 2001 From: Sheidan <37596668+Sh3idan@users.noreply.github.com> Date: Sun, 20 Jul 2025 22:38:51 +0200 Subject: [PATCH] Fix error message when parsing config failed 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 a28db55e33..c1c4512dc4 100644 --- a/plugins/modules/dconf.py +++ b/plugins/modules/dconf.py @@ -445,7 +445,7 @@ class DconfPreference(object): try: config.read_string(raw_config) except Exception as e: - self.module.fail_json(msg='dconf failed while reading config with error: %s' % e) + self.module.fail_json(msg='Failed while parsing config with error: %s' % e) # For each sub-directory, check if at least one change is needed changed = any(