Created
February 7, 2018 20:45
-
-
Save alexcheng1982/71bf7271c455879fa0e2888e3f31f98d to your computer and use it in GitHub Desktop.
Extract tar.gz files using 7zip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: unzip tar.gz | |
win_command: "7z x {{ tar_gz_path }} -o{{ tar_path }} -y" | |
- name: unzip tar | |
win_command: "7z x {{ tar_path }} -o{{ extracted_path } -y" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment