ansible/roles/telegraf/handlers/main.yml

9 lines
140 B
YAML
Raw Normal View History

2020-08-30 19:35:18 -05:00
#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart telegraf
systemd:
name: telegraf
state: restarted
become: yes