mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -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
|
- name: Copy Bitbucket dataset from s3
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ atl_bitbucket_dataset_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
|
- name: Invoke Import API
|
||||||
uri:
|
uri:
|
||||||
|
|||||||
Reference in New Issue
Block a user