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