summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/loop2.yml
blob: 7c9f2db8fbca5cd804a769d7dc317a2bd9d36c7b (plain)
1
2
3
4
5
6
7
---
- hosts: localhost
  tasks:
    - name: that should pass
      ansible.builtin.debug:
        var: item
      loop: {} # <-- map is not valid