Skip to content

Commit

Permalink
[change] Pinned InfluxDB to 1.11.7-1
Browse files Browse the repository at this point in the history
InfluxDB=1.11.8-1 contains a bug in the pre-install script.
For more info, check influxdata/influxdb#25571

Added "curl" to system dependencies.
  • Loading branch information
pandafy authored Nov 25, 2024
1 parent 9d4fb2f commit cd285bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
apt:
name:
- rsyslog
- curl
cache_valid_time: 3000
state: latest
tags: [influxdb]
Expand All @@ -50,7 +51,7 @@

- name: Install influxdb (update apt cache first)
apt:
name: influxdb
name: "influxdb=1.11.7-1"
state: latest
notify: restart influxdb
tags: [influxdb]
Expand Down

0 comments on commit cd285bf

Please sign in to comment.