fixed password update

This commit is contained in:
mkletz
2022-04-27 15:20:13 -05:00
parent ecf1447671
commit 227ba07d28

View File

@@ -37,6 +37,7 @@
name: "{{ item.name }}"
groups: "{{ item.groups }}"
password: "{{ lookup('community.general.random_string', min_lower=1, min_upper=1, min_special=1, min_numeric=1) }}"
update_password: on_create
loop:
- { name: "UserA", groups: "GroupA" }
- { name: "UserB", groups: "GroupB" }