summaryrefslogtreecommitdiff
path: root/test/integration/targets/user
diff options
context:
space:
mode:
authorReid Wahl <nrwahl@protonmail.com>2017-09-17 16:15:40 -0500
committerToshio Kuratomi <a.badger@gmail.com>2017-09-20 17:34:49 -0700
commit5f90169d7350f70eed0a82d65d500ce5e7d63b30 (patch)
tree5d6d681a667bb3e8f26769262616c93629a4c0c2 /test/integration/targets/user
parentf5dded59c26198af141403d88703c99f753c0854 (diff)
downloadansible-5f90169d7350f70eed0a82d65d500ce5e7d63b30.tar.gz
modules/system/user.py: Change createhome to create_home (#30179)
Diffstat (limited to 'test/integration/targets/user')
-rw-r--r--test/integration/targets/user/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/user/tasks/main.yml b/test/integration/targets/user/tasks/main.yml
index 3d608a8fff..7dc0a1fea0 100644
--- a/test/integration/targets/user/tasks/main.yml
+++ b/test/integration/targets/user/tasks/main.yml
@@ -58,7 +58,7 @@
user:
name: "{{ user_names.stdout_lines|random }}"
state: present
- createhome: no
+ create_home: no
with_sequence: start=1 end=5
register: user_test1
- debug: var=user_test1