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
Caution
Remember to redact any sensitive information such as authentication credentials or license keys.
I set explicit version of nginx (1.27.3) and I get 1.27.4 when modules are installed. but 1.27.3 if not modules installed
Steps to reproduce the bug:
Play this playbook
--- - name: Reverse proxy hosts: - reverseProxies vars: nginx_version: =1.27.3-1~bookworm nginx_modules: - geoip - image-filter - njs - perl - xslt tasks: - name: "NGINX role" ansible.builtin.include_role: name: nginxinc.nginx
Have Nginx 1.27.3
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Caution
Remember to redact any sensitive information such as authentication credentials or license keys.
Describe the bug
I set explicit version of nginx (1.27.3) and I get 1.27.4 when modules are installed. but 1.27.3 if not modules installed
To reproduce
Steps to reproduce the bug:
Play this playbook
Expected behavior
Have Nginx 1.27.3
Your environment
Additional context (optional)
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: