Fixing path

This commit is contained in:
Ubergeek 2019-11-24 00:32:41 +00:00
parent 7ab4b7f928
commit 19a303ab87
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
---
- name: Set up post-deploy LE stuff
copy:
src: ../files/etc/letsencrypt/renewal-hooks/postfix
dest: /etc/letsencrypt/renewal-hooks/postfix
src: ../files/etc/letsencrypt/renewal-hooks/update-postfix
dest: /etc/letsencrypt/renewal-hooks/update-postfix
owner: root
group: root
mode: 0644