Commit 27d90e90 by Michael DeHaan

Merge pull request #3353 from j2sol/typo

Remove a trailing quote
parents 0a107276 95326ce4
......@@ -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}
'''
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment