diff --git a/README.rst b/README.rst index ae99bffdfd9..87279b1ecea 100644 --- a/README.rst +++ b/README.rst @@ -32,8 +32,6 @@ You can install a released version of Ansible with ``pip`` or a package manager. `installation guide `_ for details on installing Ansible on a variety of platforms. -Red Hat offers supported builds of `Ansible Engine `_. - Power users and developers can run the ``devel`` branch, which has the latest features and fixes, directly. Although it is reasonably stable, you are more likely to encounter breaking changes when running the ``devel`` branch. We recommend getting involved diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 5d2ec3daff4..39fcc569601 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -239,20 +239,6 @@ On CentOS: $ sudo yum install epel-release $ sudo yum install ansible -RPMs for RHEL 7 and RHEL 8 are available from the `Ansible Engine repository `_. - -To enable the Ansible Engine repository for RHEL 8, run the following command: - -.. code-block:: bash - - $ sudo subscription-manager repos --enable ansible-2.9-for-rhel-8-x86_64-rpms - -To enable the Ansible Engine repository for RHEL 7, run the following command: - -.. code-block:: bash - - $ sudo subscription-manager repos --enable rhel-7-server-ansible-2.9-rpms - RPMs for currently supported versions of RHEL and CentOS are also available from `EPEL `_. .. note::