fix dnf wildcard pkg removal - fixes #27744 and #36970 (#45357)

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller
2018-09-20 11:13:17 -05:00
committed by ansibot
parent cb460dee74
commit 2fe150a1ef
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
---
minor_changes:
- "dnf - group removal does not work if group was installed with Ansible because of dnf upstream bug https://bugzilla.redhat.com/show_bug.cgi?id=1620324"
- "dnf removal with wildcards now works: Fixes https://github.com/ansible/ansible/issues/27744"