summaryrefslogtreecommitdiff
path: root/roles/vm/guest/base/handlers
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-11 02:58:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-11 02:58:28 +0200
commit49c58d575f420165f7d8341bccb8b4ba4629e735 (patch)
treedfbfe6a937ec04fa7d48de8c1d08a1596ba837b2 /roles/vm/guest/base/handlers
parentMerge branch 'topic/debian-installer-verification' (diff)
parentch-gnocchi: remove temporary interface config (diff)
Merge branch 'topic/vm-host-network'
Diffstat (limited to 'roles/vm/guest/base/handlers')
-rw-r--r--roles/vm/guest/base/handlers/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/vm/guest/base/handlers/main.yml b/roles/vm/guest/base/handlers/main.yml
new file mode 100644
index 00000000..2dfdddcb
--- /dev/null
+++ b/roles/vm/guest/base/handlers/main.yml
@@ -0,0 +1,8 @@
+---
+- name: update grub
+ command: /usr/sbin/update-grub
+
+- name: restart rngd
+ service:
+ name: rng-tools
+ state: restarted