Open tod-uma opened 5 months ago
If you try to use a tgz build_location that has not authentication, it will fail with an error that download_result does not have a key dest. This is because that variable gets overwritten by the basic_auth task even though it is skipped.
download_result
dest
If you try to use a tgz build_location that has not authentication, it will fail with an error that
download_result
does not have a keydest
. This is because that variable gets overwritten by the basic_auth task even though it is skipped.