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
Given: template('foo.tpl', hostname => 'bar');
Rex will overwrite the given hostname with the internal hostname (ie the hostname of the server the task is running on). The parameters in this case must have precedence over internal variables.
Ref: adjust/infrastructure#4219
Given:
template('foo.tpl', hostname => 'bar');
Rex will overwrite the given hostname with the internal hostname (ie the hostname of the server the task is running on). The parameters in this case must have precedence over internal variables.
Noticed by @65278.
The text was updated successfully, but these errors were encountered: