ansibleplaybookbundle / kubevirt-apb

APB for managing KubeVirt deployments
Apache License 2.0
8 stars 16 forks source link

Never fail in the for loop #62

Closed rthallisey closed 6 years ago

rthallisey commented 6 years ago

The for loop will fail in bash if the exit code of the previous command is not 0. Add an echo at the end so we always continue.