This if fic.o, not fp.o
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d0f4b4f262
commit
c7fd4ac1cc
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
- name: copy httpd ssl certificates
|
||||
copy: src="{{ private }}/files/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
||||
with_items:
|
||||
- copr.fedoraproject.org.key
|
||||
- copr.fedoraproject.org.crt
|
||||
- copr.fedoraproject.org.intermediate.crt
|
||||
- copr.fedorainfracloud.org.key
|
||||
- copr.fedorainfracloud.org.crt
|
||||
- copr.fedorainfracloud.org.intermediate.crt
|
||||
notify:
|
||||
- restart lighttpd
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue