diff --git a/tasks/config.yml b/tasks/config.yml index 08a0bfa..412e5f2 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -7,7 +7,7 @@ - name: Prepare directories file: - path: {{ items }} + path: '{{ item }}' state: directory owner: nginx group: nginx