libravatar: the httpd_execmem was only needed for f27 according to the bug

This commit is contained in:
clime 2018-11-18 11:43:53 +01:00
parent 5e402fa1df
commit 0c363a77a6

View file

@ -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: