From b7db3c90524104b119238a7f156885d61a00d8ce Mon Sep 17 00:00:00 2001 From: Maxim Kravets Date: Mon, 8 Jan 2018 12:01:50 +0100 Subject: [PATCH] Support ansible 2.x --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 22cde97..72957e7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,7 +9,7 @@ apt: name="{{ item }}" state="latest" - with_items: firefox_apt_deps.stdout_lines + with_items: "{{ firefox_apt_deps.stdout_lines }}" when: firefox_apt_deps.stdout_lines is defined - name: Create temp directory