# HG changeset patch # User Luke Hoersten # Date 1590368699 18000 # Node ID bf16f2477a111d77611d3c1e0cc81376b2a790e9 # Parent a0f74d2bb1d16b41614f3a3e93b90c735d0974ee Do not re-download each time. diff -r a0f74d2bb1d1 -r bf16f2477a11 prometheus/rpi-client/tasks/main.yaml --- a/prometheus/rpi-client/tasks/main.yaml Sat May 16 12:57:11 2020 -0500 +++ b/prometheus/rpi-client/tasks/main.yaml Sun May 24 20:04:59 2020 -0500 @@ -8,7 +8,8 @@ unarchive: src: "{{prometheus_client_rpi_src}}" remote_src: yes - dest: "/tmp/" + dest: "/tmp" + creates: "/tmp/{{prometheus_client_rpi_dest}}" notify: restart rpi_exporter - name: disable GPU temp scraping