dj-wasabi / ansible-telegraf

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

Change Debian repo location #179

Closed danclough closed 1 year ago

danclough commented 1 year ago

Description of PR Changing the Debian repo to use "stable/main" instead of release-specific repos, per InfluxDB team suggestion in https://github.com/influxdata/telegraf/issues/13458

Type of change Bugfix Pull Request

Fixes an issue https://github.com/dj-wasabi/ansible-telegraf/issues/175

dj-wasabi commented 1 year ago

Hi @danclough I noticed a merge conflict, are you able to fix it?

dj-wasabi commented 1 year ago

Please also rebase from master as the molecule tests are fixed now.

danclough commented 1 year ago

Rebased and pushed to my branch. It appears that the Debian 9 test is failing due to the Debian Stretch repo moving to the archive mirror.

dj-wasabi commented 1 year ago

@danclough ah ok! I also noticed it is out of support. I will fix it later, will merge the PR. Thank you! 👍