mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Don't override ansible_ssh_host with inventory_hostname
This commit is contained in:
parent
620fad9f8d
commit
697a1a4061
1 changed files with 0 additions and 1 deletions
|
@ -371,7 +371,6 @@ class TaskExecutor:
|
|||
# FIXME: delegate_to calculation should be done here
|
||||
# FIXME: calculation of connection params/auth stuff should be done here
|
||||
|
||||
self._connection_info.remote_addr = self._host.ipv4_address
|
||||
if self._task.delegate_to is not None:
|
||||
self._compute_delegate(variables)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue