From 980f44ccbad9c8fbb810bc793ab678ea1455610e Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Sat, 15 Aug 2015 20:16:05 -0700 Subject: [PATCH] Update intro_inventory.rst Change 'SSH' to upper case. --- docsite/rst/intro_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_inventory.rst b/docsite/rst/intro_inventory.rst index ad144e3d92..5afffb0fe5 100644 --- a/docsite/rst/intro_inventory.rst +++ b/docsite/rst/intro_inventory.rst @@ -199,7 +199,7 @@ Host connection:: ansible_connection Connection type to the host. Candidates are local, smart, ssh or paramiko. The default is smart. -Ssh connection:: +SSH connection:: ansible_ssh_host The name of the host to connect to, if different from the alias you wish to give to it.