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!"