7 lines
133 B
YAML
7 lines
133 B
YAML
---
|
|
|
|
- name: "ensure '{{ tox_command }}' command is available"
|
|
include_tasks: tox.yaml
|
|
when:
|
|
- tox_executable is not defined
|