Magazine needs to be able to email editors, this is what was broken
This commit is contained in:
parent
9ff7176e39
commit
e432f1688f
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
|||
- name: enable local postfix service
|
||||
service: name=postfix enabled=yes state=started
|
||||
|
||||
- name: allow httpd to send mail
|
||||
seboolean: name=httpd_can_sendmail state=true persistent=true
|
||||
|
||||
roles:
|
||||
- basessh
|
||||
- nagios_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue