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