b894c925d1
Previously, the Ansible provisioner would look for the username from the `USER` environment variable. Unfortunately, this is not always set - particularly in Docker containers. It's very confusing to understand why the error is happening. Switched to using Go's built-in `os/user` package for retrieving the current username. @rickard-von-essen had done this in |
||
---|---|---|
.. | ||
test-fixtures | ||
adapter.go | ||
adapter_test.go | ||
provisioner.go | ||
provisioner_test.go | ||
scp.go |