From: Yaniv Kaul Date: Thu, 21 Jun 2018 09:46:05 +0000 (+0300) Subject: Fix RHEL based Ansible installation X-Git-Tag: v3.2.0beta1~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=888fb4fcddd1ee74dc712bd7f1260ce27bfbedc1;p=ceph-ansible.git Fix RHEL based Ansible installation It is now on its own channel, not extras. Signed-off-by: Yaniv Kaul --- diff --git a/docs/source/index.rst b/docs/source/index.rst index 456c7e1d8..d0bbe1d48 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -34,11 +34,11 @@ You can install directly from the source on github by following these steps: Ansible on RHEL and CentOS -------------------------- -You can acquire Ansible on RHEL and CentOS by installing from `Extras `_. +You can acquire Ansible on RHEL and CentOS by installing from `Ansible channel `_. On RHEL:: - subscription-manager repos --enable=rhel-7-server-extras-rpms + subscription-manager repos --enable=rhel-7-server-ansible-2-rpms (CentOS does not use subscription-manager and already has "Extras" enabled by default.)