summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/ignore_errors.yml
blob: 9da277f3d9c150338bd25e03a98fe8f792b474e1 (plain)
1
2
3
4
5
6
- hosts: localhost
  tasks:
    - command: echo 123
      vars:
        should_ignore_errors: true
      ignore_errors: should_ignore_errors # invalid due to missing {{ }}