forked from ISTI-ansible-roles/ansible-roles
docker: install the python utilities needed by ansible.
This commit is contained in:
parent
58457b8285
commit
2827ff5a86
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: '../../library/roles/python-env'
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
py_env_install: True
|
||||
py_env_pip_pkgs:
|
||||
- docker-compose
|
||||
- docker-py
|
||||
|
Loading…
Reference in New Issue