fix template dest path
This commit is contained in:
parent
f01aed3071
commit
a9f4036a5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user