summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/parsing/roles/test_bad_parsing/tasks/scenario1.yml
blob: 8a82fb95dd4ccba9654eb3efaef8d3d024050c78 (plain)
1
2
3
4
- name: test that we cannot insert arguments
  file: path={{ test_file }} {{ test_input }}
  failed_when: False # ignore the module, just test the parser
  tags: scenario1