Use the python3 docker support instead of python2

This commit is contained in:
Andrea Dell'Amico 2020-10-15 13:37:45 +02:00
parent 3cc7565865
commit 64b0669e21
2 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@ galaxy_info:
- users
dependencies:
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-python2-environment.git
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-python3-environment.git
version: master
name: python2-environment
name: python3-environment
state: latest

View File

@ -1,6 +1,6 @@
---
py_env_install: True
py_env_pip_pkgs:
py3_env_install: True
py3_env_pip_pkgs:
- docker-compose
- docker
- jsondiff