Give /srv/cache/lookaside/pkgs to apache

This commit is contained in:
Pierre-Yves Chibon 2015-01-27 08:49:35 +01:00
parent 02220697f9
commit c617bc46a1

View file

@ -205,6 +205,7 @@
- name: create the Lookaside Cache root directory
file: dest=/srv/cache/lookaside/pkgs state=directory
owner=apache group=apache
- name: install the fedora-ca.cert
copy: src={{private}}/files/fedora-ca.cert dest=/etc/httpd/conf/cacert.pem