Revert "Apparently this can get empty"

This reverts commit 5ee810921174f9972d0a6963084165f54412fd45.
This commit is contained in:
Ruben van Staveren 2024-06-12 11:57:24 +02:00
parent 5ee8109211
commit 3b4169bafb
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -42,6 +42,6 @@
loop: '{{ installupdates_iocage.results }}'
loop_control:
label: '{{ item.cmd | default(["No command seen"]) | join(" ") }}'
label: '{{ item.cmd | join(" ") }}'
when: installupdates_iocage
when: iocage_available.stat.exists