Install ca file
This commit is contained in:
parent
c666f61ee4
commit
57c6b68966
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@
|
|||
- ansible-ansible-openshift-ansible
|
||||
- ansible-ansible-openshift-ansible-config
|
||||
|
||||
- name: install redhat ca file
|
||||
package: name=subscription-manager-rhsm-certificates state=installed
|
||||
tags:
|
||||
- ansible-ansible-openshift-ansible
|
||||
- ansible-ansible-openshift-ansible-config
|
||||
|
||||
- name: run ansible prereqs playbook
|
||||
shell: "ansible-playbook {{ openshift_ansible_pre_playbook }} -i {{ cluster_inventory_filename }}"
|
||||
args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue