Need to be able to send mail from wiki for watched pages.
This commit is contained in:
parent
a3d8da8bc8
commit
eeb920aa1b
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue