Open jamincollins opened 2 years ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @indrajitr @tchernomax click here for bot help
What's even worse on this is that without verbose output it claims it worked without issue:
TASK [Ensure ceph related packages are installed] *********************************************************************
ok: [langhus-1]
ok: [langhus-2]
ok: [langhus-3]
ok: [skald-2]
ok: [langhus-4]
ok: [skald-1]
ok: [langhus-5]
This might be fixed by #3907, you'd have to check. (That PR is very extensive and nobody had time to review it yet though...)
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @jraby click here for bot help
Summary
If you execute the
pacman
packager withlatest
but reference a package with a dependency you can wind up with something like the following output:Issue Type
Bug Report
Component Name
pacman
Ansible Version
Community.general Version
Configuration
OS / Environment
Arch Linux
Steps to Reproduce
Have an older version of
libvirt
andlibvirt-storage-rbd
installed on the host:Expected Results
That a
libvirt
andlibvirt-storage-rbd
upgrade be performed/detected if there is a newer version.Actual Results
This appears to be caused by the package by package check done here: https://github.com/ansible-collections/community.general/blob/main/plugins/modules/packaging/os/pacman.py#L354-L356
Queried individually, packages with dependencies can result in error:
However, queried together, they are not a problem:
Code of Conduct