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