summaryrefslogtreecommitdiff
path: root/roles/vm/guest/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-02 03:12:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-02 03:12:51 +0100
commitb9b2f51bc8547f0cb4f9c354956650841941f119 (patch)
tree1fd46f3597d106f040eb64b47e63ab7cc69bcf30 /roles/vm/guest/handlers/main.yml
parentsome variable cleanup (diff)
merge over installer roles from realraum repo
Diffstat (limited to 'roles/vm/guest/handlers/main.yml')
-rw-r--r--roles/vm/guest/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/vm/guest/handlers/main.yml b/roles/vm/guest/handlers/main.yml
new file mode 100644
index 00000000..5b57f3bc
--- /dev/null
+++ b/roles/vm/guest/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: restart rngd
+ service:
+ name: rng-tools
+ state: restarted