Fix: remplace . with _

This commit is contained in:
Wilfried OLLIVIER 2019-02-15 13:42:57 +01:00
parent a1cbee3297
commit 4c876fffb8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- name: Push caddy template file
template:
src: reverse.caddy.j2
dest: "{{ caddy.confd }}/{{ vhost_name }}.caddy"
dest: "{{ caddy_confd }}/{{ vhost_name }}.caddy"
owner: caddy
notify: restart caddy