force basic auth

master
dcore94 3 years ago
parent 90d23511d1
commit d2d3f1b56f

@ -15,6 +15,7 @@
uri:
url: "{{ conductor_workflowdef_endpoint }}/{{ item }}/1"
method: DELETE
force_basic_auth: yes
url_username: "{{ user }}"
url_password: "{{ password }}"
follow_redirects: yes
@ -28,6 +29,7 @@
method: POST
src: "{{ target.path }}/{{ item }}.json"
body_format: json
force_basic_auth: yes
url_username: "{{ user }}"
url_password: "{{ password }}"
follow_redirects: yes

Loading…
Cancel
Save