summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/syntax-error-string.yml
blob: e158ea86cbd4c8f54e63176adc5561289cfcab03 (plain)
1
2
3
4
5
6
7
# This file is valid YAML and passed JSON Schema validation but not ansible
# own syntax check.

- hosts: localhost
  tasks:
    - name: Invalid syntax
      x.y.z.w: {}