Change usage of volumes variable.
This commit is contained in:
@@ -158,6 +158,6 @@
|
||||
|
||||
- name: Backup container volumes
|
||||
debug: var=item
|
||||
loop: "{{ volumes }}"
|
||||
loop: "{{ volumes | list }}"
|
||||
loop_control:
|
||||
label: "{{ item.key }}"
|
||||
|
||||
Reference in New Issue
Block a user