Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created February 7, 2018 20:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alexcheng1982/71bf7271c455879fa0e2888e3f31f98d to your computer and use it in GitHub Desktop.
Save alexcheng1982/71bf7271c455879fa0e2888e3f31f98d to your computer and use it in GitHub Desktop.
Extract tar.gz files using 7zip
- 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