create syntax error for testing
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8186d8d4ae
commit
c6c3bf23d7
@ -8,3 +8,8 @@
|
|||||||
- name: Say Hello world
|
- name: Say Hello world
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: Hello world!
|
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!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user