minor: add space around variable
This commit is contained in:
parent
3d353c4b84
commit
8658efa4d9
|
@ -34,6 +34,6 @@
|
|||
- name: copy nginx conf
|
||||
template:
|
||||
src: "authelia.conf.j2"
|
||||
dest: "{{ data_folder }}/nginx/conf.d/{{ role_name}}.{{ base_domain }}.conf"
|
||||
dest: "{{ data_folder }}/nginx/conf.d/{{ role_name }}.{{ base_domain }}.conf"
|
||||
mode: "755"
|
||||
notify: reload nginx
|
Loading…
Reference in New Issue