mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
modules/system/user.py: Change createhome to create_home (#30179)
This commit is contained in:
committed by
Toshio Kuratomi
parent
f5dded59c2
commit
5f90169d73
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user