mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
35caebd036
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. |
||
---|---|---|
.. | ||
cache | ||
env | ||
integration | ||
legacy | ||
results | ||
runner | ||
sanity | ||
units | ||
utils |