summaryrefslogtreecommitdiff
path: root/tools/playbooks/multinode_setup/pre.yaml
blob: 55eb8d19912f61f194a9783e9c7fce1f64a694b2 (plain)
1
2
3
4
5
6
7
- hosts: all
  roles:
    # Run bindep and test-setup after devstack so that they won't interfere
    - role: bindep
      bindep_dir: "{{ zuul_work_dir }}"
    - test-setup
    - ensure-tox