Fix permissions on prometheus.yml

This commit is contained in:
jeltz 2021-04-01 18:15:09 +02:00
parent f69dfd8799
commit 083fc4da9a
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
template:
src: "{{ item }}.j2"
dest: "/etc/prometheus/{{ item }}"
owner: root
group: root
owner: prometheus
group: prometheus
mode: u=r,g=r,o=
loop:
- prometheus.yml