[postfix] Reload postfix after certificate renewal

certbot_on_virtu
_benjamin 2020-05-17 13:52:44 +02:00
parent 37d43af971
commit 6692386c7a
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@
notify:
- generate postmaps
- name: Reload postfix after certificate renewal
template:
src: letsencrypt/renewal-hook/deploy/reload-postfix.sh.j2
dest: /etc/letsencrypt/renewal-hooks/deploy/reload-postfix.sh
mode: 0755
- name: Indicate role in motd
template:
src: update-motd.d/05-postfix.j2