-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cannot limit packages for copr #8738
Comments
Files identified in the description: If these files are incorrect, please update the |
from what i understand you want |
That is the ideal, yes. But there is also the intermediate step where the copr module should stop resetting the file if all the fields it cares about are correct. Right now, adding a separate ini_file task is not a good workaround because the copr task keeps undoing its work. |
needs_info |
@ossman This issue is waiting for your response. Please respond or the issue will be closed. |
@ossman You have not responded to information requests in this issue so we will assume it no longer affects you. If you are still interested in this, please create a new issue with the requested information. |
Summary
When adding a copr repository, you generally want it for some specific thing. Therefore, it's prudent to limit DNF to only grab those specific packages from that repository and not get surprises in case the repository gets new things in the future.
Right now, that is very annoying with the copr module. It doesn't have that feature, which is fine as you can pair it with a ini_file task right after. However, the copr module resets the configuration and removes those changes every time it is run. So your ansible run is constantly considering those tasks changed.
Issue Type
Feature Idea
Component Name
copr
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: