Refactor filter_plugins
This commit is contained in:
parent
8ee096949d
commit
bdf1f8891b
14 changed files with 34 additions and 30 deletions
|
|
@ -46,7 +46,7 @@ backup_yml:
|
|||
|
||||
backends: "{{ backup_backends | mandatory }}"
|
||||
|
||||
locations: "{{ backup_list | map_backup_locations(backup_backends | mandatory, backup_default_hooks) }}"
|
||||
locations: "{{ backup_list | backup_map_locations(backup_backends | mandatory, backup_default_hooks) }}"
|
||||
|
||||
global: "{{ backup_global }}"
|
||||
|
||||
|
|
@ -55,6 +55,6 @@ backup_yml_all:
|
|||
|
||||
backends: "{{ backup_backends | mandatory }}"
|
||||
|
||||
locations: "{{ backup_list_all | map_backup_locations(backup_backends | mandatory, backup_default_hooks) }}"
|
||||
locations: "{{ backup_list_all | backup_map_locations(backup_backends | mandatory, backup_default_hooks) }}"
|
||||
|
||||
global: "{{ backup_global }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue