Merge "borg-backup-server: build borg users betterer"
This commit is contained in:
commit
cde97b6c56
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
- name: Build all borg users from backup hosts
|
- name: Build all borg users from backup hosts
|
||||||
set_fact:
|
set_fact:
|
||||||
borg_users: '{{ borg_users }} + [ {{ hostvars[item]["borg_user"] }} ]'
|
borg_users: '{{ borg_users + [hostvars[item]["borg_user"]] }}'
|
||||||
with_inventory_hostnames: 'borg-backup:!disabled'
|
with_inventory_hostnames: 'borg-backup:!disabled'
|
||||||
|
|
||||||
- name: Create borg users
|
- name: Create borg users
|
||||||
|
Loading…
x
Reference in New Issue
Block a user