tobiko/roles/tobiko-ensure-tox/tasks/main.yaml
Federico Ressi 31f6026ab9 Implement test workflow steps
Change-Id: I34026836ac42dd6f2a5e5dfc05203c460cc949fc
2020-04-08 14:32:58 +02:00

7 lines
133 B
YAML

---
- name: "ensure '{{ tox_command }}' command is available"
include_tasks: tox.yaml
when:
- tox_executable is not defined