make > works
addressing: NOTIFIED: [concate ssl certs] ************************************************* failed: [209.132.184.142] => {"changed": true, "cmd": ["cat", "/etc/lighttpd/coprs-be.fedoraproject.org.key", "/etc/lighttpd/coprs-be.fedoraproject.org.crt", ">", "/etc/lighttpd/coprs-be.fedoraproject.org.pem"], "delta": "0:00:00.004867", "end": "2014-03-17 14:03:52.702756", "rc": 1, "start": "2014-03-17 14:03:52.697889"} stderr: cat: >: No such file or directory
This commit is contained in:
parent
ae3d4ec14a
commit
1f87116909
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
|||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
- name: concate ssl certs
|
||||
action: command cat /etc/lighttpd/copr-be.fedoraproject.org.key /etc/lighttpd/copr-be.fedoraproject.org.crt > /etc/lighttpd/coprs-be.fedoraproject.org.pem
|
||||
action: shell "cat /etc/lighttpd/copr-be.fedoraproject.org.key /etc/lighttpd/copr-be.fedoraproject.org.crt > /etc/lighttpd/coprs-be.fedoraproject.org.pem"
|
||||
notify:
|
||||
- chmod_key
|
||||
- restart lighttpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue