forked from ISTI-ansible-roles/ansible-roles
library/roles/prometheus-node-exporter/templates/node_exporter.systemd.j2: Fix a wrong variable.
This commit is contained in:
parent
088978eafd
commit
de8bd78c8d
|
@ -5,8 +5,8 @@ After=network.target
|
|||
[Service]
|
||||
Type=simple
|
||||
|
||||
User={{ prometheus_user }}
|
||||
Group={{ prometheus_user }}
|
||||
User={{ prometheus_n_e_user }}
|
||||
Group={{ prometheus_n_e_user }}
|
||||
|
||||
ExecStart={{ prometheus_n_e_cmd }} {{ prometheus_n_e_opts }} {{ prometheus_n_e_additional_opts }} --collector.systemd
|
||||
|
||||
|
|
Loading…
Reference in New Issue