From 49846ae945d80c325425fc170ba9777608949eee 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 --- inventory/add_host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/add_host b/inventory/add_host index 48cc4e70513..64fa56dbe52 100644 --- a/inventory/add_host +++ b/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} '''