From 7e730fce2f8d6a716277642dda308c37d0f71846 Mon Sep 17 00:00:00 2001
From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch>
Date: Thu, 17 Aug 2023 10:11:37 +0200
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4220932..28f77a5 100644
--- a/README.md
+++ b/README.md
@@ -41,12 +41,12 @@ lcl$ ansible --version
   traffic from anywhere (0.0.0.0/0).
 
   1. Create a VM instance with the following characteristics:
-    - OS: any GNU/Linux distribution using the `apt` package manager. Tested
-      on Debian 11 (Bullseye) and Ubuntu Server 20.04 LTS
-    - type: the smallest capable of running the above OS. 1 core, 1GB RAM,
-      10GB virtual disk should be enough.
-    - security group/policy: the one you created above
-    - key pair: the one you created above
+     - OS: any GNU/Linux distribution using the `apt` package manager. Tested
+       on Debian 11 (Bullseye) and Ubuntu Server 20.04 LTS
+     - type: the smallest capable of running the above OS. 1 core, 1GB RAM,
+       10GB virtual disk should be enough.
+     - security group/policy: the one you created above
+     - key pair: the one you created above
 
 After launching make sure you can SSH into the VM using your
 `<your-private-key>` (must be a full path):
-- 
GitLab