From 2e7ad0899f3740db63a26770076830cd50bdfebc Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 26 Jun 2014 10:23:55 -0400 Subject: [PATCH] Update docs to mention new PPA --- docsite/rst/intro_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index e58fe68a06a..410284ab7d6 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -171,14 +171,14 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use Latest Releases Via Apt (Ubuntu) ++++++++++++++++++++++++++++++++ -Ubuntu builds are available `in a PPA here `_. +Ubuntu builds are available `in a PPA here `_. To configure the PPA on your machine and install ansible run these commands: .. code-block:: bash $ sudo apt-get install software-properties-common - $ sudo apt-add-repository ppa:rquillo/ansible + $ sudo apt-add-repository ppa:ansible/ansible $ sudo apt-get update $ sudo apt-get install ansible