summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorJesse Keating <jesse.keating@rackspace.com>2013-06-26 15:09:00 -0700
committerJesse Keating <jesse.keating@rackspace.com>2013-06-26 15:09:00 -0700
commit49846ae945d80c325425fc170ba9777608949eee (patch)
treefd1e5b8641623867991a3995edcb0b2d7f0d027f /inventory
parentd5c78558b742d26db50c6e6ff670b4eab8d4d1b4 (diff)
downloadansible-modules-core-49846ae945d80c325425fc170ba9777608949eee.tar.gz
Remove a trailing quote
Diffstat (limited to 'inventory')
-rw-r--r--inventory/add_host2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/add_host b/inventory/add_host
index 48cc4e70..64fa56db 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}
'''