Fix permissions on prometheus.yml
This commit is contained in:
parent
f69dfd8799
commit
083fc4da9a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue