Fix incorrect source template path
This commit is contained in:
parent
687d8f31bb
commit
3be0da1e21
|
@ -33,7 +33,7 @@
|
|||
|
||||
- name: install Prometheus zookeeper exporter config if enabled
|
||||
template:
|
||||
src: patroni/prometheus.env.j2
|
||||
src: zookeeper/prometheus.env.j2
|
||||
dest: /etc/default/prometheus-zookeeper-exporter
|
||||
owner: prometheus
|
||||
group: prometheus
|
||||
|
|
Loading…
Reference in New Issue