mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
added note to figurte out correct var udpate on connection_info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user