net_user documentation typo configured_password (#61556)

password -> configured_password in the last example
(cherry picked from commit bcbcac3bd8)
pull/62162/head
Yannis Ansermoz 5 years ago committed by Toshio Kuratomi
parent b915a0c396
commit d39cea4448

@ -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…
Cancel
Save