aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prometheus
diff options
context:
space:
mode:
Diffstat (limited to 'roles/prometheus')
-rw-r--r--roles/prometheus/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/prometheus/tasks/main.yml b/roles/prometheus/tasks/main.yml
index 08aff38..67fa12d 100644
--- a/roles/prometheus/tasks/main.yml
+++ b/roles/prometheus/tasks/main.yml
@@ -1,12 +1,12 @@
---
-- name: install prometheus
+- name: Install prometheus
package:
name: prometheus
state: present
tags:
- role::prometheus
-- name: configure prometheus command line options
+- name: Configure prometheus command line options
lineinfile:
path: /etc/default/prometheus
regexp: ^ARGS.*
@@ -18,7 +18,7 @@
notify:
- restart the prometheus service
-- name: configure prometheus
+- name: Configure prometheus
copy:
content: |
# Ansible managed