Need to be able to send mail from wiki for watched pages.

This commit is contained in:
Kevin Fenzi 2014-07-13 21:15:32 +00:00
parent a3d8da8bc8
commit eeb920aa1b

View file

@ -11,6 +11,9 @@
- name: allow Apache to talk to the wiki uploads dir over nfs
seboolean: name=httpd_use_nfs state=yes persistent=yes
- name: set sebooleans so apache can send emails
action: seboolean name=httpd_can_sendmail state=yes persistent=yes
- name: install needed packages
yum: pkg={{ item }} state=installed
with_items: