From 4326165be56c1bc990d0e9eaef951227b0e94687 Mon Sep 17 00:00:00 2001 From: David O'Brien Date: Sat, 19 Oct 2019 00:33:39 +1000 Subject: [PATCH] Update win_regmerge.py (#63633) ##### SUMMARY ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- lib/ansible/modules/windows/win_regmerge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_regmerge.py b/lib/ansible/modules/windows/win_regmerge.py index 98d7b6cc635..1b5596f9454 100644 --- a/lib/ansible/modules/windows/win_regmerge.py +++ b/lib/ansible/modules/windows/win_regmerge.py @@ -15,7 +15,7 @@ DOCUMENTATION = r''' --- module: win_regmerge version_added: "2.1" -short_description: Merges the contents of a registry file into the windows registry +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. - Suitable for use with registry files created using M(win_template).