From 931ed6d4f8713cd7bed6d0f3177056349987ba34 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 23 Apr 2023 10:21:38 +0200 Subject: [PATCH] removed the SUnit function from the mixin --- plugins/module_utils/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/module_utils/module.py b/plugins/module_utils/module.py index 9f2a10f..caf7471 100644 --- a/plugins/module_utils/module.py +++ b/plugins/module_utils/module.py @@ -345,7 +345,7 @@ def installable(_class: Type[SystemdUnitModule]): return _class -class SystemdReloadMixin(SystemdUnitModule): +class SystemdReloadMixin: def post(self): if not self.changed: return