ansible-role-telegraf/handlers/main.yml

6 lines
96 B
YAML
Raw Normal View History

2021-08-20 07:33:22 +00:00
---
2023-06-29 12:57:41 +00:00
- name: Restart telegraf
2021-08-20 07:33:22 +00:00
ansible.builtin.service:
name: telegraf
state: restarted