add corect quotes on ln 38

This commit is contained in:
Andy Rajagopalan
2019-11-21 13:31:13 -08:00
committed by Steve Smith
parent cdb622246f
commit 0efd73fc2a

View File

@@ -35,7 +35,7 @@
password: "{{ atl_bitbucket_admin_password }}"
method: POST
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
return_content: yes
register: response