File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ Each item should be a dict containing the following items:
44
44
- ` name ` : The name of the user.
45
45
- ` description ` : User name/description (optional)
46
46
- ` email ` : User email address (optional)
47
- - ` password ` : The user's password. This is not updated after creation.
47
+ - ` password ` : The user's password (optional). This is not updated after
48
+ creation.
48
49
- ` roles ` : Optional list of roles to assign to the user in the project.
49
50
- ` domain_roles ` : Optional list of roles to assign to the user in the user
50
51
domain.
Original file line number Diff line number Diff line change 9
9
name : " {{ item.name }}"
10
10
description : " {{ item.description | default(omit) }}"
11
11
email : " {{ item.email | default(omit) }}"
12
- password : " {{ item.password }}"
12
+ password : " {{ item.password | default(omit) }}"
13
13
default_project : " {{ project.name }}"
14
14
domain : " {{ domain_is_id | ternary(project.user_domain, os_projects_domain_to_id[project.user_domain]) }}"
15
15
state : present
You can’t perform that action at this time.
0 commit comments