osbs-master: add creates directive for osbs_proxy_certkey_file creation

This commit is contained in:
Adam Miller 2016-02-15 23:12:06 +00:00
parent f3ef3799d3
commit 8b1a7f8589

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 }}
creates: "{{ osbs_proxy_certkey_file }}"
# We need to have openshift restarted in order to configure authentication.
- meta: flush_handlers