mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
8 lines
231 B
YAML
8 lines
231 B
YAML
---
|
|
|
|
- name: Copy Bitbucket dataset from s3
|
|
get_url:
|
|
url: "{{ atl_bitbucket_dataset_url }}"
|
|
dest: /media/atl/bitbucket/shared/data/migration/import/
|
|
wait_for:
|
|
path: /media/atl/bitbucket/shared/data/migration/import/ |