ansible/changelogs/fragments/ansible-galaxy-install-manifest-warning.yaml
Sam Doran f01de15d25
ansible-galaxy - remove warning during collection install (#69541)
* 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
2020-05-19 10:31:49 -05:00

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)