Use single variable for opendistro version
This commit is contained in:
parent
6443e3a08c
commit
f51b55860b
@ -20,7 +20,6 @@ wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp
|
||||
|
||||
# The OpenDistro package repository
|
||||
kibana_opendistro_version: -1.8.0-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts
|
||||
kibana_opendistro_package: "opendistroforelasticsearch-kibana{{ kibana_opendistro_version }}"
|
||||
|
||||
package_repos:
|
||||
yum:
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
- name: Install Kibana
|
||||
package:
|
||||
name: "{{ kibana_opendistro_package }}"
|
||||
name: "opendistroforelasticsearch-kibana{{ kibana_opendistro_version }}"
|
||||
state: present
|
||||
register: install
|
||||
tags: install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user