This commit is contained in:
parent
3d8072520e
commit
c79f497a09
@ -1,10 +1,10 @@
|
||||
---
|
||||
|
||||
- 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
|
||||
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
|
||||
apt: name=influxdb
|
||||
|
Loading…
Reference in New Issue
Block a user