nodepool/playbooks/nodepool-zuul-functional/pre.yaml
Andreas Jaeger 1d1c88a89e Refactor playbooks/nodepool-zuul-functional/pre.yaml
Instead of using tasks and roles together, create a new role and use it.
This makes ordering easier to understand.

This is followup for
https://review.openstack.org/#/c/545158/14/playbooks/nodepool-zuul-functional/pre.yaml

Change-Id: I5242e9333dd8761272731d1e5e8af2fd5ca5ee8f
2018-02-20 19:56:11 +01:00

8 lines
229 B
YAML

- hosts: all
name: Zuul setup for nodepool test
roles:
- role: bindep
bindep_profile: default
bindep_dir: "{{ zuul.projects['git.openstack.org/openstack-infra/zuul'].src_dir }}"
- nodepool-zuul-functional