mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Ensure openshift dependency is also installed on test runner (#42582)
This commit is contained in:
parent
ef67f580cc
commit
c0c8766903
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue