1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-30 15:38:53 +00:00

pacman: do not fail if there is nothing to do (#8514)

Do not fail if there is nothing to do.
This commit is contained in:
Felix Fontein 2024-06-17 07:06:31 +02:00 committed by GitHub
parent fd2cd5f28c
commit df7fe19bbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "paman - do not fail if an empty list of packages has been provided and there is nothing to do (https://github.com/ansible-collections/community.general/pull/8514)."