fixing ansible 2.2 syntax issue in qadevel playbook
This commit is contained in:
parent
45fe7ecaa8
commit
bef7d0d9bc
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
- name: create dirs for static sites
|
- name: create dirs for static sites
|
||||||
file: path={{ item.document_root }} state=directory owner=apache group=apache mode=1755
|
file: path={{ item.document_root }} state=directory owner=apache group=apache mode=1755
|
||||||
with_items: static_sites
|
with_items: "{{ static_sites }}"
|
||||||
tags:
|
tags:
|
||||||
- qastaticsites
|
- qastaticsites
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue