From fde2fd9118e62a6af6a98fca9058de5afc26070f Mon Sep 17 00:00:00 2001 From: guisea Date: Wed, 27 Jun 2018 14:53:22 +1200 Subject: [PATCH] Added handler updating GRUB on RHEL7 --- handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handlers/main.yml b/handlers/main.yml index 10deb26..2fbbe0a 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -22,3 +22,6 @@ service: name: NetworkManager state: restarted + +- name: Update GRUB + command: /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg