mirror of https://github.com/ansible/ansible.git
galaxy: Handle empty roles and collections (#69199)
Galaxy collection install command raised indexError, when requirements.yml contains empty roles and collections. This fix handles empty roles and/or empty collections. Fixes: #68186 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/69337/head
parent
9d48884e36
commit
8d43d79191
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Handle empty roles and empty collections in requirements.yml in ansible-galaxy install command (https://github.com/ansible/ansible/issues/68186).
|
Loading…
Reference in New Issue