ansible/test/integration/targets/user/tasks
Amin Vakil 49d4442378
Add umask option to user module (#73821)
* Add umask option to user module

* Fail on setting both umask and local: True

* Add integration test

* Add changelog

* Run integration tests only if HOME_MODE is not set

* Run integration tests only on Linux

Co-authored-by: Matt Clay <matt@mystile.com>
2021-04-20 12:01:56 -04:00
..
main.yml Add umask option to user module (#73821) 2021-04-20 12:01:56 -04:00
test_create_system_user.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_create_user.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_create_user_home.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_create_user_password.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_create_user_uid.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_expires.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_expires_min_max.yml user - add password expiration parameters (#69531) 2021-02-09 16:41:15 -05:00
test_expires_new_account.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_expires_new_account_epoch_negative.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_local.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_local_expires.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_no_home_fallback.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_password_lock.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_password_lock_new_user.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_remove_user.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_shadow_backup.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_ssh_key_passphrase.yml user - properly handle password and password lock when used together (#73016) 2021-01-11 11:42:35 -05:00
test_umask.yml Add umask option to user module (#73821) 2021-04-20 12:01:56 -04:00