Add Portainer #45

Merged
lukas merged 15 commits from add-portainer into main 2021-06-21 09:59:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 069314f9d6 - Show all commits

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