Remove a trailing quote

This commit is contained in:
Jesse Keating 2013-06-26 15:09:00 -07:00
parent 0a10727652
commit 95326ce41b

View file

@ -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}
'''