From e30e84334ee44dea92bc4b803f269393a9ecb055 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Thu, 1 Oct 2020 22:07:28 -0700 Subject: [PATCH] remove synchronize fail test for azure --- ansible_mitogen/mixins.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ansible_mitogen/mixins.py b/ansible_mitogen/mixins.py index e615a4f3..7e7a3ff0 100644 --- a/ansible_mitogen/mixins.py +++ b/ansible_mitogen/mixins.py @@ -378,16 +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 - # going to verify that synchronize is actually loading in Azure DevOps as expected - # this fails locally but is showing that azure isn't loading the collections right since it's not failing online - # jjj - # what is going on!? - if 'synchronize' in module_name: - raise ValueError(module_name) - - if module_name == 'ansible.posix.synchronize': - A - self._connection._connect() result = ansible_mitogen.planner.invoke( ansible_mitogen.planner.Invocation(