osbs-master: add creates directive for osbs_proxy_certkey_file creation
This commit is contained in:
parent
f3ef3799d3
commit
8b1a7f8589
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue