add conditional
This commit is contained in:
parent
b7806eb5b9
commit
ef94cc9de1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue