remove synchronize fail test for azure

This commit is contained in:
Steven Robertson 2020-10-01 22:07:28 -07:00
parent 8481c50a59
commit e30e84334e
1 changed files with 0 additions and 10 deletions

View File

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