From 1cb47c807eea0c02e1b51072d9ba917c15fe4b6f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 20 Feb 2015 11:32:10 -0500 Subject: [PATCH] changed fetch test to match new functionality --- test/integration/roles/test_fetch/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/roles/test_fetch/tasks/main.yml b/test/integration/roles/test_fetch/tasks/main.yml index 78a438f0ba..47669d6c6d 100644 --- a/test/integration/roles/test_fetch/tasks/main.yml +++ b/test/integration/roles/test_fetch/tasks/main.yml @@ -30,7 +30,7 @@ # fetch module. - name: diff what we fetched with the original file - shell: diff {{ output_dir }}/orig {{ output_dir }}/fetched/127.0.0.1{{ output_dir | expanduser }}/orig + shell: diff {{ output_dir }}/orig {{ output_dir }}/fetched/{{inventory_hostname}}{{ output_dir | expanduser }}/orig register: diff - name: check the diff to make sure they are the same