Prevent race condition with multiple delegates to a single server
This commit is contained in:
parent
4475c07bc2
commit
4e1dbd95df
@ -7,6 +7,7 @@
|
||||
createhome: "yes"
|
||||
delegate_to: "{{ item.fqdn }}"
|
||||
with_items: "{{ borgbackup_servers }}"
|
||||
run_once: true
|
||||
when: item.type == 'normal'
|
||||
|
||||
- name: server | create directories
|
||||
|
Loading…
Reference in New Issue
Block a user