You've already forked ansible-role-common
Grub tasks for RHEL > 6
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
option: GRUB_TIMEOUT
|
option: GRUB_TIMEOUT
|
||||||
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 > '6'"
|
||||||
notify:
|
notify:
|
||||||
- Check if grub.cfg exists
|
- Check if grub.cfg exists
|
||||||
- Update GRUB
|
- Update GRUB
|
||||||
|
|||||||
Reference in New Issue
Block a user