1d1c88a89e
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
8 lines
229 B
YAML
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
|