diff options
-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 |