influxdb: use proper repo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Markus 2021-09-06 13:37:18 +02:00
parent 3d8072520e
commit c79f497a09

View File

@ -1,10 +1,10 @@
--- ---
- name: Enable influxdb apt-key - name: Enable influxdb apt-key
apt_key: url='https://repos.influxdata.com/influxdb.key' apt_key: url="https://repos.influxdata.com/influxdb.key"
- name: Enable influxdb repository - name: Enable influxdb repository
apt_repository: repo='deb https://repos.influxdata.com/debian buster stable' apt_repository: repo="deb https://repos.influxdata.com/debian {{ ansible_distribution_release }} stable"
- name: Install influxdb - name: Install influxdb
apt: name=influxdb apt: name=influxdb