Skip to content
Snippets Groups Projects
Commit c1acb656 authored by Christian Berendt's avatar Christian Berendt
Browse files

Fix template src of kibana configuration file

Change-Id: I4d409e052c00d83b451a2a13917f89531a88457f
parent 64d8dcde
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment