From e2f1b57299283e53fcf4c00c73ff82ec6f8ce7a9 Mon Sep 17 00:00:00 2001 From: as-hbk <55503769+as-hbk@users.noreply.github.com> Date: Mon, 24 Feb 2020 14:35:21 -0500 Subject: [PATCH] adds missing alias to win_regedit documentation (#67662) --- lib/ansible/modules/windows/win_regedit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_regedit.py b/lib/ansible/modules/windows/win_regedit.py index ac7c2954c56..2c0fff71245 100644 --- a/lib/ansible/modules/windows/win_regedit.py +++ b/lib/ansible/modules/windows/win_regedit.py @@ -37,7 +37,7 @@ options: - If not provided, or empty then the '(Default)' property for the key will be used. type: str - aliases: [ entry ] + aliases: [ entry, value ] data: description: - Value of the registry entry C(name) in C(path).