Fix deprecation warning

Change-Id: I10675381d420813e067eef7e0360eac63fc052ce
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-03-25 17:58:35 -04:00
parent 575c8b6682
commit aa9be4df5d
1 changed files with 1 additions and 1 deletions

View File

@ -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"