Offline deployment: PyPi repo (#3542)
This commit is contained in:
committed by
k8s-ci-robot
parent
4f12ba00d1
commit
79bf74e90f
@ -7,6 +7,7 @@
|
||||
name: "{{ item.name }}"
|
||||
version: "{{ item.version }}"
|
||||
state: "{{ item.state }}"
|
||||
extra_args: "{{ pip_extra_args | default(omit) }}"
|
||||
with_items:
|
||||
- { state: "present", name: "docker", version: "3.4.1" }
|
||||
- { state: "present", name: "docker-compose", version: "1.21.2" }
|
||||
|
Reference in New Issue
Block a user