Update README: System updates

This commit is contained in:
Sebastian Haderecker 2019-08-08 05:48:40 +00:00
parent 579aaaa577
commit 7fcf406781

View file

@ -38,7 +38,12 @@ Ansible works over the SSH Port, so you don't have to add any special rules to y
<a name="ansible"></a> <a name="ansible"></a>
## Ansible Installation ## Ansible Installation
Example for Ubuntu 18.04: Example for Ubuntu 18.04:
At first we need to add the repository and install Ansible:
At first we update the system:
`sudo apt update`
`sudo apt dist-upgrade`
Then we need to add the repository and install Ansible:
`sudo apt-add-repository --yes --update ppa:ansible/ansible` `sudo apt-add-repository --yes --update ppa:ansible/ansible`
`sudo apt install ansible` `sudo apt install ansible`