ansible-development-environ.../roles/python_pip/defaults/main.yml

12 lines
248 B
YAML

---
# defaults file for python_pip
# The version of pip to update to.
python_pip_version: 19.0.3
# The version of setuptools to update to.
python_pip_setuptools_version: 40.9.0
# By default no modules should be installed.
python_pip_modules: []