remove synchronize fail test for azure

pull/715/head
Steven Robertson 4 years ago
parent 8481c50a59
commit e30e84334e

@ -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(

Loading…
Cancel
Save