mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added note to figurte out correct var udpate on connection_info
This commit is contained in:
parent
c3ccf26b70
commit
ff443d4534
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue