From c6c3bf23d703ad4245c9023efbfdce1b678ded2a Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 17 Nov 2023 15:19:31 -0500 Subject: [PATCH] create syntax error for testing --- hello.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello.yml b/hello.yml index 3ee6e41..b43e454 100644 --- a/hello.yml +++ b/hello.yml @@ -8,3 +8,8 @@ - name: Say Hello world ansible.builtin.debug: msg: Hello world! + + + - name: This should generate a syntax error but pass ansible-lint + ansible.builtin.debug: + mg: "this is incorrect, and should be `msg` instead!"