mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
mediawiki: add another boolean and new selinux policy.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Binary file not shown.
@@ -29,6 +29,11 @@
|
||||
tags:
|
||||
- mediawiki
|
||||
|
||||
- name: set sebooleans so apache can map files
|
||||
seboolean: name=domain_can_mmap_files state=yes persistent=yes
|
||||
tags:
|
||||
- mediawiki
|
||||
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user