mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-24 23:11:43 -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
|
@ -65,7 +65,7 @@ Run commands in the background, killing the task after 'NUM' seconds.
|
|||
*--become-method=*'BECOME_METHOD'::
|
||||
|
||||
Privilege escalation method to use (default=sudo),
|
||||
valid choices: [ sudo | su | pbrun | pfexec | runas ]
|
||||
valid choices: [ sudo | su | pbrun | pfexec | runas | doas ]
|
||||
|
||||
*--become-user=*'BECOME_USER'::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue