add a wait_for to wait for path to become available

This commit is contained in:
Andy Rajagopalan
2019-11-22 14:00:37 -08:00
committed by Steve Smith
parent c95fe9412f
commit 6a0520bf00

View File

@@ -7,6 +7,11 @@
port: 7990
delay: 60
- name: wait for path to become available
wait_for:
path: "{{ atl_product_home_shared }}/data/migration/import"
delay: 60
- name: Copy Bitbucket dataset from s3
get_url:
url: "{{ atl_bitbucket_dataset_url }}"