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
|
- name: copy httpd ssl certificates
|
||||||
copy: src="{{ private }}/files/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
copy: src="{{ private }}/files/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
||||||
with_items:
|
with_items:
|
||||||
- copr.fedoraproject.org.key
|
- copr.fedorainfracloud.org.key
|
||||||
- copr.fedoraproject.org.crt
|
- copr.fedorainfracloud.org.crt
|
||||||
- copr.fedoraproject.org.intermediate.crt
|
- copr.fedorainfracloud.org.intermediate.crt
|
||||||
notify:
|
notify:
|
||||||
- restart lighttpd
|
- restart lighttpd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue