Skip to content

Instantly share code, notes, and snippets.

@dseeni
Forked from alexcheng1982/extract_7zip.yml
Created October 2, 2023 21:26
Show Gist options
  • Select an option

  • Save dseeni/36e768b732c5ad943b1673a93942f7aa to your computer and use it in GitHub Desktop.

Select an option

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