Skip to content

Commit

Permalink
Merge pull request ansible#8142 from jlaska/updated_ppa
Browse files Browse the repository at this point in the history
Update docs to mention new PPA
  • Loading branch information
jimi-c committed Jul 17, 2014
2 parents 0fad957 + 2e7ad08 commit 7c2cb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsite/rst/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://launchpad.net/~rquillo/+archive/ansible>`_.
Ubuntu builds are available `in a PPA here <https://launchpad.net/~ansible/+archive/ansible>`_.

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
Expand Down

0 comments on commit 7c2cb58

Please sign in to comment.