cdb24e0078
* 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
6 lines
265 B
YAML
6 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)
|