From 72b5d83fef7ba5a824660c25fba08662e3ca4f03 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Mon, 3 Jul 2023 23:24:42 +0200 Subject: [PATCH] Update grub_configuration.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit désactivation de GRUB_ENABLE_BLSCFG=true --- .../tasks/grub_configuration.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/oracle-db-preinstall/tasks/grub_configuration.yml b/roles/oracle-db-preinstall/tasks/grub_configuration.yml index 65085fd..996c710 100644 --- a/roles/oracle-db-preinstall/tasks/grub_configuration.yml +++ b/roles/oracle-db-preinstall/tasks/grub_configuration.yml @@ -85,13 +85,13 @@ # ajout de GRUB_ENABLE_BLSCFG=true # Workaround of Orabug 20734786 # --------------------------------------------------- - - name: check if GRUB_ENABLE_BLSCFG=true is set - ansible.builtin.shell: grubby --info DEFAULT | grep -i GRUB_ENABLE_BLSCFG=true | wc -l - register: grep_count - tags: grub - - - name: Configuration grub - GRUB_ENABLE_BLSCFG=true - shell: grubby --update-kernel=ALL --args=GRUB_ENABLE_BLSCFG=true - when: grep_count.stdout == '0' and ansible_distribution_major_version >= '7' - tags: grub + # - name: check if GRUB_ENABLE_BLSCFG=true is set + # ansible.builtin.shell: grubby --info DEFAULT | grep -i GRUB_ENABLE_BLSCFG=true | wc -l + # register: grep_count + # tags: grub + # + # - name: Configuration grub - GRUB_ENABLE_BLSCFG=true + # shell: grubby --update-kernel=ALL --args=GRUB_ENABLE_BLSCFG=true + # when: grep_count.stdout == '0' and ansible_distribution_major_version >= '7' + # tags: grub