copr-frontend: allow execmem
* see https://bugzilla.redhat.com/show_bug.cgi?id=1535689
This commit is contained in:
parent
c996069fe7
commit
176c3bb2fc
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue