minor: add space around variable
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user