Fix version_added for recently added modules
This commit is contained in:
parent
9ab5b367bd
commit
e3cffb0de4
2 changed files with 5 additions and 2 deletions
|
@ -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 = '''# '''
|
||||
|
|
|
@ -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 = '''# '''
|
||||
|
|
Loading…
Reference in a new issue