mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 01:43:40 -05:00
fix(telegraf): use bullseye deb repository for apt
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
- name: Add telegraf repository to apt (Debian)
|
- name: Add telegraf repository to apt (Debian)
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt_repository:
|
ansible.builtin.apt_repository:
|
||||||
repo: deb https://repos.influxdata.com/debian buster stable
|
repo: deb https://repos.influxdata.com/debian bullseye stable
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'Debian'
|
- ansible_os_family == 'Debian'
|
||||||
|
|||||||
Reference in New Issue
Block a user