mirror of https://github.com/ansible/ansible.git
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 testspull/69648/head
parent
dd4219184b
commit
f01de15d25
@ -0,0 +1,4 @@
|
||||
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)
|
Loading…
Reference in New Issue