diff options
author | 2024-06-01 20:09:36 +0100 | |
---|---|---|
committer | 2024-06-01 20:09:36 +0100 | |
commit | f3d4177f77ff275ba6a775fe6cef44e3ef60a781 (patch) | |
tree | 691bf8de13b5835cc8f53b544e470ab330221bfb | |
parent | Update Prometheus config to include Postgres exporter (diff) |
Template config instead of YAML copy for Prometheus
-rw-r--r-- | ansible/roles/prometheus/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/prometheus/tasks/main.yml b/ansible/roles/prometheus/tasks/main.yml index 2d4bf76..2c80e81 100644 --- a/ansible/roles/prometheus/tasks/main.yml +++ b/ansible/roles/prometheus/tasks/main.yml @@ -57,7 +57,7 @@ copy: content: | # Ansible managed - {{ prometheus_configuration | to_nice_yaml }} + {{ prometheus_configuration }} dest: /etc/prometheus/prometheus.yml owner: prometheus group: prometheus |