net_user documentation typo configured_password (#61556)

password -> configured_password in the last example
pull/61717/head
Yannis Ansermoz 5 years ago committed by Alicia Cozine
parent 3e2521dfb2
commit bcbcac3bd8

@ -119,7 +119,7 @@ EXAMPLES = """
- name: Change Password for User netop - name: Change Password for User netop
net_user: net_user:
name: netop name: netop
password: "{{ new_password }}" configured_password: "{{ new_password }}"
update_password: always update_password: always
state: present state: present
""" """

Loading…
Cancel
Save