Commit 1cb47c80 by Brian Coca

changed fetch test to match new functionality

parent 6b64fe8b
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
# fetch module. # fetch module.
- name: diff what we fetched with the original file - 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 register: diff
- name: check the diff to make sure they are the same - name: check the diff to make sure they are the same
......
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