mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
add wait_for to check on bitbucket service status
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
- name: wait for bitbucket service to start
|
||||||
|
wait_for:
|
||||||
|
port: 7990
|
||||||
|
delay: 10
|
||||||
|
|
||||||
- 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 }}"
|
||||||
dest: /media/atl/bitbucket/shared/data/migration/import/
|
dest: /media/atl/bitbucket/shared/data/migration/import/
|
||||||
wait_for:
|
|
||||||
path: /media/atl/bitbucket/shared/data/migration/import/
|
|
||||||
Reference in New Issue
Block a user