mirror of https://github.com/ansible/ansible.git
ansible-galaxy fix scm dependency error (#81599)
* ansible-galaxy fix scm dependency error also changed usage of 'virtual colleciton' to actual type avoid error by filtering out virtual collections that dont have expected properties simplified as per webknjaz * Update lib/ansible/galaxy/collection/__init__.py Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>pull/81763/head
parent
7c7385521e
commit
2aef0406d4
@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- ansible-galaxy dependency resolution messages have changed the unexplained 'virtual' collection for the specific type ('scm', 'dir', etc) that is more user friendly
|
||||
bugfixes:
|
||||
- ansible-galaxy error on dependency resolution will not error itself due to 'virtual' collections not having a name/namespace.
|
||||
Loading…
Reference in New Issue