diff --git a/doc/HOWTOS.md b/doc/HOWTOS.md
index fa9745565079f009cee9a1404de7eb5c239bc7f6..6ac7fa5b4946d1e01bf7ac2fd3d8e13058261c08 100644
--- a/doc/HOWTOS.md
+++ b/doc/HOWTOS.md
@@ -27,6 +27,7 @@ Update configuration files in docker containers using Ansible
 
 To update configuration files for all docker containers together, run the following command:
 	ansible-playbook -i inventories soctools.yml -t update-config
+        
 To update configuration files only for specific services, run the following commands:
 	ansible-playbook -i inventories soctools.yml -t update-keycloak-config
 	ansible-playbook -i inventories soctools.yml -t update-thehive-config