Update tests
This commit is contained in:
parent
e2ffdce380
commit
7196557c09
6 changed files with 21 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ families = {
|
|||
|
||||
family = families[vars['ansible_os_family']]
|
||||
|
||||
es_api_url = "http://localhost:#{vars['es_api_port']}"
|
||||
es_api_url = "#{vars['es_api_scheme']}://localhost:#{vars['es_api_port']}"
|
||||
username = vars['es_api_basic_auth_username']
|
||||
password = vars['es_api_basic_auth_password']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue