make sure the postfix service is started and enabled after installation

This commit is contained in:
Sascha Biberhofer
2016-07-04 15:00:23 +02:00
parent d5baf7cf88
commit e9c71e6d6c

View File

@@ -11,3 +11,7 @@
- master.cf
notify: restart mailer
tags: ['common', 'postfix']
- name: postfix - start and enable
service: name=postfix state=started enabled=yes
tags: ['common', 'postfix']