Skip to content

Commit

Permalink
Ensure openshift dependency is also installed on test runner (ansible…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf authored and maxamillion committed Jul 10, 2018
1 parent ef67f58 commit c0c8766
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/targets/k8s/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0c8766

Please sign in to comment.