main.yml: fix some typo
This commit is contained in:
parent
8fab5ecbd1
commit
8449eaf8ed
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- name: Install Kibana
|
- name: Install Kibana
|
||||||
package:
|
package:
|
||||||
name: "opendistroforelasticsearch-kibana{{ kibana_opendistro_version }}"
|
name: "opendistroforelasticsearch-kibana-{{ kibana_opendistro_version }}"
|
||||||
state: present
|
state: present
|
||||||
register: install
|
register: install
|
||||||
tags: install
|
tags: install
|
||||||
@ -75,7 +75,7 @@
|
|||||||
- not build_from_sources
|
- not build_from_sources
|
||||||
|
|
||||||
- name: Kibana optimization (can take a while)
|
- name: Kibana optimization (can take a while)
|
||||||
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize -c {{ kibana_conf_path }}/kibana.yml
|
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli/cli.js --optimize -c {{ kibana_conf_path }}/kibana.yml
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user