fix(telegraf): use bullseye deb repository for apt

This commit is contained in:
Nathaniel Landau
2022-09-13 15:36:49 -04:00
parent f895c3ca42
commit c3fadb866b

View File

@@ -128,7 +128,7 @@
- name: Add telegraf repository to apt (Debian)
become: true
ansible.builtin.apt_repository:
repo: deb https://repos.influxdata.com/debian buster stable
repo: deb https://repos.influxdata.com/debian bullseye stable
state: present
when:
- ansible_os_family == 'Debian'