summaryrefslogtreecommitdiff
path: root/roles/vm/host/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-09 01:53:23 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-09 01:53:23 +0100
commit755a54f2233e2aa9a27d3ab018879f7efbe8c501 (patch)
tree5d61aaafac00352b99a52dc20e13ba3fd7a35f34 /roles/vm/host/handlers/main.yml
parentfixed acmetool self-signed cert handling (diff)
parentvm installation works now again (diff)
Merge branch 'new-repo-structure'
Diffstat (limited to 'roles/vm/host/handlers/main.yml')
-rw-r--r--roles/vm/host/handlers/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/vm/host/handlers/main.yml b/roles/vm/host/handlers/main.yml
index 158f4dcd..6541dd80 100644
--- a/roles/vm/host/handlers/main.yml
+++ b/roles/vm/host/handlers/main.yml
@@ -1,5 +1,5 @@
---
-- name: restart inetd
+- name: restart haveged
service:
- name: openbsd-inetd
+ name: haveged
state: restarted