diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 1e97015774..9658416119 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -252,14 +252,6 @@ - lookaside - selinux -- name: set the SELinux policy for the Lookaside Cache root directory - command: semanage fcontext -a -t httpd_git_rw_content_t "/srv/cache(/.*)?" - when: lcachecontext.stdout.find('httpd_git_rw_content_t') == -1 - tags: - - config - - lookaside - - selinux - - name: install the fedora-ca.cert copy: src={{private}}/files/fedora-ca.cert dest=/etc/httpd/conf/cacert.pem