fixing syntax error

This commit is contained in:
Tim Flink 2016-03-21 17:15:34 +00:00
parent cf503fe4d2
commit a4cd5dc179

View file

@ -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