diff --git a/roles/prometheus/tasks/main.yml b/roles/prometheus/tasks/main.yml
index 8eec34e75feb96e7e0d582a42c1e0dc682454398..8ae973e8f3bfc85578de66ce4ba3da2941a6a8b0 100644
--- a/roles/prometheus/tasks/main.yml
+++ b/roles/prometheus/tasks/main.yml
@@ -3,7 +3,7 @@
 - name: Instal Prometheus
   apt:
     update_cache: true
-    name: prometheus 
+    name: prometheus
   register: apt_result
   retries: 3
   until: apt_result is succeeded