summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong He <68936428+unnecessary-username@users.noreply.github.com>2022-04-14 00:34:45 +0800
committerGitHub <noreply@github.com>2022-04-13 11:34:45 -0500
commit402d914841344df07b596826dc06a9f28a5d5b59 (patch)
tree695883ce767523a356fbdabcca1755192e697a5d
parentd4458925c6fc504c8efe6099b2070151b65e50eb (diff)
downloadansible-402d914841344df07b596826dc06a9f28a5d5b59.tar.gz
Backport #76801 (#77295)
-rw-r--r--docs/docsite/rst/installation_guide/intro_installation.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst
index 6702d2730b..b6047729af 100644
--- a/docs/docsite/rst/installation_guide/intro_installation.rst
+++ b/docs/docsite/rst/installation_guide/intro_installation.rst
@@ -85,6 +85,7 @@ Ansible also distributes a minimalist object called ``ansible-core`` (or ``ansib
You can choose any of the following ways to install ``ansible-core``:
* Install ``ansible-core`` (version 2.11 and greater) or ``ansible-base`` (version 2.10) with ``pip``.
+* Install ``ansible-core`` (version 2.11 and greater) RPM package with ``dnf``.
* Install ``ansible-core`` from source from the ansible/ansible GitHub repository to access the development (``devel``) version to develop or test the latest features.
.. note::
@@ -255,10 +256,6 @@ To enable the Ansible Engine repository for RHEL 7, run the following command:
RPMs for currently supported versions of RHEL and CentOS are also available from `EPEL <https://fedoraproject.org/wiki/EPEL>`_.
-.. note::
-
- Since Ansible 2.10 for RHEL is not available at this time, continue to use Ansible 2.9.
-
Ansible can manage older operating systems that contain Python 2.6 or higher.
.. _from_apt: