minor: fix space

This commit is contained in:
Lukáš Kucharczyk 2021-06-21 11:11:27 +02:00
parent a0b1b75a73
commit 53570a1f08
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@
- name: copy nginx conf
template:
src: "keycloak.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