diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 9bdb01e491..bb4460511d 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -147,8 +147,7 @@ To configure the PPA on your machine and install ansible run these commands: $ sudo apt-get update $ sudo apt-get install software-properties-common - $ sudo apt-add-repository ppa:ansible/ansible - $ sudo apt-get update + $ sudo apt-add-repository --yes --update ppa:ansible/ansible $ sudo apt-get install ansible .. note:: On older Ubuntu distributions, "software-properties-common" is called "python-software-properties".