mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 12:41:49 +02:00
Assert with "is number" over "| int".
This commit is contained in:
parent
d8f75fe5d1
commit
9759194404
|
|
@ -3,6 +3,7 @@
|
|||
assert:
|
||||
that:
|
||||
- grub_timeout is defined
|
||||
- grub_timeout is number
|
||||
- grub_timeout | int >= 0
|
||||
quiet: yes
|
||||
|
||||
|
|
@ -10,6 +11,7 @@
|
|||
assert:
|
||||
that:
|
||||
- grub_recordfail_timeout is defined
|
||||
- grub_recordfail_timeout is number
|
||||
- grub_recordfail_timeout | int >= 0
|
||||
quiet: yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue