modules/system/user.py: Change createhome to create_home (#30179)

This commit is contained in:
Reid Wahl 2017-09-17 16:15:40 -05:00 committed by Toshio Kuratomi
commit 5f90169d73
2 changed files with 19 additions and 18 deletions

View file

@ -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