From 0d870f38c20868408c9d3cb9a9a4c551c5ab4abb Mon Sep 17 00:00:00 2001 From: guisea Date: Wed, 27 Jun 2018 16:06:12 +1200 Subject: [PATCH] Extra spaces break config. These are now removed. --- tasks/grub.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/grub.yml b/tasks/grub.yml index b142635..73b7aeb 100644 --- a/tasks/grub.yml +++ b/tasks/grub.yml @@ -6,6 +6,7 @@ option: timeout value: "{{ common_grub_timeout }}" state: present + no_extra_spaces: yes when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6'" tags: - grub @@ -16,6 +17,7 @@ section: null option: GRUB_TIMEOUT value: "{{ common_grub_timeout }}" + no_extra_spaces: yes when: "ansible_os_family == 'RedHat' and ansible_distribution_major_version == '7'" notify: Update GRUB tags: