net_user documentation typo configured_password (#61556)
password -> configured_password in the last example
This commit is contained in:
parent
3e2521dfb2
commit
bcbcac3bd8
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ EXAMPLES = """
|
|||
- name: Change Password for User netop
|
||||
net_user:
|
||||
name: netop
|
||||
password: "{{ new_password }}"
|
||||
configured_password: "{{ new_password }}"
|
||||
update_password: always
|
||||
state: present
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue