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: