Magazine needs to be able to email editors, this is what was broken

This commit is contained in:
Paul W. Frields 2018-06-22 00:39:44 +00:00
parent 9ff7176e39
commit e432f1688f

View file

@ -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