diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index b708a34dd7..66f00c3f01 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -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