mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Need to be able to send mail from wiki for watched pages.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user