mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 03:43:09 +00:00
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:
parent
6532e4745e
commit
b4fc64528b
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue