Replace role_name with service_name
This commit is contained in:
parent
bdf1f8891b
commit
2ff6488a70
98 changed files with 128 additions and 124 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- name: Restore volumes
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/steps/restore-volume.yml
|
||||
loop: "{{ all_services | service_get_backups(role_name) }}"
|
||||
loop: "{{ all_services | service_get_backups(service_name) }}"
|
||||
when: volume.type == 'docker'
|
||||
loop_control:
|
||||
loop_var: volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue