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