copr-frontend: allow execmem

* see https://bugzilla.redhat.com/show_bug.cgi?id=1535689
This commit is contained in:
clime 2018-02-23 17:51:45 +01:00
parent c996069fe7
commit 176c3bb2fc

View file

@ -49,6 +49,13 @@
tags:
- config
# https://bugzilla.redhat.com/show_bug.cgi?id=1535689
- name: Allow execmem for Apache
seboolean:
name: httpd_execmem
state: yes
persistent: yes
- name: install copr-frontend ssl vhost for production
template: src="httpd/coprs_ssl.conf.j2" dest="/etc/httpd/conf.d/copr_ssl.conf"
when: not devel