Clarify that "requires_ansible" means Ansible Core (#76100)

Clarify that the `requires_ansible` field in meta/runtime.yml refers to the version of Ansible Core (ansible-core), not any package called "ansible" e.g. https://pypi.org/project/ansible/
pull/76178/head
Richard Megginson 3 years ago committed by GitHub
parent 0b0acef423
commit 360a3d2431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -203,7 +203,7 @@ A collection can store some additional metadata in a ``runtime.yml`` file in the
- *requires_ansible*:
The version of Ansible required to use the collection. Multiple versions can be separated with a comma.
The version of Ansible Core (ansible-core) required to use the collection. Multiple versions can be separated with a comma.
.. code:: yaml

Loading…
Cancel
Save