mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Value can also be the integer 0.
This commit is contained in:
parent
a4274a999f
commit
ac9dde593d
|
|
@ -19,7 +19,6 @@
|
|||
- item.option is defined
|
||||
- item.option | length > 0
|
||||
- item.value is defined
|
||||
- item.value | length > 0
|
||||
loop: "{{ grub_options }}"
|
||||
when:
|
||||
- grub_options is defined
|
||||
|
|
|
|||
Loading…
Reference in a new issue