add items
This commit is contained in:
parent
e59d0c5048
commit
9aec525cb1
1 changed files with 2 additions and 1 deletions
|
|
@ -23,8 +23,9 @@
|
|||
|
||||
- name: server | create directories
|
||||
file:
|
||||
path: "{{ item.pool }}"
|
||||
path: "{{ item.home}}{{ item.pool }}"
|
||||
state: "directory"
|
||||
owner: "{{ item.user }}"
|
||||
group: "{{ item.user }}"
|
||||
mode: "0770"
|
||||
with_items: "{{ backupservers }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue