diff --git a/test/integration/targets/k8s/tasks/main.yml b/test/integration/targets/k8s/tasks/main.yml index f3e542be793..73b917fab93 100644 --- a/test/integration/targets/k8s/tasks/main.yml +++ b/test/integration/targets/k8s/tasks/main.yml @@ -1,12 +1,3 @@ -- name: Install requirements - 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 diff --git a/test/runner/requirements/integration.cloud.openshift.txt b/test/runner/requirements/integration.cloud.openshift.txt new file mode 100644 index 00000000000..269bf090c74 --- /dev/null +++ b/test/runner/requirements/integration.cloud.openshift.txt @@ -0,0 +1 @@ +openshift