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
parent 289410a5d0
commit d4ebbc0e39

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 }}"