Fix template src of kibana configuration file

Change-Id: I4d409e052c00d83b451a2a13917f89531a88457f
This commit is contained in:
Christian Berendt 2018-10-24 13:35:59 +02:00
parent 64d8dcdebd
commit c1acb65642

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