From a9f4036a5b28233f01649f1f57e8309c13af4416 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 5 Nov 2018 00:17:13 +0100 Subject: [PATCH] fix template dest path --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index e49f87c..d211185 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -21,7 +21,7 @@ - name: Deploy default configuration template: src: "etc/mosquitto/mosquitto.conf.j2" - dest: "{{ mosquitto_base_dir }}/default.conf" + dest: "{{ mosquitto_base_dir }}/mosquitto.conf" owner: root group: root mode: 0644