From ef94cc9de1a8b85d020ca06db4e4162087d3e830 Mon Sep 17 00:00:00 2001 From: rubenb Date: Thu, 15 Feb 2024 12:30:23 +0100 Subject: [PATCH] add conditional --- linux-config-secure-grub.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux-config-secure-grub.yaml b/linux-config-secure-grub.yaml index 8f826d4..f37bd2d 100644 --- a/linux-config-secure-grub.yaml +++ b/linux-config-secure-grub.yaml @@ -7,6 +7,11 @@ tasks: + - name: "[CONFIG SECURE GRUB] Comprobando si es necesario configurar secure grub" + debug: + msg: "No es necesario configurar secure grub en la máquina" + when: secure-grub_enabled is not defined or not secure-grub_enabled + - name: "[CONFIG SECURE GRUB] configure secure grub" import_role: name: config-secure-grub