From bef7d0d9bc6065950c268cfd19573a94b628e6ab Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 14 Oct 2016 15:37:10 +0000 Subject: [PATCH] fixing ansible 2.2 syntax issue in qadevel playbook --- playbooks/groups/qadevel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/qadevel.yml b/playbooks/groups/qadevel.yml index 3e0e89e4ed..8eb40ad512 100644 --- a/playbooks/groups/qadevel.yml +++ b/playbooks/groups/qadevel.yml @@ -114,7 +114,7 @@ - name: create dirs for static sites file: path={{ item.document_root }} state=directory owner=apache group=apache mode=1755 - with_items: static_sites + with_items: "{{ static_sites }}" tags: - qastaticsites