From a4cd5dc17931cbdf76a39afaaf0e359ee1cc6961 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 21 Mar 2016 17:15:34 +0000 Subject: [PATCH] fixing syntax error --- playbooks/groups/qa-stg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/qa-stg.yml b/playbooks/groups/qa-stg.yml index e5412073eb..bfe9230bb7 100644 --- a/playbooks/groups/qa-stg.yml +++ b/playbooks/groups/qa-stg.yml @@ -99,7 +99,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