summaryrefslogtreecommitdiff
path: root/roles/vm/host/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-05-24 23:40:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2018-05-24 23:40:30 +0200
commit79c40fec07d7ea906cf1375fa93a4b202766ba79 (patch)
tree11266d83065f2507da0d1f118a8d832be82a13c2 /roles/vm/host/handlers
parentsome cleanups (diff)
move vm roles to subdir
Diffstat (limited to 'roles/vm/host/handlers')
-rw-r--r--roles/vm/host/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/vm/host/handlers/main.yml b/roles/vm/host/handlers/main.yml
new file mode 100644
index 00000000..158f4dcd
--- /dev/null
+++ b/roles/vm/host/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart inetd
+ service:
+ name: openbsd-inetd
+ state: restarted