diff options
| author | Luke Hoersten <[email protected]> | 2020-05-16 10:23:01 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-16 10:23:01 -0500 |
| commit | 4bccd9192097e7c61591b2e26ee5263122c9f2f2 (patch) | |
| tree | bb6a71a6c3390f0fd39666e7a8b00369587d3077 /prometheus/rpi-client | |
| parent | 23f668e08d6704d8b7ddb074308c3abbed55877e (diff) | |
More fixes
Diffstat (limited to 'prometheus/rpi-client')
| -rw-r--r-- | prometheus/rpi-client/tasks/main.yaml | 1 |
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 |
