mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-09 17:54:09 +00:00
Previously, the following dependencies: A used by B B used by C Would have been converted to: A used by C B used by C Intead of being expanded to: A used by B A used by C B used by C This change preserves the existing dependency when expanding it. |
||
|---|---|---|
| .. | ||
| completion | ||
| injector | ||
| lib | ||
| requirements | ||
| setup | ||
| units | ||
| ansible-test | ||
| Makefile | ||
| retry.py | ||
| shippable.py | ||
| tox.ini | ||
| versions.py | ||