summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/json-schema-fail.yml
blob: 57606329822fe0e80ad867c6998c7fbf4a88d871 (plain)
1
2
3
4
---
- name: This should raise json-schema error, due to hosts missing the last letter
  host: localhost
  tasks: []