aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles')
-rw-r--r--ansible/roles/prometheus/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/prometheus/tasks/main.yml b/ansible/roles/prometheus/tasks/main.yml
index 9333c57..7fd32c4 100644
--- a/ansible/roles/prometheus/tasks/main.yml
+++ b/ansible/roles/prometheus/tasks/main.yml
@@ -37,7 +37,7 @@
copy:
content: |
# Ansible managed
- {{ prometheus_rules | to_nice_yaml }}
+ {{ prometheus_rules }}
dest: /etc/prometheus/rules.yml
owner: prometheus
group: prometheus