add items

This commit is contained in:
Luc Stroobant 2017-09-12 20:50:57 +02:00
parent e59d0c5048
commit 9aec525cb1
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}"