diff options
| author | Luke Hoersten <[email protected]> | 2020-02-10 09:02:51 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-10 09:02:51 -0600 |
| commit | 4626821faac754e918836774280fa5c69d10447f (patch) | |
| tree | e260bd03caedf12e7a8dc4755ee458861aed6c82 /prometheus/rpi-client/tasks | |
| parent | 75582f51a529a937f0d45b3a0520834e83c5fa88 (diff) | |
Added grafana restart handler.
Diffstat (limited to 'prometheus/rpi-client/tasks')
| -rw-r--r-- | prometheus/rpi-client/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus/rpi-client/tasks/main.yaml b/prometheus/rpi-client/tasks/main.yaml index a5cc8e0..db248ec 100644 --- a/prometheus/rpi-client/tasks/main.yaml +++ b/prometheus/rpi-client/tasks/main.yaml @@ -4,7 +4,7 @@ become: yes user: name="prometheus" groups="video" append="yes" -- name: install prometheus rpi exporter +- name: install prometheus rpi-exporter unarchive: src: "https://github.com/lukasmalkmus/rpi_exporter/releases/download/v{{prometheus_client_rpi_exporter_version}}/rpi_exporter-{{prometheus_client_rpi_exporter_version}}.linux-{{prometheus_client_arch}}.tar.gz" remote_src: yes |
