mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix integration test for unarchive to test zipfiles
This commit is contained in:
Submodule lib/ansible/modules/core updated: d80e7438a6...9f333afb6a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user