This change will preserve the "failed" status internally so that any template failure results in a return code of 1. Previously, the failed variable was overwritten on each template run, so the return code only reflected the final template during validation.
This change will preserve the "failed" status internally so that any template failure results in a return code of
1
. Previously, thefailed
variable was overwritten on each template run, so the return code only reflected the final template during validation.