mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
change url to bitbucket_baseurl
This commit is contained in:
committed by
Steve Smith
parent
0efd73fc2a
commit
e3a1eb8410
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
- name: Invoke Import API
|
- name: Invoke Import API
|
||||||
uri:
|
uri:
|
||||||
url: http://localhost:7990/rest/api/1.0/migration/imports
|
url: "{{ atl_bitbucket_baseurl }}/rest/api/1.0/migration/imports"
|
||||||
user: admin
|
user: admin
|
||||||
password: "{{ atl_bitbucket_admin_password }}"
|
password: "{{ atl_bitbucket_admin_password }}"
|
||||||
method: POST
|
method: POST
|
||||||
|
|||||||
Reference in New Issue
Block a user