ansible/test
Ruediger Pluem 2f7e0b8489
user - consistently create user home directory on Linux (#71952)
Always use create_homedir when we are asked to create a home directory
in the User class. Don't use the -m and -k parameters from
useradd / luseradd as they behave differently with respect to
preexisting home directories. Instead always specify -M to ensure
that useradd / luseradd do not try to create the home directory.

This does not change potential different behaviours in child classes
of the User class.

Consider the new umask option from #73821 in create_homedir as well as
we do not let luseradd / useradd create the home directory any longer.
2021-05-07 17:00:10 -04:00
..
ansible_test
integration user - consistently create user home directory on Linux (#71952) 2021-05-07 17:00:10 -04:00
lib/ansible_test Ignore more Python 3.10 warnings in import test. 2021-05-07 11:19:22 -07:00
sanity Rename hacking/shippable to hacking/azp. 2021-05-05 17:21:14 -07:00
support Overhaul ansible-test container management. 2021-04-12 12:40:36 -07:00
units pause - ensure control characters are always set appropriately (#74568) 2021-05-06 15:09:26 -04:00
utils/shippable Switch incidental OS X tests to macOS. (#74564) 2021-05-04 11:46:46 -07:00