[FIX] telegraf: apt repo for current debian distro
This commit is contained in:
parent
e6db3ccc06
commit
2d8903efeb
|
@ -14,7 +14,7 @@
|
|||
- name: telegraf - Add Telegraf repo
|
||||
become: yes
|
||||
apt_repository:
|
||||
repo: deb https://repos.influxdata.com/debian stretch stable
|
||||
repo: "deb https://repos.influxdata.com/debian {{ ansible_distribution_release }} stable"
|
||||
state: present
|
||||
- name: telegraf - Install telegraf
|
||||
become: yes
|
||||
|
|
Loading…
Reference in a new issue