add link to ca cert bundle
This commit is contained in:
parent
01edb08d4e
commit
d336b68540
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@
|
|||
- name: Install java (used in installs)
|
||||
package: name=java-1.8.0-openjdk-headless state=present
|
||||
|
||||
- name: setup link to known ca list for id.fedoraproject.org
|
||||
file: state=link src=/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt dest=/etc/origin/master/fedoraidp_openid_ca.crt
|
||||
|
||||
- name: Deploy OpenShift cluster
|
||||
hosts: os-control:os-control-stg
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue