pacman: fix changed status when ignorepkg has been defined (#2936) (#2944)

* pacman: fix returned code when ignorepkg has been defined

* add changelog

* make ignored check preciser

(cherry picked from commit c0740ca398)

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
patchback[bot]
2021-07-07 06:53:34 +02:00
committed by GitHub
parent ea873ae471
commit ce92da7e70
2 changed files with 17 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- pacman - fix changed status when ignorepkg has been defined (https://github.com/ansible-collections/community.general/issues/1758).