mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Make all assertions silent.
This commit is contained in:
parent
24f766aa65
commit
4698a6984e
|
|
@ -4,12 +4,14 @@
|
|||
that:
|
||||
- grub_timeout is defined
|
||||
- grub_timeout | int >= 0
|
||||
quiet: yes
|
||||
|
||||
- name: test if grub_options is set correctly
|
||||
assert:
|
||||
that:
|
||||
- grub_options | length > 0
|
||||
- grub_options is iterable
|
||||
quiet: yes
|
||||
when:
|
||||
- grub_options is defined
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue