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/
This commit is contained in:
Richard Megginson
2021-10-29 08:01:51 -07:00
committed by GitHub
parent 0b0acef423
commit 360a3d2431
@@ -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