[win_credential.py] Fix example in docs (#59042)

Example should use "secret" instead of "password".
pull/59052/head
Andrey Babushkin 5 years ago committed by Alicia Cozine
parent 51e1b090db
commit 3b0c933f18

@ -194,7 +194,7 @@ EXAMPLES = r'''
name: smbhost
type: generic_password
username: smbuser
password: smbuser
secret: smbuser
state: present
- name: Remove a generic credential

Loading…
Cancel
Save