added user/password
This commit is contained in:
parent
8625fc3f67
commit
b1494e6c5d
|
@ -15,6 +15,8 @@
|
||||||
uri:
|
uri:
|
||||||
url: "{{ conductor_workflowdef_endpoint }}/{{ item }}/1"
|
url: "{{ conductor_workflowdef_endpoint }}/{{ item }}/1"
|
||||||
method: DELETE
|
method: DELETE
|
||||||
|
url_username: "{{ user }}"
|
||||||
|
url_password: "{{ password }}"
|
||||||
follow_redirects: yes
|
follow_redirects: yes
|
||||||
status_code: [200, 204, 404, 500]
|
status_code: [200, 204, 404, 500]
|
||||||
loop:
|
loop:
|
||||||
|
@ -26,6 +28,8 @@
|
||||||
method: POST
|
method: POST
|
||||||
src: "{{ target.path }}/{{ item }}.json"
|
src: "{{ target.path }}/{{ item }}.json"
|
||||||
body_format: json
|
body_format: json
|
||||||
|
url_username: "{{ user }}"
|
||||||
|
url_password: "{{ password }}"
|
||||||
follow_redirects: yes
|
follow_redirects: yes
|
||||||
status_code: [200, 204]
|
status_code: [200, 204]
|
||||||
loop:
|
loop:
|
||||||
|
|
Loading…
Reference in New Issue