mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
deps module utils: unit tests + minor improvement (#9179)
* deps module utils: unit tests + minor improvement * deps.clear() calls dict.clear() instead of creating new dict * add changelog frag
This commit is contained in:
parent
152339a8f9
commit
a3bd49c010
5 changed files with 81 additions and 1 deletions
2
changelogs/fragments/9179-deps-tests.yml
Normal file
2
changelogs/fragments/9179-deps-tests.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- deps module utils - add ``deps.clear()`` to clear out previously declared dependencies (https://github.com/ansible-collections/community.general/pull/9179).
|
Loading…
Add table
Add a link
Reference in a new issue