remove basic auth

This commit is contained in:
Andy Rajagopalan
2019-11-21 15:25:55 -08:00
committed by Steve Smith
parent 3c283ca1ff
commit 88e7b87518

View File

@@ -15,11 +15,8 @@
- name: Invoke Import API
uri:
url: http://localhost:7990/rest/api/1.0/migration/imports
user: admin
password: "{{ atl_bitbucket_admin_password }}"
url: http://admin:{{ atl_bitbucket_admin_password }}@localhost:7990/rest/api/1.0/migration/imports
method: POST
force_basic_auth: yes
follow_redirects: yes
creates: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
body: "{ \"archivePath\": \"{{ atl_bitbucket_dataset_url | basename }}\" }"