From 3b0c933f18f3caec5aa9aad88a17dc4ad9defefd Mon Sep 17 00:00:00 2001 From: Andrey Babushkin Date: Fri, 12 Jul 2019 23:30:09 +0300 Subject: [PATCH] [win_credential.py] Fix example in docs (#59042) Example should use "secret" instead of "password". --- lib/ansible/modules/windows/win_credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_credential.py b/lib/ansible/modules/windows/win_credential.py index 3782451e6db..57cbb483af7 100644 --- a/lib/ansible/modules/windows/win_credential.py +++ b/lib/ansible/modules/windows/win_credential.py @@ -194,7 +194,7 @@ EXAMPLES = r''' name: smbhost type: generic_password username: smbuser - password: smbuser + secret: smbuser state: present - name: Remove a generic credential