f01de15d25
* ansible-galaxy - remove warning during collection install If existing collections do not contain a MANIFEST.json, which is common for collections under development that were not installed from Ansible Galaxy, fall back to inspecting galaxy.yml rather than displaying a warning. A warning will still be displayed in neither a MANIFEST.json nor galaxy.yml are present. * Update unit tests
4 lines
201 B
YAML
4 lines
201 B
YAML
bugfixes:
|
|
- >
|
|
ansible-galaxy - hide warning during collection installation if other installed collections
|
|
do not contain a ``MANIFEST.json`` (https://github.com/ansible/ansible/issues/67490)
|