aldoborrero/hashi-homelab

levant fails to properly interpolate ${PWD} under sudo - maybe find a different way to do this?

elijah opened this issue · 0 comments

When i tried to run 'make deploy-postgres' under sudo, levant fails to properly parse ${PWD} and substitute in the current directory. I guess that this is probably part of having the environment reset by sudo - and not knowing what PWD was set to anymore.

Anyway - some headdesking over here and I think I figured out that I should just not try to run the jobs under sudo. :)

--e