mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +01:00
Fix permissions
This commit is contained in:
parent
d64ad9797a
commit
ac03179a7a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
src: etc/default/prometheus-node-exporter.j2
|
||||
dest: /etc/default/prometheus-node-exporter
|
||||
owner: root
|
||||
group: "{{ prometheus_node_group }}"
|
||||
group: root
|
||||
mode: 0644
|
||||
vars:
|
||||
args: "{{ prometheus_node_exporter_args }}"
|
||||
|
|
Loading…
Reference in a new issue