mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix exception in pkgin module when all packages are already installed (#3583)
* Fix exception in pkgin module when all packages are already installed. * Update plugins/modules/packaging/os/pkgin.py Co-authored-by: Felix Fontein <felix@fontein.de> * Add changelog fragment for #3583 Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
2
changelogs/fragments/3583-fix-pkgin-exception.yml
Normal file
2
changelogs/fragments/3583-fix-pkgin-exception.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- pkgin - Fix exception encountered when all packages are already installed (https://github.com/ansible-collections/community.general/pull/3583).
|
||||
Reference in New Issue
Block a user