[FIX] telegraf: apt repo for current debian distro

This commit is contained in:
Jannik Beyerstedt 2019-11-12 21:42:53 +01:00
parent e6db3ccc06
commit 2d8903efeb
1 changed files with 1 additions and 1 deletions

View File

@ -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