improve and clarify append-only

This commit is contained in:
Luc Stroobant 2018-05-19 16:13:19 +02:00
parent 5368f8d77a
commit 6ae4bbf49e
4 changed files with 10 additions and 5 deletions

View file

@ -18,3 +18,4 @@
mode: "0770"
delegate_to: "{{ item.fqdn }}"
with_items: "{{ borgbackup_servers }}"
when: item.type == 'normal'