diff options
Diffstat (limited to '')
-rw-r--r-- | README.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst index e9a47d042..b2a32bd39 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ easy. More information on the Ansible `website <https://ansible.com/>`_. This is the ``ansible`` community package. The ``ansible`` python package contains a set of independent Ansible collections that are curated by the community, -and it pulls in `ansible-core <pypi.org/project/ansible-core/>`_. +and it pulls in `ansible-core <https://pypi.org/project/ansible-core/>`_. The ``ansible-core`` python package contains the core runtime and CLI tools, such as ``ansible`` and ``ansible-playbook``, while the ``ansible`` package contains extra modules, plugins, and roles. @@ -56,6 +56,10 @@ Issues with plugins and modules in the Ansible package should be reported on the individual collection's issue tracker. Issues with ``ansible-core`` should be reported on the `ansible-core issue tracker <https://github.com/ansible/ansible/issues/>`_. +Issues with the ``ansible`` package build process or serious bugs or +vulnerabilities in a collection that are not addressed after opening an issue +in the collection's issue tracker should be reported on +`ansible-build-data's issue tracker <https://github.com/ansible-community/ansible-build-data#issue-tracker>`_. Refer to the `Communication page <https://docs.ansible.com/ansible/latest/community/communication.html>`_ for a |