mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-25 03:01:08 +01:00
Fix TLS config ownership
This commit is contained in:
parent
ad6a46af11
commit
ee169d0b73
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
template:
|
template:
|
||||||
src: prometheus-node-exporter-webconfig.yml.j2
|
src: prometheus-node-exporter-webconfig.yml.j2
|
||||||
dest: /etc/prometheus/tls/config.yml
|
dest: /etc/prometheus/tls/config.yml
|
||||||
|
owner: prometheus
|
||||||
|
group: prometheus
|
||||||
|
|
||||||
- name: render /etc/default/prometheus-node-exporter
|
- name: render /etc/default/prometheus-node-exporter
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue