From 7fcf406781d46325deb4ef30399db181e7db8aa6 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Thu, 8 Aug 2019 05:48:40 +0000 Subject: [PATCH] Update README: System updates --- cloud/ansible/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index 07668865..714311b6 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -38,7 +38,12 @@ Ansible works over the SSH Port, so you don't have to add any special rules to y ## Ansible Installation 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 install ansible`