Skip to content

Commit

Permalink
Update RHEL repo for Ansible 2.8 (ansible#56859)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3129fc0)
  • Loading branch information
samccann committed May 23, 2019
1 parent 8881adc commit 32cdea0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/docsite/rst/installation_guide/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_.

Expand Down

0 comments on commit 32cdea0

Please sign in to comment.