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:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "/etc/prometheus/{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
owner: prometheus
|
||||
group: prometheus
|
||||
mode: u=r,g=r,o=
|
||||
loop:
|
||||
- prometheus.yml
|
||||
|
|
Loading…
Reference in a new issue