Check variable for container volumes.

This commit is contained in:
2021-11-19 09:35:48 +01:00
parent 57dfc93272
commit 3b20998948

View File

@@ -155,3 +155,9 @@
with_items: "{{ oldBackups.results | map(attribute='files') | list }}"
loop_control:
label: "{{ item.path }}"
- name: Backup container volumes
debug: var=item
loop: "{{ volumes }}"
loop_control:
label: "{{ item.key }}"