fix: influx apt list/key double call

This commit is contained in:
2023-03-16 09:48:16 +01:00
parent 151e580abe
commit f392eeb54f
6 changed files with 6 additions and 59 deletions

View File

@@ -1,10 +1,10 @@
- name: Copy telegraf-key
- name: Copy influx apt keyring
copy:
src: influxdb.key
dest: /etc/apt/trusted.gpg.d/influxdb.asc
mode: 0644
src: influx-repo.gpg
dest: /usr/share/keyrings/
mode: 644
notify:
apt update
- apt update
- name: Add Influx repo
copy: