mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
correct path for dest
This commit is contained in:
committed by
Steve Smith
parent
f7baebe9cf
commit
f23913cb00
@@ -11,7 +11,7 @@
|
||||
- name: Copy Bitbucket dataset from s3
|
||||
get_url:
|
||||
url: "{{ atl_bitbucket_dataset_url }}"
|
||||
dest: /media/atl/shared/bitbucket/data/migration/import
|
||||
dest: "{{ atl_product_home_shared }}/data/migration/import"
|
||||
|
||||
- name: Invoke Import API
|
||||
uri:
|
||||
|
||||
Reference in New Issue
Block a user