#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
pull/27055/head
Serge Bishyr 7 years ago committed by Jordan Borean
parent f40db199aa
commit 7694fd6f9f

@ -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

Loading…
Cancel
Save