telegraf: add CPU temperature on Raspberry Pi

This commit is contained in:
Jannik Beyerstedt 2020-04-30 22:41:26 +02:00
parent 61c0edbd88
commit df5f0a6fc6
2 changed files with 10 additions and 0 deletions

View file

@ -17,6 +17,7 @@
state: restarted
- name: Enable and restart telegraf
become: yes
service:
name: telegraf
state: restarted