Added missing handler

This commit is contained in:
2022-03-11 21:02:54 +13:00
parent 167c63676d
commit 0fb9e6903b

View File

@@ -19,6 +19,8 @@
value: "{{ common_grub_timeout }}" value: "{{ common_grub_timeout }}"
no_extra_spaces: yes no_extra_spaces: yes
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7'" when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7'"
notify: Update GRUB notify:
- Check if grub.cfg exists
- Update GRUB
tags: tags:
- grub - grub