Fix permissions on prometheus.yml

This commit is contained in:
jeltz 2021-04-01 18:15:09 +02:00
parent f69dfd8799
commit 083fc4da9a

View file

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