1
0
Fork 0

added typehints for the reload mixin

Dieser Commit ist enthalten in:
Sebastian Tobie 2023-04-26 19:00:16 +02:00
Ursprung c3404200a9
Commit 20bb6b1f16
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -348,6 +348,9 @@ def installable(_class: Type[SystemdUnitModule]):
class SystemdReloadMixin: class SystemdReloadMixin:
module: basic.AnsibleModule
unitfile: pathlib.Path
changed: bool
def post(self): def post(self):
if not self.changed: if not self.changed:
return return