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¬
2015-01-11 13:03:26 -06:00
..
__init__.py package file 2014-12-17 13:25:51 +02:00
win_chocolatey.ps1 changed to use ansible standard 'name' instead of 'package' 2014-12-06 19:04:19 -05:00
win_chocolatey.py corrected version added 2014-12-17 12:49:51 -05:00
win_unzip.ps1 updates docs, adds unzip func for bz2 gz tar msu¬ 2015-01-11 13:03:26 -06:00
win_unzip.py updates docs, adds unzip func for bz2 gz tar msu¬ 2015-01-11 13:03:26 -06:00
win_updates.ps1 Add module to install windows updates 2014-09-30 00:27:29 +01:00
win_updates.py corrected version added 2014-12-17 12:49:51 -05:00