Commit ff443d45 by Brian Coca

added note to figurte out correct var udpate on connection_info

parent c3ccf26b
......@@ -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
......
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