ansible/windows
Pepe Barbe b5d22eb1ec Refactor win_chocolatey module
* Refactor code to be more robust. Run main logic inside a try {} catch {}
  block. If there is any error, bail out and log all the command output
  automatically.
* Rely on error code generated by chocolatey instead of scraping text
  output to determine success/failure.
* Add support for unattended installs: (`-y` flag is a requirement by
  chocolatey)
* Before (un)installing, check existence of files.
* Use functions to abstract logic
* The great rewrite of 0.9.9, the `choco` interface has changed, check
  if chocolatey is installed and an older version. If so upgrade to
  latest.
* Allow upgrading packages that are already installed
* Use verbose logging for chocolate actions
* Adding functionality to specify a source for a chocolatey repository.
  (@smadam813)
* Removing pre-determined sources and adding specified source url in
  it's place. (@smadam813)

Contains contributions from:
*  Adam Keech  <akeech@chathamfinancial.com> (@smadam813)
2015-06-16 11:33:15 -04:00
..
__init__.py package file 2014-12-17 13:25:51 +02:00
win_chocolatey.ps1 Refactor win_chocolatey module 2015-06-16 11:33:15 -04:00
win_chocolatey.py Refactor win_chocolatey module 2015-06-16 11:33:15 -04:00
win_environment.ps1 Update attribution 2015-05-15 00:40:30 +01:00
win_environment.py Update attribution 2015-05-15 00:40:30 +01:00
win_updates.ps1 Add module to install windows updates 2014-09-30 00:27:29 +01:00
win_updates.py Many more doc fixes 2015-05-15 12:12:26 -07:00