You've already forked ansible-role-common
Extra spaces break config. These are now removed.
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
option: timeout
|
option: timeout
|
||||||
value: "{{ common_grub_timeout }}"
|
value: "{{ common_grub_timeout }}"
|
||||||
state: present
|
state: present
|
||||||
|
no_extra_spaces: yes
|
||||||
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6'"
|
when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6'"
|
||||||
tags:
|
tags:
|
||||||
- grub
|
- grub
|
||||||
@@ -16,6 +17,7 @@
|
|||||||
section: null
|
section: null
|
||||||
option: GRUB_TIMEOUT
|
option: GRUB_TIMEOUT
|
||||||
value: "{{ common_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 == '7'"
|
||||||
notify: Update GRUB
|
notify: Update GRUB
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user