Apparently this can get empty
This commit is contained in:
parent
cfef7d598c
commit
5ee8109211
@ -42,6 +42,6 @@
|
||||
|
||||
loop: '{{ installupdates_iocage.results }}'
|
||||
loop_control:
|
||||
label: '{{ item.cmd | join(" ") }}'
|
||||
label: '{{ item.cmd | default(["No command seen"]) | join(" ") }}'
|
||||
when: installupdates_iocage
|
||||
when: iocage_available.stat.exists
|
||||
|
Loading…
x
Reference in New Issue
Block a user