fixing ansible 2.2 syntax issue in qadevel playbook

This commit is contained in:
Tim Flink 2016-10-14 15:37:10 +00:00
parent 45fe7ecaa8
commit bef7d0d9bc

View file

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