summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2019-05-23 14:56:45 -0400
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-05-23 13:56:45 -0500
commit9ec7cdc4b0c4599d623fbbbd3d98035396860499 (patch)
tree1ab53f0201edb5060885e7a39716e5aa5e24e877 /docs
parent48189b95cded34fa6e25bf74b2cd43ad65d0f4b4 (diff)
downloadansible-9ec7cdc4b0c4599d623fbbbd3d98035396860499.tar.gz
Update RHEL repo for Ansible 2.8 (#56859) (#56868)
(cherry picked from commit 3129fc0b1730f4a088a45013923dfd117d829f77)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/installation_guide/intro_installation.rst12
1 files 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 05e9a3d4cc..5363342567 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 <https://access.redhat.com/articles/3174981>`_.
+RPMs for RHEL 7 and RHEL 8 are available from the `Ansible Engine repository <https://access.redhat.com/articles/3174981>`_.
-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 <https://fedoraproject.org/wiki/EPEL>`_ as well as `releases.ansible.com <https://releases.ansible.com/ansible/rpm>`_.