Install openshift module on bridge

This is so that we can use the ansible k8s_raw module on bridge
to interact with k8s clusters.

Change-Id: I1bc0de734a8635db528ce159bad6710246309fb9
This commit is contained in:
James E. Blair 2018-12-20 13:02:10 -08:00
parent 65527237f5
commit 76c7720df1

View File

@ -25,6 +25,11 @@
version: '{{ _install_ansible_version | default(omit) }}'
state: '{{ _install_ansible_state | default(omit) }}'
# For use by k8s_raw ansible module
- name: Install openshift client
pip:
name: 'openshift'
# Same version/state default swizzling as described above for
# openstacksdk
- name: Set openstacksdk default version to latest