force basic auth

This commit is contained in:
dcore94 2021-05-19 09:48:48 +02:00
parent 90d23511d1
commit d2d3f1b56f
1 changed files with 2 additions and 0 deletions

View File

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