Fix template test

pull/6074/head
James Tanner 11 years ago
parent 0bf51a6df1
commit 73f0cf367e

@ -40,7 +40,7 @@
copy: src=foo.txt dest={{output_dir}}/foo.txt
- name: compare templated file to known good
command: diff {{output_dir}}/foo.templated {{output_dir}}/foo.txt
shell: diff {{output_dir}}/foo.templated {{output_dir}}/foo.txt
register: diff_result
- name: verify templated file matches known good

Loading…
Cancel
Save