Remove login

This commit is contained in:
SebClem 2023-06-13 23:51:41 +02:00
parent 05c6dc0900
commit a0a47ae4c2
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -56,7 +56,6 @@ class ActionModule(ActionBase):
finded = row.copy()
if (state == "present" and finded) or (state == "absent" and not finded):
print('ok')
return {'changed': False}
elif state == "present":
if self._play_context.check_mode: