Commit 73f0cf36 by James Tanner

Fix template test

parent 0bf51a6d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment