Fix deprecation warning

Change-Id: I01f08cfde57618629fab24ddabf42466ffe09e8f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-03-26 19:19:01 -04:00
parent 05283eb20a
commit 095679e918
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
package:
name: "{{ item }}"
state: installed
with_items: shade_build_depends
with_items: "{{ shade_build_depends }}"
when: shade_install_method == 'git' or shade_install_method == 'pip'
- include: "install/{{ shade_install_method }}.yaml"