-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
respawn copr module when dnf is missing #6522
Conversation
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.
Thanks for your contribution!
Any chance you can also backport this to stable-6 so it gets in the next ansible 7 release or is stable-6 in bugfix only mode? |
stable-6 is already bugfix only (basically since the last minor 6.x.0 release before the 7.0.0 release date). |
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.
To be merged for 7.1.0.
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6591 🤖 @patchback |
@gotmax23 thanks for your contribution! |
* respawn copr module when dnf is missing Fixes: https://bugzilla.redhat.com/2203513 * don't guard common.respawn module_util import (cherry picked from commit bd6cec2)
…s missing (#6591) respawn copr module when dnf is missing (#6522) * respawn copr module when dnf is missing Fixes: https://bugzilla.redhat.com/2203513 * don't guard common.respawn module_util import (cherry picked from commit bd6cec2) Co-authored-by: Maxwell G <[email protected]>
SUMMARY
copr - respawn module to use the system python interpreter when the
dnf
python module is not available inansible_python_interpreter
ISSUE TYPE
COMPONENT NAME
copr
ADDITIONAL INFORMATION
Fixes downstream bug https://bugzilla.redhat.com/2203513
Can we backport this to stable-6 and stable-7 so it shows up in ansible 7 and 8? I plan to backport this to the EPEL 8 and 9 ansible-collection-community-general RPM packages that currently contain upstream EOL versions1.
Footnotes
We're updating to upstream supported versions prior to the next RHEL minor release. ↩