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