docs: use apt instead of apt-get

Signed-off-by: Christian Berendt <berendt@b1-systems.de>
pull/2847/head
Christian Berendt 2018-07-04 10:39:52 +02:00 committed by mergify[bot]
parent 3abc253fec
commit a8b163a84f
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ You can acquire Ansible on Ubuntu by using the `Ansible PPA <https://launchpad.n
::
sudo add-apt-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
sudo apt update
sudo apt install ansible
Releases