summaryrefslogtreecommitdiffstats
path: root/roles/oso_host_monitoring/handlers/main.yml
blob: 7863ad15badac15d556c731c65a24e37b18fb8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: "Restart the {{ osohm_host_monitoring }} service"
  service:
    name: "{{ osohm_host_monitoring }}"
    state: restarted
    enabled: yes

- name: "Restart the {{ osohm_zagg_client }} service"
  service:
    name: "{{ osohm_zagg_client }}"
    state: restarted
    enabled: yes