tobiko/roles/tobiko-ensure-python/defaults/main.yaml

8 lines
168 B
YAML

---
python_version: '3'
python_command: 'python{{ python_version }}'
unversioned_python_command: '/usr/bin/python'
unversioned_python_alternative: '/usr/bin/python3'