* Unify ansible-galaxy install -r * Minor nit fixes for docs * Re-align warnings * Fix up integration test * Fix up test where no roles/collections were in file
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>
* ansible-galaxy - add download option * Fix sanity issues and added integration tests * Fix doc suggestions * Added --pre option