ansible/changelogs/fragments/ansible-galaxy-role-list-specific-fix.yml
Sam Doran cdb24e0078
ansible-galaxy - fix listing specific role and role description (#67409)
* ansible-galaxy - fix listing specific role

If the role was not in the first search path, it was reported as not found

* Properly display role description

Default to description to top level description, falling back to the description from within galaxy_info

* Display proper message when a role does not exist

* Add integration tests

* Use context manager

* BSD and macOS ruining all the fun
2020-04-15 15:26:45 -04:00

7 lines
265 B
YAML

bugfixes:
- >
ansible-galaxy - fix a bug where listing a specific role if it was not in the first
path failed to find the role
- ansible-galaxy - properly show the role description when running offline (https://github.com/ansible/ansible/issues/60167)