libravatar: the httpd_execmem was only needed for f27 according to the bug
This commit is contained in:
parent
5e402fa1df
commit
0c363a77a6
1 changed files with 0 additions and 7 deletions
|
@ -97,13 +97,6 @@
|
||||||
state: yes
|
state: yes
|
||||||
persistent: yes
|
persistent: yes
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1535689
|
|
||||||
- name: Allow execmem for Apache
|
|
||||||
seboolean:
|
|
||||||
name: httpd_execmem
|
|
||||||
state: yes
|
|
||||||
persistent: yes
|
|
||||||
|
|
||||||
- name: copy apache files to conf.d (templates)
|
- name: copy apache files to conf.d (templates)
|
||||||
template: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
|
template: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue