From a0a47ae4c21eef28901b6c5fbbfc3609a089ddde Mon Sep 17 00:00:00 2001 From: SebClem Date: Tue, 13 Jun 2023 23:51:41 +0200 Subject: [PATCH] Remove login --- plugins/action/opnsense_unbound_override_alias.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/action/opnsense_unbound_override_alias.py b/plugins/action/opnsense_unbound_override_alias.py index 230cbb6..26a9599 100644 --- a/plugins/action/opnsense_unbound_override_alias.py +++ b/plugins/action/opnsense_unbound_override_alias.py @@ -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: