#27045 fix installation guide via apt (ubuntu) (#27049)

* #27045 fix installation guide via apt (ubuntu)

* Update intro_installation.rst

Re-added apt-get update as it is needed to get the latest package index from ppa:ansible/ansible
This commit is contained in:
Serge Bishyr 2017-07-20 04:52:21 +03:00 committed by Jordan Borean
parent f40db199aa
commit 7694fd6f9f

View file

@ -138,6 +138,7 @@ To configure the PPA on your machine and install ansible run these commands:
.. code-block:: bash
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update