1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-03 23:41:51 +00:00

deps module util: use Enum to represent states (#11242)

* deps module util: use Enum to represent states

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-12-03 00:07:46 +13:00 committed by GitHub
parent 7016b681fd
commit 0a802ecdcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- deps module utils - change the internal representaion of dependency state (https://github.com/ansible-collections/community.general/pull/11242).