add quotes on ln 34

This commit is contained in:
Andy Rajagopalan
2019-11-20 14:12:46 -08:00
parent 48859a5c89
commit 2fa19ae415

View File

@@ -31,7 +31,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