Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
cce87acf
Commit
cce87acf
authored
Jan 21, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix integration test for unarchive to test zipfiles
parent
0e969aee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/ansible/modules/core
+1
-1
test/integration/roles/test_unarchive/tasks/main.yml
+1
-1
No files found.
core
@
9f333afb
Subproject commit
d80e7438a6a880d12aecedbe866abd2ec4656857
Subproject commit
9f333afb6abe24630ba5b6cd2745d3dcc269d712
test/integration/roles/test_unarchive/tasks/main.yml
View file @
cce87acf
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment