Fix template test
This commit is contained in:
parent
0bf51a6df1
commit
73f0cf367e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue