src.nth.io/

summaryrefslogtreecommitdiff
path: root/prometheus
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus')
-rw-r--r--prometheus/rpi-client/tasks/main.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prometheus/rpi-client/tasks/main.yaml b/prometheus/rpi-client/tasks/main.yaml
index 7e4fbc5..b292d24 100644
--- a/prometheus/rpi-client/tasks/main.yaml
+++ b/prometheus/rpi-client/tasks/main.yaml
@@ -18,6 +18,7 @@
regexp: "^ExecStart=/usr/local/bin/rpi_exporter"
line: "ExecStart=/usr/local/bin/rpi_exporter --no-collector.gpu"
when: not prometheus_client_rpi_collect_gpu_temp
+ changed_when: false
- name: install systemd service for rpi-exporter
become: yes