You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/user
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.
3 years ago
..
files Fix sanity tests based on newer version of shellcheck (#60423) 5 years ago
meta Add integration test targets for core supported modules (#24217) 7 years ago
tasks user - consistently create user home directory on Linux (#71952) 3 years ago
vars user - consistently create user home directory on Linux (#71952) 3 years ago
aliases Testing: Add support for AIX platform (#65802) 5 years ago