diff --git a/docs/ansible.rst b/docs/ansible.rst index 47342a60..7131df31 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -116,8 +116,14 @@ Noteworthy Differences * The ``sudo`` become method is available and ``su`` is planned. File bugs to register interest in additional methods. -* The ``docker``, ``jail``, ``local``, ``lxc``, ``lxd`` and ``ssh`` connection - types are available, with more planned. File bugs to register interest. +* The `docker `_, + `jail `_, + `local `_, + `lxc `_, + `lxd `_, + and `ssh `_ + connection types are available, with more planned. File bugs to register + interest. * Local commands execute in a reuseable interpreter created identically to interpreters on targets. Presently one interpreter per ``become_user`` @@ -474,7 +480,7 @@ Docker FreeBSD Jails ~~~~~~~~~~~~~ -* ``ansible_host``: Name of Jail container (default: inventory hostname). +* ``ansible_host``: Name of jail (default: inventory hostname). * ``ansible_user``: Name of user within the jail to execute as.