EvoBSD/roles/collectd/handlers/main.yml

6 lines
96 B
YAML

---
- name: restart collectd
ansible.builtin.service:
name: collectd
state: restarted