make sure the postfix service is started and enabled after installation
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user