Ansible_workstation/roles/collectd/handlers/main.yml

7 lines
109 B
YAML

---
# handlers file for collectd
- name: Restart collectd
systemd:
name: collectd
state: restarted