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