fix: change apt key
This commit is contained in:
parent
4426dbe53f
commit
4b97f2fea3
2 changed files with 5 additions and 1 deletions
|
@ -9,6 +9,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
|||
|
||||
- add submode for inputs
|
||||
|
||||
### Fixed
|
||||
|
||||
- change apt key
|
||||
|
||||
## v1.0.0 - 2021-08-20
|
||||
|
||||
### Added
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
- name: add key for influx repository
|
||||
ansible.builtin.apt_key:
|
||||
url: https://repos.influxdata.com/influxdb.key
|
||||
url: https://repos.influxdata.com/influxdata-archive_compat.key
|
||||
tags: telegraf
|
||||
|
||||
- name: add influx repository
|
||||
|
|
Loading…
Reference in a new issue