apt_rpm: fix package install check (#8263)

Fix package install check.
This commit is contained in:
Felix Fontein
2024-04-22 06:42:04 +02:00
committed by GitHub
parent 211688ef1b
commit 17e11d7d7e
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "apt_rpm - when checking whether packages were installed after running ``apt-get -y install <packages>``, only the last package name was checked (https://github.com/ansible-collections/community.general/pull/8263)."