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