summaryrefslogtreecommitdiffstats
path: root/roles/oso_host_monitoring/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/oso_host_monitoring/handlers/main.yml')
-rw-r--r--roles/oso_host_monitoring/handlers/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/oso_host_monitoring/handlers/main.yml b/roles/oso_host_monitoring/handlers/main.yml
deleted file mode 100644
index 3a5d8024c..000000000
--- a/roles/oso_host_monitoring/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: "Restart the {{ osohm_host_monitoring }} service"
- service:
- name: "{{ osohm_host_monitoring }}"
- state: restarted
- enabled: yes