* #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:
parent
f40db199aa
commit
7694fd6f9f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue