Fixing path
This commit is contained in:
parent
7ab4b7f928
commit
19a303ab87
|
@ -2,8 +2,8 @@
|
||||||
---
|
---
|
||||||
- name: Set up post-deploy LE stuff
|
- name: Set up post-deploy LE stuff
|
||||||
copy:
|
copy:
|
||||||
src: ../files/etc/letsencrypt/renewal-hooks/postfix
|
src: ../files/etc/letsencrypt/renewal-hooks/update-postfix
|
||||||
dest: /etc/letsencrypt/renewal-hooks/postfix
|
dest: /etc/letsencrypt/renewal-hooks/update-postfix
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
Loading…
Reference in New Issue