Commit 974731be by Toshio Kuratomi

Fix filename of output file

parent fec9b8a5
......@@ -51,7 +51,7 @@
when: pyver.stdout != '2.6'
- name: copy known good into place
copy: src=foo-py2.6.txt dest={{output_dir}}/foo.txt
copy: src=foo-py26.txt dest={{output_dir}}/foo.txt
when: pyver.stdout == '2.6'
- name: compare templated file to 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