-
-
Save dseeni/36e768b732c5ad943b1673a93942f7aa 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