Update roles/influxdb_exporter/defaults/main.yml

Co-authored-by: gardar <gardar@users.noreply.github.com>
Signed-off-by: Davide Obbi <126786027+dobbi84@users.noreply.github.com>
Signed-off-by: dobbi84 <davide.obbi@e4company.com>
This commit is contained in:
Davide Obbi 2024-10-18 14:38:17 +02:00 committed by gardar
parent 6532e4745e
commit b4fc64528b

View file

@ -20,4 +20,4 @@ influxdb_exporter_system_group: "influxdb-exp"
influxdb_exporter_system_user: "{{ influxdb_exporter_system_group }}"
# Local path to stash the archive and its extraction
influxdb_exporter_local_cache_path: /tmp
influxdb_exporter_local_cache_path: "/tmp/influxdb_exporter-{{ ansible_system | lower }}-{{ _influxdb_exporter_go_ansible_arch }}/{{ influxdb_exporter_version }}"