From dad3ed514f32a30e76aacc182935bacd58bb57f3 Mon Sep 17 00:00:00 2001
From: Alessandro Costantini <alessandro.costantini@cnaf.infn.it>
Date: Wed, 22 Jun 2022 07:12:35 +0200
Subject: [PATCH] Update README.md

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

diff --git a/ansible/roles/slat/README.md b/ansible/roles/slat/README.md
index acbd1db..7099fae 100644
--- a/ansible/roles/slat/README.md
+++ b/ansible/roles/slat/README.md
@@ -67,17 +67,17 @@ Once deployed, slat won't contain any sla, so one thing to do is to insert it ma
 
 3. In order to complete the creation of a new SLA, you have to specify:
 
-  - Service: you can only choose from the services provided from the cmdb (to see which ones are available you can see the "Provider" section in the SLAT upper menu)
+    - Service: you can only choose from the services provided from the cmdb (to see which ones are available you can see the "Provider" section in the SLAT upper menu)
 
-  - Customer Group: the IAM group that allow to deploy in the choosen service (you must be part of that group to define a SLA for it).
+    - Customer Group: the IAM group that allow to deploy in the choosen service (you must be part of that group to define a SLA for it).
 
- - Effective from: starting date of validity.
+   - Effective from: starting date of validity.
 
- - Expiration Date: date of expiration of the sla.
+   - Expiration Date: date of expiration of the sla.
 
- - Allocated resources: in this subsection you have to establish the maximum number of resources (VM , vCPUs, RAM, Public IPs, Storage) available for the sla, the PaaS will allow deployments until the total sum of the active deployments resources exceded the number agreed in the SLA.
+   - Allocated resources: in this subsection you have to establish the maximum number of resources (VM , vCPUs, RAM, Public IPs, Storage) available for the sla, the PaaS will allow deployments until the total sum of the active deployments resources exceded the number agreed in the SLA.
 
-When you filled all fields click the SEND button below to confirm the creation.
+  When you filled all fields click the SEND button below to confirm the creation.
 
 4. If all goes as expected, a green banner on top of the SLAs Page appears.
 
-- 
GitLab