mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
modules/system/user.py: Change createhome to create_home (#30179)
This commit is contained in:
parent
f5dded59c2
commit
5f90169d73
2 changed files with 19 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue