mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
Fix openshift integration test requirements.
This commit is contained in:
@@ -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
|
||||
|
||||
1
test/runner/requirements/integration.cloud.openshift.txt
Normal file
1
test/runner/requirements/integration.cloud.openshift.txt
Normal file
@@ -0,0 +1 @@
|
||||
openshift
|
||||
Reference in New Issue
Block a user