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
7 lines
250 B
YAML
7 lines
250 B
YAML
- name: Install packages and run zuul-nodepool-integration/start.sh
|
|
shell:
|
|
cmd: |
|
|
sudo pip3 install .
|
|
./tools/zuul-nodepool-integration/start.sh
|
|
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/nodepool'].src_dir }}"
|