From 896614312050e4a1bccc9359676f8f327bd50ffe Mon Sep 17 00:00:00 2001 From: Reto Kupferschmid Date: Mon, 15 Apr 2024 15:04:34 +0200 Subject: [PATCH] initial version of the system_settings_logging module (#61) * initial version of the system_settings_logging module --------- Co-authored-by: KiLLuuuhh <74672908+KiLLuuuhh@users.noreply.github.com> --- plugins/module_utils/module_index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/module_utils/module_index.py b/plugins/module_utils/module_index.py index c32f2368..8c3fd587 100644 --- a/plugins/module_utils/module_index.py +++ b/plugins/module_utils/module_index.py @@ -389,6 +389,8 @@ "filter_configure": { "name": "filter_configure", }, + }, + }, "interfaces_assignments": { "interfaces": "interfaces", # Add other mappings here.