9 lines
152 B
YAML
9 lines
152 B
YAML
![]() |
- hosts: all
|
||
|
roles:
|
||
|
- role: bindep
|
||
|
bindep_profile: test
|
||
|
bindep_dir: "{{ zuul_work_dir }}"
|
||
|
- test-setup
|
||
|
- ensure-tox
|
||
|
- tox
|