mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Use same warning for become-pass as for ask-pass (#16702)
* Use same warning for become-pass as for ask-pass * Whoops, right arg * no really, I know what I'm doing
This commit is contained in:
parent
c8a8f546d4
commit
02dfed92a4
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ ansible_become_method
|
||||||
ansible_become_user
|
ansible_become_user
|
||||||
Equivalent to ``ansible_sudo_user`` or ``ansible_su_user``, allows to set the user you become through privilege escalation
|
Equivalent to ``ansible_sudo_user`` or ``ansible_su_user``, allows to set the user you become through privilege escalation
|
||||||
ansible_become_pass
|
ansible_become_pass
|
||||||
Equivalent to ``ansible_sudo_pass`` or ``ansible_su_pass``, allows you to set the privilege escalation password
|
Equivalent to ``ansible_sudo_pass`` or ``ansible_su_pass``, allows you to set the privilege escalation password (this is insecure, we strongly recommend using :option:`--ask-become-pass` or SSH keys)
|
||||||
|
|
||||||
Remote host environment parameters:
|
Remote host environment parameters:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue