991b670d34
¯\_(ツ)_/¯ I don't know what I'm doing. Needed-by: I9dd75e601a59b0c50034b4faffc8bf8d4bc7ad12 Needed-by: Iebc0ca0b89b12e4863cf3ca33389182cba34c67f Change-Id: I1e91a2c4bb48887da6b61db558a1f04cd8ab37a2
11 lines
219 B
YAML
11 lines
219 B
YAML
- hosts: all
|
|
roles:
|
|
- run-devstack
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- ensure-tox
|
|
- role: tox-siblings
|
|
when: tox_install_siblings
|