Fix incorrect source template path

This commit is contained in:
Joshua Boniface 2023-12-28 11:36:27 -05:00
parent 687d8f31bb
commit 3be0da1e21
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
- name: install Prometheus zookeeper exporter config if enabled - name: install Prometheus zookeeper exporter config if enabled
template: template:
src: patroni/prometheus.env.j2 src: zookeeper/prometheus.env.j2
dest: /etc/default/prometheus-zookeeper-exporter dest: /etc/default/prometheus-zookeeper-exporter
owner: prometheus owner: prometheus
group: prometheus group: prometheus