fix template dest path
This commit is contained in:
parent
f01aed3071
commit
a9f4036a5b
@ -21,7 +21,7 @@
|
|||||||
- name: Deploy default configuration
|
- name: Deploy default configuration
|
||||||
template:
|
template:
|
||||||
src: "etc/mosquitto/mosquitto.conf.j2"
|
src: "etc/mosquitto/mosquitto.conf.j2"
|
||||||
dest: "{{ mosquitto_base_dir }}/default.conf"
|
dest: "{{ mosquitto_base_dir }}/mosquitto.conf"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
Loading…
Reference in New Issue
Block a user