Remove a trailing quote
This commit is contained in:
parent
d5c78558b7
commit
49846ae945
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue