mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-02-22 18:27:47 +01:00
Since value is already tested for being a number, don't need the int filter.
This commit is contained in:
parent
182c25e96c
commit
ce718f73f6
|
|
@ -4,7 +4,7 @@
|
|||
that:
|
||||
- grub_timeout is defined
|
||||
- grub_timeout is number
|
||||
- grub_timeout | int >= 0
|
||||
- grub_timeout >= 0
|
||||
quiet: yes
|
||||
|
||||
- name: test if grub_recordfail_timeout is set correctly
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
that:
|
||||
- grub_recordfail_timeout is defined
|
||||
- grub_recordfail_timeout is number
|
||||
- grub_recordfail_timeout | int >= 0
|
||||
- grub_recordfail_timeout >= 0
|
||||
quiet: yes
|
||||
|
||||
- name: test if grub_options is set correctly
|
||||
|
|
|
|||
Loading…
Reference in a new issue