tobiko/roles/tobiko-compile-python/tasks/main.yaml

8 lines
114 B
YAML

---
- include: setup_python.yaml
when: setup_python | bool
- include: setup_pip.yaml
when: setup_pip | bool