Merge "Fix template src of kibana configuration file"

This commit is contained in:
Zuul 2018-10-26 01:05:43 +00:00 committed by Gerrit Code Review
commit 9389271a70

View File

@ -30,7 +30,7 @@
vars:
kibana: "{{ kibana_services.kibana }}"
template:
src: "kibana.yml.j2"
src: "{{ item }}"
dest: "{{ node_config_directory }}/kibana/kibana.yml"
mode: "0660"
become: true