mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Remove a trailing quote
This commit is contained in:
@@ -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}
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user