Check variable for container volumes.
This commit is contained in:
@@ -155,3 +155,9 @@
|
|||||||
with_items: "{{ oldBackups.results | map(attribute='files') | list }}"
|
with_items: "{{ oldBackups.results | map(attribute='files') | list }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.path }}"
|
label: "{{ item.path }}"
|
||||||
|
|
||||||
|
- name: Backup container volumes
|
||||||
|
debug: var=item
|
||||||
|
loop: "{{ volumes }}"
|
||||||
|
loop_control:
|
||||||
|
label: "{{ item.key }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user