From 3c09e7d93d34f1fee49e5fc90f9f1f089c5ac33a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 3 Feb 2019 04:36:37 +0100 Subject: merge linux command line support from realraum repo --- roles/base/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/base/handlers/main.yml (limited to 'roles/base/handlers') diff --git a/roles/base/handlers/main.yml b/roles/base/handlers/main.yml new file mode 100644 index 00000000..a23868cf --- /dev/null +++ b/roles/base/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: update grub + command: update-grub -- cgit v1.2.3