summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevenfourk <sevenfourk@gmail.com>2016-10-27 16:01:48 +0300
committerBrian Coca <bcoca@users.noreply.github.com>2016-10-27 14:11:06 -0400
commitfd390cb7b104f628da18346fe5ad75d7d1e1cb55 (patch)
treeabda5faae09fb32057ec912fb667ff0955ee88c1
parente6d9a45cd02f290feb8063baa60e8a5fbde079e0 (diff)
downloadansible-fd390cb7b104f628da18346fe5ad75d7d1e1cb55.tar.gz
Fix typo with 'when when'
-rw-r--r--docsite/rst/intro_bsd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_bsd.rst b/docsite/rst/intro_bsd.rst
index a587c53939..d977c9eead 100644
--- a/docsite/rst/intro_bsd.rst
+++ b/docsite/rst/intro_bsd.rst
@@ -10,7 +10,7 @@ Working with BSD
Ansible manages Linux/Unix machines using SSH by default. BSD machines are no exception, however this document covers some of the differences you may encounter with Ansible when working with BSD variants.
-Typically, Ansible will try to default to using OpenSSH as a connection method. This is suitable when when using SSH keys to authenticate, but when using SSH passwords, Ansible relies on sshpass. Most
+Typically, Ansible will try to default to using OpenSSH as a connection method. This is suitable when using SSH keys to authenticate, but when using SSH passwords, Ansible relies on sshpass. Most
versions of sshpass do not deal particularly well with BSD login prompts, so when using SSH passwords against BSD machines, it is recommended to change the transport method to paramiko. You can do this in ansible.cfg globally or you can set it as an inventory/group/host variable. For example::
[freebsd]