From 95326ce41b6174fe5456d1ac3f2aeff1cac59412 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 26 Jun 2013 15:09:00 -0700 Subject: [PATCH] Remove a trailing quote --- library/inventory/add_host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/inventory/add_host b/library/inventory/add_host index 48cc4e70513..64fa56dbe52 100644 --- a/library/inventory/add_host +++ b/library/inventory/add_host @@ -32,5 +32,5 @@ EXAMPLES = ''' # add a host alias that we reach through a tunnel - add_host: hostname=${new_ip} ansible_ssh_host=${inventory_hostname} - ansible_ssh_port=${new_port}' + ansible_ssh_port=${new_port} '''