no s and the path should work

addressing:
TASK: [copy httpd ssl certificates] *******************************************
failed: [209.132.184.142] => (item=coprs-be.fedoraproject.org.key) => {"failed": true, "item": "coprs-be.fedoraproject.org.key"}
msg: could not find src=/var/lib/puppet/git/configs/secure/httpd/coprs-be.fedoraproject.org.key
failed: [209.132.184.142] => (item=coprs-be.fedoraproject.org.crt) => {"failed": true, "item": "coprs-be.fedoraproject.org.crt"}
msg: could not find src=/var/lib/puppet/git/configs/secure/httpd/coprs-be.fedoraproject.org.crt
This commit is contained in:
Miroslav Suchý 2014-03-17 14:01:12 +00:00
parent c10cf5c31a
commit b29072d04b

View file

@ -107,8 +107,8 @@
- name: copy httpd ssl certificates
action: copy src="{{ puppet_private }}/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
with_items:
- coprs-be.fedoraproject.org.key
- coprs-be.fedoraproject.org.crt
- copr-be.fedoraproject.org.key
- copr-be.fedoraproject.org.crt
notify:
- concate ssl certs
tags: