dj-wasabi / ansible-telegraf

Installing and configuring Telegraf via Ansible for RedHat/Debian/Ubuntu/Windows/Suse.
MIT License
134 stars 116 forks source link

Failing on Debian Bookwork, telegraf recomends stable main rather than specific release #175

Closed yenoromm closed 7 months ago

yenoromm commented 1 year ago

Describe the bug Failing on debian bookworm due to not following influxdata's recomendations

Installation method/version

Ansible Version

ansible [core 2.15.2]
  config file = /Users/xxx/git.xxx.io/ansible/ansible.cfg
  configured module search path = ['/Users/xxx/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /opt/homebrew/Cellar/ansible/8.2.0/libexec/lib/python3.11/site-packages/ansible
  ansible collection location = /Users/xxx/.ansible/collections:/usr/share/ansible/collections
  executable location = /opt/homebrew/bin/ansible
  python version = 3.11.4 (main, Jun 20 2023, 17:23:00) [Clang 14.0.3 (clang-1403.0.22.14.1)] (/opt/homebrew/Cellar/ansible/8.2.0/libexec/bin/python3.11)
  jinja version = 3.1.2
  libyaml = True

Targetted hosts Concerns the following OS(es):

Expected behavior Not use specific releases, instead use the "stable main" as per telegraf's maintainer

Additional context Issue showing maintainer directing people to the repo docs: https://github.com/influxdata/telegraf/issues/13458

Repo docs: https://repos.influxdata.com/debian/dists/

Relevant section:

echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
peterbaumert commented 7 months ago

@dj-wasabi could you release a new version with those fixes?

dj-wasabi commented 7 months ago

New version (0.14.1) is released on the galaxy.