mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Fix typo on -K/--ask-become-pass option in 'ansible' man page (#16667)
This commit is contained in:
parent
be7a3b2fe6
commit
4fd87f2dc6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ The 'ARGUMENTS' to pass to the module.
|
||||||
Use privilege escalation (specific one depends on become_method),
|
Use privilege escalation (specific one depends on become_method),
|
||||||
this does not imply prompting for passwords.
|
this does not imply prompting for passwords.
|
||||||
|
|
||||||
*K*, *--ask-become-pass*::
|
*-K*, *--ask-become-pass*::
|
||||||
|
|
||||||
Ask for privilege escalation password.
|
Ask for privilege escalation password.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue