diff --git a/docs/updating-users-passwords.md b/docs/updating-users-passwords.md index e0f6e3de..f2fac643 100644 --- a/docs/updating-users-passwords.md +++ b/docs/updating-users-passwords.md @@ -5,8 +5,7 @@ You can reset a user's password via the Ansible playbook (make sure to edit the `` and `` part below): ``` -ansible-playbook -i inventory/hosts setup.yml --extra-vars='user:w -name= password=' --tags=update-user-password +ansible-playbook -i inventory/hosts setup.yml --extra-vars='username= password=' --tags=update-user-password ``` **Note**: `` is just a plain username (like `john`), not your full `@:` identifier.