diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index ee6d889acdb..deeabd64478 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -103,12 +103,19 @@ On Fedora: $ sudo dnf install ansible -On RHEL and CentOS: +On RHEL: .. code-block:: bash $ sudo yum install ansible +On CentOS: + +.. code-block:: bash + + $ 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: