Use explicit path for kibana.yml

This commit is contained in:
Manuel Gutierrez 2020-07-14 12:34:27 +02:00
parent bbcbd02fd6
commit 6443e3a08c
No known key found for this signature in database
GPG Key ID: CEB8789DAED15AAD

2
roles/opendistro/opendistro-kibana/tasks/main.yml Normal file → Executable file
View File

@ -75,7 +75,7 @@
- not build_from_sources
- name: Kibana optimization (can take a while)
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize -c {{ kibana_conf_path }}/kibana.yml
args:
executable: /bin/bash
become: yes