From 9ec7cdc4b0c4599d623fbbbd3d98035396860499 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 23 May 2019 14:56:45 -0400 Subject: [PATCH] Update RHEL repo for Ansible 2.8 (#56859) (#56868) (cherry picked from commit 3129fc0b1730f4a088a45013923dfd117d829f77) --- .../rst/installation_guide/intro_installation.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 05e9a3d4cc4..53633425677 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -113,13 +113,19 @@ On RHEL and CentOS: $ sudo yum install ansible -RPMs for RHEL 7 are available from the `Ansible Engine repository `_. +RPMs for RHEL 7 and RHEL 8 are available from the `Ansible Engine repository `_. -To enable the Ansible Engine repository, run the following command: +To enable the Ansible Engine repository for RHEL 8, run the following command: .. code-block:: bash - $ sudo subscription-manager repos --enable rhel-7-server-ansible-2.7-rpms + $ sudo subscription-manager repos --enable rhel-8-server-ansible-2.8-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.8-rpms RPMs for currently supported versions of RHEL, CentOS, and Fedora are available from `EPEL `_ as well as `releases.ansible.com `_.