Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use separte set_fact for bearer token or basic auth download #844

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tod-uma
Copy link
Contributor

@tod-uma tod-uma commented Jun 13, 2024

when trying to install a tgz from a no auth url, I ran into a bug where the task "Define a path for the downloaded package" would fail because download_result did not contain a key dest. This is because the download_result variable gets overwritten by the basic_auth task even though it gets skipped. This patch simply provides a separate "Define a path for the downloaded package" task for each download task.

@tod-uma tod-uma requested a review from a team as a code owner June 13, 2024 15:40
@tod-uma
Copy link
Contributor Author

tod-uma commented Jun 13, 2024

fixes #845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants