summaryrefslogtreecommitdiff
path: root/docs/man/man1/ansible-playbook.1.asciidoc.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man1/ansible-playbook.1.asciidoc.in')
-rw-r--r--docs/man/man1/ansible-playbook.1.asciidoc.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in
index d34ddbc2da..47e68d3141 100644
--- a/docs/man/man1/ansible-playbook.1.asciidoc.in
+++ b/docs/man/man1/ansible-playbook.1.asciidoc.in
@@ -34,7 +34,12 @@ The names of one or more YAML format files to run as ansible playbooks.
OPTIONS
-------
-*--ask-become-pass*::
+*-b*, *--become*::
+
+Use privilege escalation (specific one depends on become_method),
+this does not imply prompting for passwords.
+
+*-K*, *--ask-become-pass*::
Ask for privilege escalation password.
@@ -47,7 +52,7 @@ For example, using ssh and not having a key-based authentication with ssh-agent
Prompt for su password, used with --su (deprecated, use become).
-*-K*, *--ask-sudo-pass*::
+*--ask-sudo-pass*::
Prompt for the password to use with --sudo, if any (deprecated, use become).