Oops, fixing syntax for "{item}"
This commit is contained in:
parent
0b9b2a90d1
commit
bfa8242ba5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
- name: create paths
|
||||
file:
|
||||
path: /srv/nextcloud/{item}
|
||||
path: "/srv/nextcloud/{{item}}"
|
||||
state: directory
|
||||
recurse: true
|
||||
with_items:
|
||||
|
|
Loading…
Reference in a new issue