Correct kafka template file name

Change-Id: I7a658b31a2163519b1fdf7abb46cadbefcb4369a
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-07-24 20:32:20 -05:00
parent 230ea3a7bf
commit 4ab532b391

View File

@ -220,7 +220,7 @@
- name: Deploy Logstash kafka configuration files
template:
src: "templates/99-kafka-output.conf"
src: "templates/99-kafka-output.conf.j2"
dest: "/etc/logstash/conf.d/99-kafka-output.conf"
notify:
- Enable and restart logstash