diff --git a/tasks/main.yaml b/tasks/main.yaml index 9fa6b9d..6ad123d 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -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: