Closed jperera closed 2 years ago
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
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