Ensure openshift dependency is also installed on test runner (#42582)

pull/42587/head
Fabian von Feilitzsch 6 years ago committed by Adam Miller
parent ef67f580cc
commit c0c8766903

@ -2,6 +2,11 @@
pip:
name: openshift
- name: Install requirements on localhost
pip:
name: openshift
delegate_to: localhost
# TODO: This is the only way I could get the kubeconfig, I don't know why. Running the lookup outside of debug seems to return an empty string
- debug: msg={{ lookup('env', 'K8S_AUTH_KUBECONFIG') }}
register: kubeconfig

Loading…
Cancel
Save