Merge pull request #1766 from sivel/new-modules-version-bump

Fix version_added for recently added modules
This commit is contained in:
Matt Martz 2016-03-01 11:16:35 -06:00
commit 66a59bbf2c
2 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,7 @@
DOCUMENTATION = '''
---
module: win_regmerge
version_added: "2.0"
version_added: "2.1"
short_description: Merges the contents of a registry file into the windows registry
description:
- Wraps the reg.exe command to import the contents of a registry file.
@ -68,3 +68,4 @@ EXAMPLES = '''
compare_to: HKLM:\SOFTWARE\myCompany
'''
RETURN = '''# '''

View file

@ -24,7 +24,7 @@
DOCUMENTATION = '''
---
module: win_timezone
version_added: "2.0"
version_added: "2.1"
short_description: Sets Windows machine timezone
description:
- Sets machine time to the specified timezone, the module will check if the provided timezone is supported on the machine.
@ -45,3 +45,5 @@ EXAMPLES = '''
win_timezone:
timezone: "Central Standard Time"
'''
RETURN = '''# '''