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
|
- name: create paths
|
||||||
file:
|
file:
|
||||||
path: /srv/nextcloud/{item}
|
path: "/srv/nextcloud/{{item}}"
|
||||||
state: directory
|
state: directory
|
||||||
recurse: true
|
recurse: true
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Reference in a new issue