Commit cce87acf by Toshio Kuratomi

Fix integration test for unarchive to test zipfiles

parent 0e969aee
Subproject commit d80e7438a6a880d12aecedbe866abd2ec4656857
Subproject commit 9f333afb6abe24630ba5b6cd2745d3dcc269d712
......@@ -26,7 +26,7 @@
shell: tar cvf test-unarchive.tar.gz foo-unarchive.txt chdir={{output_dir}}
- name: prep a zip file
shell: tar cvf test-unarchive.zip foo-unarchive.txt chdir={{output_dir}}
shell: zip test-unarchive.zip foo-unarchive.txt chdir={{output_dir}}
- name: create our tar unarchive destination
file: path={{output_dir}}/test-unarchive-tar state=directory
......
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