remove synchronize fail test for azure
This commit is contained in:
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…
Reference in New Issue