roles/vm-*: Move to roles/vm/*
[noc.git] / ansible / roles / vm / host / handlers / main.yml
diff --git a/ansible/roles/vm/host/handlers/main.yml b/ansible/roles/vm/host/handlers/main.yml
new file mode 100644 (file)
index 0000000..158f4dc
--- /dev/null
@@ -0,0 +1,5 @@
+---
+- name: restart inetd
+  service:
+    name: openbsd-inetd
+    state: restarted