Correct path
This commit is contained in:
parent
d87f8a52ee
commit
89a860d3b6
1 changed files with 5 additions and 3 deletions
|
@ -127,9 +127,11 @@
|
||||||
- name: create the Lookaside Cache root directory
|
- name: create the Lookaside Cache root directory
|
||||||
file: dest=/srv/cache/lookaside/pkgs state=directory
|
file: dest=/srv/cache/lookaside/pkgs state=directory
|
||||||
|
|
||||||
- name: install the certificates
|
- name: install the fedora-ca.cert
|
||||||
copy: src={{private}}/fedora-ca.cert dest=/etc/httpd/conf/cacert.pem
|
copy: src={{private}}/files/fedora-ca.cert dest=/etc/httpd/conf/cacert.pem
|
||||||
copy: src={{private}}/pkgs.fedoraproject.org_key_and_cert.pem dest=/etc/httpd/conf/pkgs.fedoraproject.org_key_and_cert.pem owner=apache mode=0400
|
|
||||||
|
- name: install the pkgs cert
|
||||||
|
copy: src={{private}}/files/pkgs.fedoraproject.org_key_and_cert.pem dest=/etc/httpd/conf/pkgs.fedoraproject.org_key_and_cert.pem owner=apache mode=0400
|
||||||
|
|
||||||
- name: install the updatecrl.sh script
|
- name: install the updatecrl.sh script
|
||||||
copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755
|
copy: src=updatecrl.sh dest=/usr/local/bin/updatecrl.sh owner=root mode=755
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue