diff --git a/plugins/module_utils/module.py b/plugins/module_utils/module.py index 6327f98..1aed131 100644 --- a/plugins/module_utils/module.py +++ b/plugins/module_utils/module.py @@ -348,6 +348,9 @@ def installable(_class: Type[SystemdUnitModule]): class SystemdReloadMixin: + module: basic.AnsibleModule + unitfile: pathlib.Path + changed: bool def post(self): if not self.changed: return