mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Add an empty line to improve readability.
This commit is contained in:
parent
e6634b803f
commit
e920beca01
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: test if grub_timeout is set correctly
|
- name: test if grub_timeout is set correctly
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue