fix typo : python-apt not apt-python

This commit is contained in:
Bruno TATU 2017-05-18 16:22:05 +02:00
parent a4546b16c9
commit 1b274e8136
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ We recommend to install only the minimum packages. At the "tasksel" step, choose
When the server is installed and rebooted, with a functioning SSH access, make sure that those packages are installed, for Ansible to be able to run.
```
# apt install sudo dbus apt-python
# apt install sudo dbus python-apt
```
You'll need a privileged user (preferably not root, but a regular user with full sudo permissions).