added basic auth

This commit is contained in:
dcore94 2021-05-19 10:30:45 +02:00
parent e91955453f
commit 48fe797bb5
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
method: POST
src: "{{ target.path }}/taskdefs.json"
body_format: json
force_basic_auth: yes
url_username: "{{ user }}"
url_password: "{{ password }}"
status_code: 204
follow_redirects: yes