osbs-master role: fix args:creates syntax for shell cmd
This commit is contained in:
parent
995ba8abe7
commit
4ad2542f07
1 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
||||||
|
|
||||||
- name: generate cert for authenticating proxy - concatenate cert and key
|
- name: generate cert for authenticating proxy - concatenate cert and key
|
||||||
shell: cat {{ osbs_proxy_cert_file }} {{ osbs_proxy_key_file }} > {{ osbs_proxy_certkey_file }}
|
shell: cat {{ osbs_proxy_cert_file }} {{ osbs_proxy_key_file }} > {{ osbs_proxy_certkey_file }}
|
||||||
|
args:
|
||||||
creates: "{{ osbs_proxy_certkey_file }}"
|
creates: "{{ osbs_proxy_certkey_file }}"
|
||||||
|
|
||||||
# We need to have openshift restarted in order to configure authentication.
|
# We need to have openshift restarted in order to configure authentication.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue