Make all assertions silent.

This commit is contained in:
Robert de Bock 2020-08-19 21:36:46 +02:00
parent 24f766aa65
commit 4698a6984e

View file

@ -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