Use the python3 docker support instead of python2
This commit is contained in:
parent
3cc7565865
commit
64b0669e21
|
@ -25,8 +25,8 @@ galaxy_info:
|
||||||
- users
|
- users
|
||||||
|
|
||||||
dependencies:
|
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
|
version: master
|
||||||
name: python2-environment
|
name: python3-environment
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
py_env_install: True
|
py3_env_install: True
|
||||||
py_env_pip_pkgs:
|
py3_env_pip_pkgs:
|
||||||
- docker-compose
|
- docker-compose
|
||||||
- docker
|
- docker
|
||||||
- jsondiff
|
- jsondiff
|
||||||
|
|
Loading…
Reference in New Issue