You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/windows
schwartzmx 99927a5c54 updates docs, adds unzip func for bz2 gz tar msu¬
- Added functionality for unzipping/decompressing bzip gzip tar exe (self extracting) and msu (ms update) files to coincide with added functionality to win_zip¬
  - Added functionality requires PSCX (it will be installed if it can't be imported)¬¬
    - First try with chocolatey, if fail, direct install from msi
- Added recurse param to recursively unzip files from a compressed folder¬
  - useful for example: unzipping a Log.zip file that contains a load of .gz files¬
    - setting rm param to true will remove all compressed files after decompressing¬
10 years ago
..
__init__.py package file 10 years ago
win_chocolatey.ps1
win_chocolatey.py corrected version added 10 years ago
win_unzip.ps1 updates docs, adds unzip func for bz2 gz tar msu¬ 10 years ago
win_unzip.py updates docs, adds unzip func for bz2 gz tar msu¬ 10 years ago
win_updates.ps1
win_updates.py corrected version added 10 years ago