issue #587: update mitogen_doas doc to match varible change.

This commit is contained in:
David Wilson 2019-05-26 12:06:14 +01:00
parent ce80e326fe
commit 504f1961ea
1 changed files with 2 additions and 1 deletions

View File

@ -731,7 +731,7 @@ as a become method.
When used as a become method:
* ``ansible_python_interpreter``
* ``ansible_become_exe``: path to ``doas`` binary.
* ``ansible_become_exe`` / ``ansible_doas_exe``: path to ``doas`` binary.
* ``ansible_become_user`` (default: ``root``)
* ``ansible_become_pass`` (default: assume passwordless)
* ``mitogen_mask_remote_name``: if :data:`True`, mask the identity of the
@ -746,6 +746,7 @@ When used as the ``mitogen_doas`` connection method:
* The inventory hostname has no special meaning.
* ``ansible_user``: username to use.
* ``ansible_password``: password to use.
* ``ansible_doas_exe``: path to ``doas`` binary.
* ``ansible_python_interpreter``