-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fails to downgrade packages when Ansible is installed from PPA #340
Comments
This is the command pop-upgrade is generating to do the downgrade:
Testing running that manually after the failure, apt offers to proceed if I specify |
Looking at https://packages.ubuntu.com/jammy/ansible-core, Ubuntu's |
On a fresh system without the Ansible PPA, attempting to install |
Without any additional PPAs, installing |
Looking at Ubuntu's Ansible packages for Noble, it doesn't look like this package conflict would be occur on that version, as |
The logic for this can't be quite as simple as it was for the Papirus issue, because Ideally, we want to remove |
We could alternatively just make sure |
Alright, It will still need to be coded slightly differently from the Papirus exception because we still need to prevent |
It was a good guess. |
As reported by @hawko2600 at #330 (comment):
I'm able to recreate this from a fresh VM installation by adding the Ansible PPA and installing
ansible
before attempting the upgrade.The text was updated successfully, but these errors were encountered: