Merge pull request #3353 from j2sol/typo

Remove a trailing quote
This commit is contained in:
Michael DeHaan 2013-06-26 15:34:51 -07:00
commit 27d90e9003

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