docker: install the python utilities needed by ansible.

This commit is contained in:
Andrea Dell'Amico 2017-11-19 15:06:59 +01:00
parent 58457b8285
commit 2827ff5a86
2 changed files with 9 additions and 0 deletions

3
docker/meta/main.yml Normal file
View File

@ -0,0 +1,3 @@
---
dependencies:
- role: '../../library/roles/python-env'

6
docker/vars/main.yml Normal file
View File

@ -0,0 +1,6 @@
---
py_env_install: True
py_env_pip_pkgs:
- docker-compose
- docker-py