mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
* The user awx is passed to the launch of our dev docker container. The docker system automagically creates that user for us and sets the home dir to /tmp in /etc/passwd. Many methods of detecting the user home dir don't use that. Instead, they use the HOME env var. This is a half-way solution that solves the problem of python expanding the ~ dir. * If other things break because they determine the users home dir via /etc/passwd entry then a more in-depth fix will be needed.