diff --git a/roles/libravatar/tasks/main.yml b/roles/libravatar/tasks/main.yml index 4b27b95b96..f81703c42d 100644 --- a/roles/libravatar/tasks/main.yml +++ b/roles/libravatar/tasks/main.yml @@ -72,6 +72,13 @@ args: chdir: /srv/libravatar +# otherwise Apache cannot execute psyco shared lib in virtualenv with httpd_sys_content_t type +- name: Set unified flag for Apache + seboolean: + name: httpd_unified + state: yes + persistent: yes + # https://bugzilla.redhat.com/show_bug.cgi?id=1535689 - name: Allow execmem for Apache seboolean: