main.yml: fix some typo

This commit is contained in:
Sergio García 2021-03-03 19:29:07 +01:00
parent 8fab5ecbd1
commit 8449eaf8ed

View File

@ -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