-
Notifications
You must be signed in to change notification settings - Fork 355
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
Centos Nginx installation from repository error (module_hotfixes option) #263
Comments
UPDATE: I found out from http://nginx.org/en/linux_packages.html#RHEL-CentOS, that adding here's the new repo files:
Current list of available package with
I see that the current |
Hm that's interesting. The molecule tests are passing and when I run
which indicates that the repo is working correctly. Could the issue have something to do with your CentOS installation? (Did you install That being said, I see no reason for not adding the |
Yup, you're correct @alessfg. I do install Nginx from CentOS-AppStream repository on my machine before, although I already completely remove it, I found out that it makes CentOS AppStream repository marked as active streams for Nginx package, that's why Nginx package from Nginx repository are filtered out from my machine. I also already tested with a new server instance, everything was okay with fresh CentOS 8 installation. This doc says that I already create PR with simple |
Describe the bug
Nginx default installation from Nginx Repository (yum) on Centos 8 getting an error with current default repo files configuration. Already manual check with
list available nginx\*
command, and only show Nginx version 1.14.x from AppStream (centos default repo).To reproduce
Steps to reproduce the behavior:
TASK [ansible-role-nginx : (Install: CentOS/RedHat) Install NGINX] ****************************************************************************** fatal: [xx.xx.xx.xx]: FAILED! => {"changed": false, "failures": ["No package nginx-1.17.10-1.el8.ngx available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
Expected behavior
Installed successfully
Your environment:
Additional context
Here's the result from
yum list available nginx\*
command, the Nginx repo only show module package only:The text was updated successfully, but these errors were encountered: