mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Add become support for OpenBSD doas
This commit is contained in:
parent
ee2e31b37a
commit
1c5611100e
9 changed files with 29 additions and 9 deletions
|
@ -651,7 +651,7 @@ The equivalent of adding sudo: or su: to a play or task, set to true/yes to acti
|
|||
become_method
|
||||
=============
|
||||
|
||||
Set the privilege escalation method. The default is ``sudo``, other options are ``su``, ``pbrun``, ``pfexec``::
|
||||
Set the privilege escalation method. The default is ``sudo``, other options are ``su``, ``pbrun``, ``pfexec``, ``doas``::
|
||||
|
||||
become_method=su
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue