EvoBSD/roles/collectd/handlers/main.yml

11 lines
153 B
YAML
Raw Normal View History

2020-04-21 19:30:06 +02:00
---
- name: restart collectd
service:
name: collectd
state: restarted
- name: reload unbound
service:
name: unbound
state: reloaded