mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 05:22:39 +00:00
Latest changes
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# tasks/main.yml
|
||||
---
|
||||
|
||||
- name: Intall role requirements
|
||||
- name: Intall latest openshift client
|
||||
pip:
|
||||
requirements: ../requirements.txt
|
||||
name: git+https://github.com/openshift/openshift-restclient-python.git#egg=openshift
|
||||
state: latest
|
||||
virtualenv: "{{ virtualenv }}"
|
||||
when: install_python_requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user