initial commit
This commit is contained in:
7
vars/python2.yml
Normal file
7
vars/python2.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
docker_apt_python_dependencies:
|
||||
- python
|
||||
- python-pip
|
||||
- python-backports.ssl-match-hostname
|
||||
|
||||
docker_pip_executable: pip2
|
||||
5
vars/python3.yml
Normal file
5
vars/python3.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
docker_apt_python_dependencies:
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-docker
|
||||
Reference in New Issue
Block a user