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:
parent
c10cf5c31a
commit
b29072d04b
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@
|
||||||
- name: copy httpd ssl certificates
|
- name: copy httpd ssl certificates
|
||||||
action: copy src="{{ puppet_private }}/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
action: copy src="{{ puppet_private }}/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
||||||
with_items:
|
with_items:
|
||||||
- coprs-be.fedoraproject.org.key
|
- copr-be.fedoraproject.org.key
|
||||||
- coprs-be.fedoraproject.org.crt
|
- copr-be.fedoraproject.org.crt
|
||||||
notify:
|
notify:
|
||||||
- concate ssl certs
|
- concate ssl certs
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue