1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-27 14:08:53 +00:00

deps module util: fix overzealous name cropping (#6479)

Fix overzealous name cropping.
This commit is contained in:
Felix Fontein 2023-05-04 09:50:39 +02:00 committed by GitHub
parent 737d37e019
commit 57cfd1b46d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "deps module utils - do not fail when dependency cannot be found (https://github.com/ansible-collections/community.general/pull/6479)."