mirror of https://github.com/ansible/ansible.git
local connection: avoid tb when running in container with invalid user (#79414)
* local connection: avoid tb when running in container with invalid user * clog * cannot use uid, leave empty and ~/ will resolve itself * get back to what it didpull/56508/merge
parent
38fe34244c
commit
5f3a6b78db
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- connection local now avoids traceback on invalid user being used to execuet ansible (valid in host, but not in container).
|
Loading…
Reference in New Issue