From 0fb9e6903b8fdd111b2de77d444a2ebefb2538f6 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 11 Mar 2022 21:02:54 +1300 Subject: [PATCH] Added missing handler --- tasks/grub.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/grub.yml b/tasks/grub.yml index 73b7aeb..864c26c 100644 --- a/tasks/grub.yml +++ b/tasks/grub.yml @@ -19,6 +19,8 @@ value: "{{ common_grub_timeout }}" no_extra_spaces: yes when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7'" - notify: Update GRUB + notify: + - Check if grub.cfg exists + - Update GRUB tags: - grub \ No newline at end of file