From d14634ca21fd04acf9fec8d581dc9111e74bc95c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 22 Mar 2017 12:04:28 -0400 Subject: [PATCH] uncommit the crime of extra spaces in docstring --- lib/ansible/plugins/connection/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/connection/ssh.py b/lib/ansible/plugins/connection/ssh.py index d8f2f9463a..48cf065c15 100644 --- a/lib/ansible/plugins/connection/ssh.py +++ b/lib/ansible/plugins/connection/ssh.py @@ -29,7 +29,7 @@ DOCUMENTATION: _host: description: Hostname/ip to connect to. default: inventory_hostname - host_vars: + host_vars: - ansible_host - ansible_ssh_host _host_key_checking: