updated man pages with imssing become option
also moved -K to become password to align with current code fixes #15123
This commit is contained in:
parent
fdb56e4bad
commit
0cabef19ad
3 changed files with 21 additions and 6 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -54,7 +54,12 @@ OPTIONS
|
|||
|
||||
Adds the hostkey for the repo URL if not already added.
|
||||
|
||||
*--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.
|
||||
|
||||
|
@ -67,7 +72,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).
|
||||
|
||||
|
|
|
@ -37,7 +37,12 @@ OPTIONS
|
|||
|
||||
The 'ARGUMENTS' to pass to the module.
|
||||
|
||||
*--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.
|
||||
|
||||
|
@ -50,7 +55,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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue