Remove a trailing quote

reviewable/pr18780/r1
Jesse Keating 12 years ago
parent d5c78558b7
commit 49846ae945

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