This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/jitsi-enable-stats/handlers/main.yml
T
2020-05-26 11:20:42 +02:00

9 lines
123 B
YAML

---
- name: restart telegraf
systemd:
name: telegraf
state: restarted
daemon_reload: true
enabled: true