hardcode elasticsearch-users command instead of es_xpack_users_command
This variable was introduce to match legacy x-pack/users command before 6.3.
This commit is contained in:
parent
ffc6d99915
commit
407dddcae1
2 changed files with 3 additions and 4 deletions
|
|
@ -9,7 +9,6 @@
|
|||
- name: Set the defaults here otherwise they can't be overriden in the same play if the role is called twice
|
||||
set_fact:
|
||||
es_repo_name: "{{ es_major_version }}"
|
||||
es_xpack_users_command: "elasticsearch-users"
|
||||
es_package_name: "elasticsearch"
|
||||
es_other_package_name: "elasticsearch-oss"
|
||||
es_other_repo_name: "{{ 'oss-' + es_major_version }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue