mirror of https://github.com/ansible/ansible
apt: Handle comma-separated packages from recommends (#86613)
* While installing local deb packages, consider comma-separated packages from recommends Fixes: #86609 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com> Co-authored-by: Sloane Hertel <19572925+shertel@users.noreply.github.com>pull/86474/merge
parent
e6b6f34144
commit
ef7b026f77
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- apt - handle comma separated packages from recommends while installing local deb package (https://github.com/ansible/ansible/issues/86609).
|
||||
Loading…
Reference in new issue