From c872d77b862049539e955c0385bafd1e2d37cc01 Mon Sep 17 00:00:00 2001 From: rubenb Date: Tue, 20 Feb 2024 16:37:00 +0100 Subject: [PATCH] disable secure grub --- linux-base-config-debian-ct.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-base-config-debian-ct.yaml b/linux-base-config-debian-ct.yaml index 094cde5..4d9e0e9 100644 --- a/linux-base-config-debian-ct.yaml +++ b/linux-base-config-debian-ct.yaml @@ -71,11 +71,11 @@ when: sudoers_enabled is defined and sudoers_enabled tags: config-sudoers_config - - name: "[CONFIG SECURE GRUB] configure secure grub" - import_role: - name: config-secure-grub - when: secure_grub_enabled is defined and secure_grub_enabled - tags: config-secure-grub_config +# - name: "[CONFIG SECURE GRUB] configure secure grub" +# import_role: +# name: config-secure-grub +# when: secure_grub_enabled is defined and secure_grub_enabled +# tags: config-secure-grub_config - name: "[CONFIG VIM OPTIONS] Config vim options" import_role: