fixing syntax error
This commit is contained in:
parent
cf503fe4d2
commit
a4cd5dc179
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue