mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:18:33 +01:00
fix: influx apt list/key double call
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user