added user/password

master
dcore94 3 years ago
parent 8625fc3f67
commit b1494e6c5d

@ -15,6 +15,8 @@
uri:
url: "{{ conductor_workflowdef_endpoint }}/{{ item }}/1"
method: DELETE
url_username: "{{ user }}"
url_password: "{{ password }}"
follow_redirects: yes
status_code: [200, 204, 404, 500]
loop:
@ -26,6 +28,8 @@
method: POST
src: "{{ target.path }}/{{ item }}.json"
body_format: json
url_username: "{{ user }}"
url_password: "{{ password }}"
follow_redirects: yes
status_code: [200, 204]
loop:

Loading…
Cancel
Save