Skip to content

Commit

Permalink
Merge pull request ansible#8122 from tgerla/ubuntu-docs-fix
Browse files Browse the repository at this point in the history
Docs: fix the name of the package that provides apt-add-repository on Ubuntu
  • Loading branch information
jimi-c committed Jul 16, 2014
2 parents ca918cd + bace3dc commit 1bdbea1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docsite/rst/intro_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,13 @@ To configure the PPA on your machine and install ansible run these commands:

.. code-block:: bash
$ sudo apt-get install apt-add-repository
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:rquillo/ansible
$ sudo apt-get update
$ sudo apt-get install ansible
.. note:: On older Ubuntu distributions, "software-properties-common" is called "python-software-properties".

Debian/Ubuntu packages can also be built from the source checkout, run:

.. code-block:: bash
Expand Down

0 comments on commit 1bdbea1

Please sign in to comment.