[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
|
- name: telegraf - Add Telegraf repo
|
||||||
become: yes
|
become: yes
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb https://repos.influxdata.com/debian stretch stable
|
repo: "deb https://repos.influxdata.com/debian {{ ansible_distribution_release }} stable"
|
||||||
state: present
|
state: present
|
||||||
- name: telegraf - Install telegraf
|
- name: telegraf - Install telegraf
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Reference in a new issue