diff --git a/docs/docsite/rst/intro_installation.rst b/docs/docsite/rst/intro_installation.rst index b4d596c3f97..ee875117fac 100644 --- a/docs/docsite/rst/intro_installation.rst +++ b/docs/docsite/rst/intro_installation.rst @@ -104,21 +104,23 @@ Installing the Control Machine Latest Release Via Yum ++++++++++++++++++++++ -RPMs are available from yum for `EPEL -`_ 6, 7, and currently supported -Fedora distributions. +.. note:: We’ve changed how the Ansible community packages are distributed. + For users of RHEL/CentOS/Scientific Linux version 7, the Ansible community RPM + package will transition from the EPEL repository to the Extras channel. There will be no + change for version 6 of RHEL/CentOS/Scientific Linux since Extras is not a part of version 6. -Ansible itself can manage earlier operating -systems that contain Python 2.6 or higher (so also EL6). +RPMs for RHEL7 are available from `the Extras channel `_. -Fedora users can install Ansible directly, though if you are using RHEL or CentOS and have not already done so, `configure EPEL `_ +RPMs for RHEL6 are available from yum for `EPEL +`_ 6 and currently supported +Fedora distributions. -.. code-block:: bash +Ansible will also have RPMs/YUM-repo available at ``_ page. +These releases are also tagged in the `git repository `_ with the release version. + + .. _from_source: Running From Source