Commit f55d1578 by Brian Coca

Merge pull request #11060 from erikdw/fix-playbook-intro-typo

fix typo in --ask-sudo-pass reference within playbook_intro doc
parents ed4df573 5c455ad7
...@@ -186,7 +186,7 @@ You can also use other privilege escalation methods, like su:: ...@@ -186,7 +186,7 @@ You can also use other privilege escalation methods, like su::
become_method: su become_method: su
If you need to specify a password to sudo, run `ansible-playbook` with ``--ask-become-pass`` or 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. 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. Just `Control-C` to kill it and run it again adding the appropriate password.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment