summaryrefslogtreecommitdiff
path: root/roles/vm-host/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-11-22 23:34:09 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-11-22 23:34:09 +0100
commitddb43fb5860676f7e3292fdd65856572339ebce7 (patch)
tree68a1f2108c969cb9954d569adcc1029974cda89a /roles/vm-host/handlers
parentminor cleanup (diff)
added inital role vm-host
Diffstat (limited to 'roles/vm-host/handlers')
-rw-r--r--roles/vm-host/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/vm-host/handlers/main.yaml b/roles/vm-host/handlers/main.yaml
new file mode 100644
index 00000000..158f4dcd
--- /dev/null
+++ b/roles/vm-host/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+- name: restart inetd
+ service:
+ name: openbsd-inetd
+ state: restarted