-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
Describe the bug
Bug when I build with source nginx_install_from: source
TASK [nginx : Download ZLib dependency] ****************************************
fatal: [web]: FAILED! => {"changed": false, "dest": "/tmp/zlib-1.2.12.tar.gz", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://zlib.net/zlib-1.2.12.tar.gz"}
To reproduce
Steps to reproduce the behavior:
Deploy NGINX role using playbook.yml with source nginx_install_from: source
Expected behavior
Build is not OK.
zlib_version
is defined in file vars/main.yml
but zlib-1.2.12 is no longer avaible
Good version is zlib-1.2.13 since 13 october 2022
I think we need update zlib_version
in vars/main.yml
Your environment
- nginx version: nginx/1.23.2
- main branch role
- ansible [core 2.13.5rc1]
- ubuntu2204 box vagrant
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To do