Closed ygabuev closed 7 months ago
The values for hosts.default.{username,password} should be strings. By adding quotes to the config template, we enforce this explicitly and mitigate errors that result from values that can be interpreted differently by YAML parsers.
hosts.default.{username,password}
Hi @mrlhansen, could you please take a look? If this is merged, an official release will be highly appreciated. Thanks!
Done.
The values for
hosts.default.{username,password}
should be strings. By adding quotes to the config template, we enforce this explicitly and mitigate errors that result from values that can be interpreted differently by YAML parsers.