From 80dd5f0b4697c57fc4d56f0d914dd6b68dd6259c Mon Sep 17 00:00:00 2001 From: prasket Date: Mon, 20 Jan 2020 13:05:46 -0800 Subject: [PATCH] reversing another accident, forgot vim mode wasnt enabled at the time --- docs/updating-users-passwords.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.