We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes the role execution fails due to timeouts downloading extra modules.
Use get_url and then unarchive local file instead of use unarchive directly to have timeout configuration.
https://github.com/idealista/nginx_role/blob/master/tasks/install.yml#L15
The text was updated successfully, but these errors were encountered:
jperera
Successfully merging a pull request may close this issue.
Description
Sometimes the role execution fails due to timeouts downloading extra modules.
Use get_url and then unarchive local file instead of use unarchive directly to have timeout configuration.
Link/s to the specific code that needs a refactor (if applicable)
https://github.com/idealista/nginx_role/blob/master/tasks/install.yml#L15
The text was updated successfully, but these errors were encountered: