mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 17:03:06 -06:00
made changes to file to allow automated setup of bitbucket
This commit is contained in:
6
roles/bitbucket_dataset_restore/tasks/main.yml
Normal file
6
roles/bitbucket_dataset_restore/tasks/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Copy Bitbucket dataset from s3
|
||||
get_url:
|
||||
url: "{{ atl_bitbucket_dataset_url }}"
|
||||
dest: /media/atl/bitbucket/shared/data/migration/import/
|
||||
Reference in New Issue
Block a user