Merge pull request #61 from tszym/pin-apt-key-id

Pin apt key ID
This commit is contained in:
Werner Dijkerman
2018-11-20 07:04:37 +01:00
committed by GitHub

View File

@ -15,6 +15,7 @@
- name: Download Telegraf apt key.
apt_key:
url: "https://repos.influxdata.com/influxdb.key"
id: 2582E0C5
state: present
become: yes