These should be directories
This commit is contained in:
parent
d429322dd5
commit
e6d2a4059f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
- name: Create the required directories
|
||||
file: path={{ item.file }} owner={{ item.owner }}
|
||||
group={{ item.group }} mode={{ item.mode }}
|
||||
group={{ item.group }} mode={{ item.mode }} state=directory
|
||||
with_items:
|
||||
- { file: /srv/torrent/, owner: root, group: root, mode: 0775}
|
||||
- { file: /srv/torrent/www/, owner: root, group: torrent, mode: 2775}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue