From 504f1961ea782719b5761077222068f5823d5bd2 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 26 May 2019 12:06:14 +0100 Subject: [PATCH] issue #587: update mitogen_doas doc to match varible change. --- docs/ansible_detailed.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ansible_detailed.rst b/docs/ansible_detailed.rst index aeaa5e7c..f709f8f3 100644 --- a/docs/ansible_detailed.rst +++ b/docs/ansible_detailed.rst @@ -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``