fix: change apt key

This commit is contained in:
Adrien Waksberg 2023-03-07 10:54:22 +01:00
parent 4426dbe53f
commit 4b97f2fea3
2 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
- add submode for inputs - add submode for inputs
### Fixed
- change apt key
## v1.0.0 - 2021-08-20 ## v1.0.0 - 2021-08-20
### Added ### Added

View file

@ -8,7 +8,7 @@
- name: add key for influx repository - name: add key for influx repository
ansible.builtin.apt_key: ansible.builtin.apt_key:
url: https://repos.influxdata.com/influxdb.key url: https://repos.influxdata.com/influxdata-archive_compat.key
tags: telegraf tags: telegraf
- name: add influx repository - name: add influx repository