mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
add a wait_for to wait for path to become available
This commit is contained in:
committed by
Steve Smith
parent
c95fe9412f
commit
6a0520bf00
@@ -7,6 +7,11 @@
|
|||||||
port: 7990
|
port: 7990
|
||||||
delay: 60
|
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
|
- name: Copy Bitbucket dataset from s3
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ atl_bitbucket_dataset_url }}"
|
url: "{{ atl_bitbucket_dataset_url }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user