fix syntax error

This commit is contained in:
Robert Kaussow 2017-07-15 17:55:20 +02:00
parent 5ea9ee8c5a
commit 0f5183422a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- name: Prepare directories
file:
path: {{ items }}
path: '{{ item }}'
state: directory
owner: nginx
group: nginx