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
parent f5dded59c2
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