Skip to content

Commit

Permalink
Merge pull request #58 from systemli/rely-on-var-tmp-instead-of-tmp
Browse files Browse the repository at this point in the history
Rely on /var/tmp, instead of /tmp, to store temporary data
  • Loading branch information
nevart authored Apr 26, 2024
2 parents 8ca43ff + 124ebde commit fba675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
prometheus_jitsi_meet_exporter_checksum_url: https://github.com/systemli/prometheus-jitsi-meet-exporter/releases/download/{{ prometheus_jitsi_meet_exporter_version }}/checksums.txt
prometheus_jitsi_meet_exporter_download_url: https://github.com/systemli/prometheus-jitsi-meet-exporter/releases/download/{{ prometheus_jitsi_meet_exporter_version }}/prometheus-jitsi-meet-exporter_{{ prometheus_jitsi_meet_exporter_version }}_linux_{{ go_arch_map[ansible_architecture] | d(ansible_architecture) }}.tar.gz
prometheus_jitsi_meet_exporter_tmp_file: /tmp/prometheus-jitsi-meet-exporter_{{ prometheus_jitsi_meet_exporter_version }}_linux_{{ go_arch_map[ansible_architecture] | d(ansible_architecture) }}.tar.gz
prometheus_jitsi_meet_exporter_tmp_file: /var/tmp/prometheus-jitsi-meet-exporter_{{ prometheus_jitsi_meet_exporter_version }}_linux_{{ go_arch_map[ansible_architecture] | d(ansible_architecture) }}.tar.gz

go_arch_map:
i386: '386'
Expand Down

0 comments on commit fba675b

Please sign in to comment.