Fix: remplace . with _
This commit is contained in:
parent
a1cbee3297
commit
4c876fffb8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
- name: Push caddy template file
|
- name: Push caddy template file
|
||||||
template:
|
template:
|
||||||
src: reverse.caddy.j2
|
src: reverse.caddy.j2
|
||||||
dest: "{{ caddy.confd }}/{{ vhost_name }}.caddy"
|
dest: "{{ caddy_confd }}/{{ vhost_name }}.caddy"
|
||||||
owner: caddy
|
owner: caddy
|
||||||
notify: restart caddy
|
notify: restart caddy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue