1# Test code for the user module.
2# (c) 2017, James Tanner <tanner.jc@gmail.com>
3
4# This file is part of Ansible
5#
6# Ansible is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation, either version 3 of the License, or
9# (at your option) any later version.
10#
11# Ansible is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
18#
19
20- import_tasks: test_create_user.yml
21- import_tasks: test_create_system_user.yml
22- import_tasks: test_create_user_uid.yml
23- import_tasks: test_create_user_password.yml
24- import_tasks: test_create_user_home.yml
25- import_tasks: test_remove_user.yml
26- import_tasks: test_no_home_fallback.yml
27- import_tasks: test_expires.yml
28- import_tasks: test_expires_new_account.yml
29- import_tasks: test_expires_new_account_epoch_negative.yml
30- import_tasks: test_shadow_backup.yml
31- import_tasks: test_ssh_key_passphrase.yml
32- import_tasks: test_password_lock.yml
33- import_tasks: test_password_lock_new_user.yml
34- import_tasks: test_local.yml
35