Add become support for OpenBSD doas

This commit is contained in:
Damian Gerow 2015-08-17 21:31:18 -04:00
commit 1c5611100e
9 changed files with 29 additions and 9 deletions

View file

@ -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