You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have two jobs connecting to two different hosts, it issues all the commands against one of the hosts rather than the intended host.
If I do SSH_HOST_1 and SSH_HOST_2, things seem to work just fine ... but if I do what's described below ... SSH_HOST and JOBS_SSH_HOST ... even though the logs show the right IP, everything just goes to SSH_HOST.
Yaml Config
Please post your Yaml configuration file along with the output results.
Describe the bug
If you have two jobs connecting to two different hosts, it issues all the commands against one of the hosts rather than the intended host.
If I do
SSH_HOST_1
andSSH_HOST_2
, things seem to work just fine ... but if I do what's described below ...SSH_HOST
andJOBS_SSH_HOST
... even though the logs show the right IP, everything just goes toSSH_HOST
.Yaml Config
Please post your Yaml configuration file along with the output results.
The text was updated successfully, but these errors were encountered: