Add an empty line to improve readability.

This commit is contained in:
Robert de Bock 2020-11-26 10:22:13 +01:00
parent e6634b803f
commit e920beca01
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
--- ---
- name: test if grub_timeout is set correctly - name: test if grub_timeout is set correctly
assert: assert:
that: that:

View file

@ -1,5 +1,6 @@
--- ---
# tasks file for grub # tasks file for grub
- name: include assert.yml - name: include assert.yml
include_tasks: assert.yml include_tasks: assert.yml
run_once: yes run_once: yes