ansible-role-pip/defaults/main.yml

7 lines
167 B
YAML
Raw Normal View History

2017-05-27 05:09:47 +02:00
---
# For Python 3, use python3-pip.
pip_package: python3-pip
pip_executable: "{{ 'pip3' if pip_package.startswith('python3') else 'pip' }}"
2017-05-27 05:09:47 +02:00
pip_install_packages: []