prepare_vmware_tests: no waiting loop during DS probing

For a refresh of the datastore list on the vcenter, this before we
check the present of the newly attached datastores.

A lot of tests depend on the presence of the DS, and this little
change allow us to save =~ 45s everytime.
This commit is contained in:
Gonéri Le Bouder 2020-01-14 14:13:07 -05:00
parent f956581846
commit b9b2ddc580

View file

@ -27,6 +27,10 @@
validate_certs: no
with_items: "{{ esxi_hosts }}"
- vmware_host_scanhba:
refresh_storage: true
cluster_name: '{{ ccr1 }}'
- name: The vcenter needs a bit of time to refresh the DS list
vmware_datastore_info:
validate_certs: false