You've already forked ansible-role-common
Grub tasks for RHEL > 6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user