mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
add corect quotes on ln 38
This commit is contained in:
committed by
Steve Smith
parent
cdb622246f
commit
0efd73fc2a
@@ -35,7 +35,7 @@
|
|||||||
password: "{{ atl_bitbucket_admin_password }}"
|
password: "{{ atl_bitbucket_admin_password }}"
|
||||||
method: POST
|
method: POST
|
||||||
force_basic_auth: yes
|
force_basic_auth: yes
|
||||||
body: '{{ "archivePath": "/tmp/import/{{ atl_bitbucket_dataset_url | basename}}" }}'
|
body: "{ \"archivePath\": \"/tmp/import/{{ atl_bitbucket_dataset_url | basename}}\" }"
|
||||||
body_format: json
|
body_format: json
|
||||||
return_content: yes
|
return_content: yes
|
||||||
register: response
|
register: response
|
||||||
|
|||||||
Reference in New Issue
Block a user