mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
become options dont qualify as new anymore
This commit is contained in:
parent
c3fb4c837b
commit
5f29117e59
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ For example, if you want to run all tasks as ``root`` on a server named ``webser
|
||||||
|
|
||||||
webserver ansible_user=manager ansible_become=true
|
webserver ansible_user=manager ansible_become=true
|
||||||
|
|
||||||
New command line options
|
Command line options
|
||||||
------------------------
|
--------------------
|
||||||
|
|
||||||
--ask-become-pass, -K
|
--ask-become-pass, -K
|
||||||
ask for privilege escalation password, does not imply become will be used
|
ask for privilege escalation password, does not imply become will be used
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue