summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/parsing/roles/test_bad_parsing/tasks/scenario3.yml
blob: a228f70e213c6c59c42858aed0ca0c1086eaa591 (plain)
1
2
3
4
- name: test that we can't do this for the shell module
  shell: echo hi {{ chdir }}
  failed_when: False
  tags: scenario3