added watch statement to restart postfix
This commit is contained in:
parent
aa1d4ad5a9
commit
e6da76dac8
@ -3,3 +3,5 @@
|
|||||||
mysql:
|
mysql:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ postfix.mysql_pkg }}
|
- name: {{ postfix.mysql_pkg }}
|
||||||
|
- watch_in:
|
||||||
|
- service: postfix
|
||||||
|
@ -3,3 +3,5 @@
|
|||||||
pcre:
|
pcre:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ postfix.pcre_pkg }}
|
- name: {{ postfix.pcre_pkg }}
|
||||||
|
- watch_in:
|
||||||
|
- service: postfix
|
||||||
|
Loading…
Reference in New Issue
Block a user