From 73f0cf367e3603cc592e7a02b549061557d15cfa Mon Sep 17 00:00:00 2001 From: James Tanner Date: Wed, 19 Feb 2014 15:02:38 -0500 Subject: [PATCH] Fix template test --- tests_new/integration/roles/test_template/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_new/integration/roles/test_template/tasks/main.yml b/tests_new/integration/roles/test_template/tasks/main.yml index 15dbaaaf718..a7f1066cb0d 100644 --- a/tests_new/integration/roles/test_template/tasks/main.yml +++ b/tests_new/integration/roles/test_template/tasks/main.yml @@ -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