diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 99adecab62..e1b5da602e 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 `_.