From aa9be4df5d287fc1386548ec7a7788ce863250d8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 25 Mar 2016 17:58:35 -0400 Subject: [PATCH] Fix deprecation warning Change-Id: I10675381d420813e067eef7e0360eac63fc052ce Signed-off-by: Paul Belanger --- tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 02ed807..94b94f2 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -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"