1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/packaging
Ross Williams 4fe3aea3a9 pkgng: package reinstallations count as changed
`upgrade_packages()` only looked for the string
"Number of packages to be upgraded", but the
`pkg upgrade` command also reports "Number of packages to be
reinstalled". Reinstallation occurs when package metadata other
than version changes (e.g. build options, single architecture to `*`
architecture). In any other respect, though, a required
reinstallation is the same as an upgrade.
2021-10-11 02:09:06 +00:00
..
language pipx - new module (#3507) 2021-10-06 07:01:54 +02:00
os pkgng: package reinstallations count as changed 2021-10-11 02:09:06 +00:00