Grub tasks for RHEL > 6

This commit is contained in:
2022-03-14 22:51:48 +13:00
parent 93655e0a3f
commit fd75e6421c

View File

@@ -18,7 +18,7 @@
option: GRUB_TIMEOUT
value: "{{ common_grub_timeout }}"
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 > '6'"
notify:
- Check if grub.cfg exists
- Update GRUB