Update intro_installation.rst (#72586)

This commit is contained in:
Ashwini Mhatre 2020-11-11 21:14:50 +05:30 committed by GitHub
parent 03a395cba4
commit 8c67432fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <https://access.redhat.com/articles/3174981>`_.
To enable the Ansible Engine repository for RHEL 8, run the following command: