ansible-role-telegraf/handlers/main.yml

6 lines
96 B
YAML
Raw Normal View History

2021-08-20 07:33:22 +00:00
---
- name: restart telegraf
ansible.builtin.service:
name: telegraf
state: restarted