ansible/test/integration/roles/test_bad_parsing/tasks/scenario3.yml

6 lines
125 B
YAML
Raw Normal View History

2015-05-13 20:04:12 +02:00
- name: test that we can't do this for the shell module
shell: echo hi {{ chdir }}
failed_when: False
tags: scenario3