From 5c455ad729a55d7b5f8da303cefe2fef36375f2e Mon Sep 17 00:00:00 2001 From: Erik Weathers Date: Sun, 24 May 2015 17:02:02 -0700 Subject: [PATCH] fix typo in --ask-sudo-pass reference within playbook_intro doc --- docsite/rst/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index 3899502ed47..4fe2ab3ec3f 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -186,7 +186,7 @@ You can also use other privilege escalation methods, like su:: become_method: su If you need to specify a password to sudo, run `ansible-playbook` with ``--ask-become-pass`` or -when using the old sudo syntax ``--ask-sudo--pass`` (`-K`). If you run a become playbook and the +when using the old sudo syntax ``--ask-sudo-pass`` (`-K`). If you run a become playbook and the playbook seems to hang, it's probably stuck at the privilege escalation prompt. Just `Control-C` to kill it and run it again adding the appropriate password.