Fix deprecation warning
Change-Id: I10675381d420813e067eef7e0360eac63fc052ce Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
575c8b6682
commit
aa9be4df5d
@ -29,7 +29,7 @@
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: installed
|
||||
with_items: zuul_build_depends
|
||||
with_items: "{{ zuul_build_depends }}"
|
||||
when: zuul_install_method == 'git' or zuul_install_method == 'pip'
|
||||
|
||||
- include: "install/{{ zuul_install_method }}.yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user