mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix version_added for recently added modules
This commit is contained in:
@@ -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 = '''# '''
|
||||
|
||||
Reference in New Issue
Block a user