diff options
Diffstat (limited to 'examples/playbooks/json-schema-fail.yml')
-rw-r--r-- | examples/playbooks/json-schema-fail.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/playbooks/json-schema-fail.yml b/examples/playbooks/json-schema-fail.yml new file mode 100644 index 0000000..5760632 --- /dev/null +++ b/examples/playbooks/json-schema-fail.yml @@ -0,0 +1,4 @@ +--- +- name: This should raise json-schema error, due to hosts missing the last letter + host: localhost + tasks: [] |