ansible/test
Alexander Sowitzki 218f5c3648
user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439)
The `UserFactCollector` queries the user login name via
`getpass.getuser()` and looks up the corresponding entry
in the password database.
The login name may differ from the actual user name,
eg. if the `LOGNAME` env variable is set. The lookup
fails in this case. Added a fallback in this case that
tries to get the entry via the user ID.
2021-02-02 10:36:02 -05:00
..
ansible_test
integration Fix warning for nonexistent inventory cache (#72840) 2021-02-01 14:29:36 -05:00
lib/ansible_test [ansible-test] Bump CentOS 6 image (yum repos) (#73446) 2021-02-01 16:24:21 -06:00
sanity Limit rstcheck sanity test to ansible-core. (#73391) 2021-01-27 21:06:00 -08:00
support Various intentional tests (#72485) 2020-11-06 08:41:41 -06:00
units user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439) 2021-02-02 10:36:02 -05:00
utils/shippable [devel] Azure Pipelines configuration. 2020-12-02 13:40:01 -08:00