Remove login
This commit is contained in:
parent
05c6dc0900
commit
a0a47ae4c2
@ -56,7 +56,6 @@ class ActionModule(ActionBase):
|
|||||||
finded = row.copy()
|
finded = row.copy()
|
||||||
|
|
||||||
if (state == "present" and finded) or (state == "absent" and not finded):
|
if (state == "present" and finded) or (state == "absent" and not finded):
|
||||||
print('ok')
|
|
||||||
return {'changed': False}
|
return {'changed': False}
|
||||||
elif state == "present":
|
elif state == "present":
|
||||||
if self._play_context.check_mode:
|
if self._play_context.check_mode:
|
||||||
|
Loading…
Reference in New Issue
Block a user