Include task raises wrong exception if src not found
Closed this issue · 1 comments
uwefladrich commented
Consider
include:
src: foo.yml
and assume that foo.yml
does not exist.
In that case, the Include
task raises
scriptengine.exceptions.ScriptEngineTaskArgumentMissingError: Missing task argument: ignore_not_found
when it should raise an ScriptEngineTaskRunError
.
uwefladrich commented
Was fixed with 07c57fb