mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user