7 lines
159 B
Text
7 lines
159 B
Text
|
#!/bin/sh
|
||
|
{{ ansible_managed | comment }}
|
||
|
# Reload Postcot and Dovecot after certificates are (re)generated
|
||
|
|
||
|
systemctl reload postfix
|
||
|
systemctl reload dovecot
|