Add back in force_basic_auth for all http requests

Related: #576
This is needed when using security for 6.x. All other http requests
still have this parameter added.
This commit is contained in:
Michael Russell 2019-07-09 21:26:10 +02:00
parent 5b1d028bd2
commit 582c79c607
No known key found for this signature in database
GPG key ID: A90C1696496085FE
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
body_format: json
body: "{{ es_xpack_license }}"
return_content: yes
force_basic_auth: yes
register: license_activated
no_log: True
failed_when: >