summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/syntax-error.yml
blob: 8657633c63eb1c58bb360b59c0401dd513a7ba84 (plain)
1
2
3
4
5
6
---
- name: This should raise syntax-error
  hosts: localhost
  tasks:
    ansible.builtin.debug:
      msg: Note that `tasks` is not entered as a list.