Skip to content

Commit

Permalink
net_user documentation typo configured_password (ansible#61556)
Browse files Browse the repository at this point in the history
password -> configured_password in the last example
  • Loading branch information
Yannis100 authored and acozine committed Sep 3, 2019
1 parent 3e2521d commit bcbcac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/system/_net_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
- name: Change Password for User netop
net_user:
name: netop
password: "{{ new_password }}"
configured_password: "{{ new_password }}"
update_password: always
state: present
"""
Expand Down

0 comments on commit bcbcac3

Please sign in to comment.