infra/roles/common-telegraf/handlers/main.yml

7 lines
81 B
YAML

---
- name: restart telegraf
service:
name: telegraf
state: restarted