summaryrefslogtreecommitdiff
path: root/roles/vm/host/base/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-07 22:09:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-11 02:29:02 +0200
commit6eacc2ad5539abf37dc90cd378b44320f7758869 (patch)
treeeacbf207b610a8ee93f830b381d91491671f6ae5 /roles/vm/host/base/handlers/main.yml
parentch-oulu: interface config (diff)
refactor vm role names
Diffstat (limited to 'roles/vm/host/base/handlers/main.yml')
-rw-r--r--roles/vm/host/base/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/vm/host/base/handlers/main.yml b/roles/vm/host/base/handlers/main.yml
new file mode 100644
index 00000000..6541dd80
--- /dev/null
+++ b/roles/vm/host/base/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart haveged
+ service:
+ name: haveged
+ state: restarted