mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix filename of output file
This commit is contained in:
parent
fec9b8a5ad
commit
974731bec0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue