From 360a3d24314b7a3a11c2ab0eea8e511fd560091b Mon Sep 17 00:00:00 2001 From: Richard Megginson Date: Fri, 29 Oct 2021 09:01:51 -0600 Subject: [PATCH] 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/ --- docs/docsite/rst/dev_guide/developing_collections_structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections_structure.rst b/docs/docsite/rst/dev_guide/developing_collections_structure.rst index bbba79fb7c6..4fc6faa1808 100644 --- a/docs/docsite/rst/dev_guide/developing_collections_structure.rst +++ b/docs/docsite/rst/dev_guide/developing_collections_structure.rst @@ -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