forked from ISTI-ansible-roles/ansible-roles
library/roles/docker/vars/main.yml: The docker and docker-py python packages conflict. Install docker-compose and docker instead.
This commit is contained in:
parent
79d766b04b
commit
48a00ceb8a
|
@ -2,5 +2,5 @@
|
|||
py_env_install: True
|
||||
py_env_pip_pkgs:
|
||||
- docker-compose
|
||||
- docker-py
|
||||
- docker
|
||||
|
||||
|
|
Loading…
Reference in New Issue