Riesenie ulohy pre DEVOPS SKIT
This commit is contained in:
6
roles/geerlingguy.pip/defaults/main.yml
Normal file
6
roles/geerlingguy.pip/defaults/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# For Python 3, use python3-pip.
|
||||
pip_package: python3-pip
|
||||
pip_executable: "{{ 'pip3' if pip_package.startswith('python3') else 'pip' }}"
|
||||
|
||||
pip_install_packages: []
|
||||
Reference in New Issue
Block a user