From a40c28d93f971e5b2bfe047fa9cdfeb0ac42da79 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 20 Sep 2020 17:57:18 -0700 Subject: [PATCH] can't replicate but think it's because synchronize is now a collection --- ansible_mitogen/mixins.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible_mitogen/mixins.py b/ansible_mitogen/mixins.py index 4edc072c..34e71b63 100644 --- a/ansible_mitogen/mixins.py +++ b/ansible_mitogen/mixins.py @@ -378,11 +378,6 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase): if module_name == 'ansible.legacy.ping' and type(self).__name__ == 'wait_for_connection': self._connection.context = None - if 'synchronize' in module_name: - print('SYNCHRONIZE') - print(module_name) - print(type(self._connection)) - self._connection._connect() result = ansible_mitogen.planner.invoke( ansible_mitogen.planner.Invocation(