osbs-master role: fix args:creates syntax for shell cmd

This commit is contained in:
Adam Miller 2016-02-16 17:09:07 +00:00
parent 995ba8abe7
commit 4ad2542f07

View file

@ -56,6 +56,7 @@
- name: generate cert for authenticating proxy - concatenate cert and key
shell: cat {{ osbs_proxy_cert_file }} {{ osbs_proxy_key_file }} > {{ osbs_proxy_certkey_file }}
args:
creates: "{{ osbs_proxy_certkey_file }}"
# We need to have openshift restarted in order to configure authentication.