-
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
Add CentOS/RedHat yum repository module_hotfixes option #264
Conversation
Add 'module_hotfixes = True' option to protects the repository from package filtering, in case other repository (usually Centos AppStream) is marked as active streams for Nginx package.
Thanks for the PR! Could you perhaps add a molecule test too to cover this use case? Modifying the |
Add Molecule test pre_task to enable Nginx AppStream module to verify package filtering
Hi @alessfgm, |
Btw, I really new with this Molecule test. I saw that there's some previous error about the idempotence test, also my committed |
What's happening is that the As far as why the pre_task fails -- |
Add changed_when option for dnf shell command
Separate add repository task for CentOS/RHEL 8 with module_hotfixes=true option
…sible-role-nginx into yum-module-hotfixes
Create new file when repo file doesn't exist
Yup got it, I already push some changes for that, also it seems that CI build is passed now, please review again. |
Remove unused insertafter properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for your PR!
Proposed changes
Add YUM repository
module_hotfixes = True
option to protects the repository from package filtering, in case another repository (usually Centos AppStream) is marked as active streams for the Nginx package.Checklist
Before creating a PR, run through this checklist and mark each as complete.
defaults/main/
andREADME.md
)