From ff0533ecd331d06b32aa294e6f292c39c39130d8 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 31 May 2021 14:41:10 +0200 Subject: [PATCH] move prometheus template conf to cong dir --- tasks/prometheus.yml | 2 +- templates/{ => conf}/prometheus.yml.j2 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{ => conf}/prometheus.yml.j2 (100%) diff --git a/tasks/prometheus.yml b/tasks/prometheus.yml index a6391db..8092431 100644 --- a/tasks/prometheus.yml +++ b/tasks/prometheus.yml @@ -29,7 +29,7 @@ - name: 'prometheus | server | copy config prometheus yml' template: - src: prometheus.yml.j2 + src: conf/prometheus.yml.j2 dest: /etc/prometheus/prometheus.yml owner: root group: root diff --git a/templates/prometheus.yml.j2 b/templates/conf/prometheus.yml.j2 similarity index 100% rename from templates/prometheus.yml.j2 rename to templates/conf/prometheus.yml.j2