Simplify zuul_install_method include
Change-Id: Ie4999170b782c47a913795284d53f785b6bff531 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
7ea7a5614a
commit
95f45fc6df
@ -32,8 +32,4 @@
|
||||
with_items: zuul_build_depends
|
||||
when: zuul_install_method == 'git' or zuul_install_method == 'pip'
|
||||
|
||||
- include: install/git.yaml
|
||||
when: zuul_install_method == 'git'
|
||||
|
||||
- include: install/pip.yaml
|
||||
when: zuul_install_method == 'pip'
|
||||
- include: "install/{{ zuul_install_method }}.yaml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user