add conditional
This commit is contained in:
parent
ef94cc9de1
commit
b359e1afac
|
@ -1,3 +1,8 @@
|
||||||
|
|
||||||
|
- name: "[CONFIG SECURE GRUB] Comprobando si es necesario configurar secure grub"
|
||||||
|
meta: end_host
|
||||||
|
when: secure-grub_enabled is not defined or not secure-grub_enabled
|
||||||
|
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# Secure GRUB edition with password
|
# Secure GRUB edition with password
|
||||||
# paso1 - Proteger grub
|
# paso1 - Proteger grub
|
||||||
|
|
Loading…
Reference in New Issue