aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prometheus
diff options
context:
space:
mode:
Diffstat (limited to 'roles/prometheus')
-rw-r--r--roles/prometheus/handlers/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/prometheus/handlers/main.yml b/roles/prometheus/handlers/main.yml
index b19a054..2031275 100644
--- a/roles/prometheus/handlers/main.yml
+++ b/roles/prometheus/handlers/main.yml
@@ -1,12 +1,12 @@
---
-- name: reload the prometheus service
+- name: Reload the prometheus service
service:
name: prometheus
state: reloaded
tags:
- role::prometheus
-- name: restart the prometheus service
+- name: Restart the prometheus service
service:
name: prometheus
state: restarted