From 7694fd6f9f7f9edca344e77ab382a2e7b8abcb3c Mon Sep 17 00:00:00 2001 From: Serge Bishyr Date: Thu, 20 Jul 2017 04:52:21 +0300 Subject: [PATCH] #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 --- docs/docsite/rst/intro_installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/intro_installation.rst b/docs/docsite/rst/intro_installation.rst index f1907e9652..2052d9c5dd 100644 --- a/docs/docsite/rst/intro_installation.rst +++ b/docs/docsite/rst/intro_installation.rst @@ -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