summaryrefslogtreecommitdiffstats
path: root/roles/oso_host_monitoring/handlers/main.yml
blob: 3a5d8024c0a5e473cb41c72271b1911cf282815a (plain)
1
2
3
4
5
6
---
- name: "Restart the {{ osohm_host_monitoring }} service"
  service:
    name: "{{ osohm_host_monitoring }}"
    state: restarted
    enabled: yes