Fix integration test for unarchive to test zipfiles

This commit is contained in:
Toshio Kuratomi 2015-01-21 16:16:30 -08:00
parent 0e969aee06
commit cce87acfed
2 changed files with 2 additions and 2 deletions

View file

@ -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