added note to figurte out correct var udpate on connection_info

pull/11259/merge
Brian Coca 10 years ago
parent c3ccf26b70
commit ff443d4534

@ -385,7 +385,7 @@ class ConnectionInformation:
'''
Adds 'magic' variables relating to connections to the variable dictionary provided.
'''
#FIXME: is this reversed? why use this and not set_task_and_host_override?
variables['ansible_connection'] = self.connection
variables['ansible_ssh_host'] = self.remote_addr
variables['ansible_ssh_pass'] = self.password

Loading…
Cancel
Save