fix path to template file

This commit is contained in:
Robert Kaussow 2018-11-07 21:21:51 +01:00
parent 9f6ba0a595
commit a8ebe08da9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
- name: Create acl file at '{{ mosquitto_acl_file }}'
template:
src: "etc/mosquitto/acl.j2"
src: "etc/mosquitto/aclfile.j2"
dest: "{{ mosquitto_acl_file }}"
owner: root
group: root