From 85e92d9f8c51aa4ac1305e26964a15c59652be4c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sun, 19 Nov 2023 13:48:11 -0500 Subject: [PATCH] fix yaml[empty-lines]: Too many blank lines (1 > 0) --- hello.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/hello.yml b/hello.yml index 1acc606..a90c638 100644 --- a/hello.yml +++ b/hello.yml @@ -8,4 +8,3 @@ - name: Say Hello world ansible.builtin.debug: msg: Hello world! -