Merge pull request #162 from bcoca/corrected_version_added_winmods

corrected version added
This commit is contained in:
Brian Coca 2014-12-17 12:57:44 -05:00
commit 59eda8657c
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
DOCUMENTATION = '''
---
module: win_chocolatey
version_added: "1.8"
version_added: "1.9"
short_description: Installs packages using chocolatey
description:
- Installs packages using Chocolatey (http://chocolatey.org/). If Chocolatey is missing from the system, the module will install it. List of packages can be found at http://chocolatey.org/packages

View file

@ -24,7 +24,7 @@
DOCUMENTATION = '''
---
module: win_updates
version_added: "1.8"
version_added: "1.9"
short_description: Lists / Installs windows updates
description:
- Installs windows updates using PSWindowsUpdate (http://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc).