tobiko/roles/tobiko-ensure-python3/tasks/main.yaml

6 lines
142 B
YAML

---
- name: "ensure '{{ python3_command }}' command is available"
include_tasks: python3.yaml
when: 'python3_command not in python_info'