Remove a trailing quote

pull/3353/head
Jesse Keating 11 years ago
parent 0a10727652
commit 95326ce41b

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

Loading…
Cancel
Save