mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-17 19:41:43 -07:00
apt_rpm: add check if package version is upgradable (ansible-collections#7414) (#7577)
* apt_rpm: add check if package version is upgradable (ansible-collections#7414) * add changelog fragment * apt_rpm: apply the recommended changes and fix the sanity checks --------- Co-authored-by: Nikolay Burykin <bne@altlinux.org>
This commit is contained in:
parent
30edafabe7
commit
ecea4a2f38
2 changed files with 22 additions and 1 deletions
2
changelogs/fragments/7577-fix-apt_rpm-module.yml
Normal file
2
changelogs/fragments/7577-fix-apt_rpm-module.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- apt-rpm - the module did not upgrade packages if a newer version exists. Now the package will be reinstalled if the candidate is newer than the installed version (https://github.com/ansible-collections/community.general/issues/7414).
|
Loading…
Add table
Add a link
Reference in a new issue