minor: add space around variable

This commit is contained in:
Lukáš Kucharczyk 2021-06-20 19:44:58 +02:00
parent 3d353c4b84
commit 8658efa4d9
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 1 additions and 1 deletions

View File

@ -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