[postfix] Reload postfix after certificate renewal
parent
37d43af971
commit
6692386c7a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue