Allow '!' prefix in password for locked\disabled accounts.
Signed-off-by: Tim Jones <me@prototim.com>
This commit is contained in:
parent
26c4578f99
commit
add153e060
@ -45,7 +45,7 @@
|
||||
- uid: {{ user['uid'] }}
|
||||
{% endif -%}
|
||||
{% if 'password' in user -%}
|
||||
- password: {{ user['password'] }}
|
||||
- password: '{{ user['password'] }}'
|
||||
{% endif -%}
|
||||
{% if 'prime_group' in user and 'gid' in user['prime_group'] -%}
|
||||
- gid: {{ user['prime_group']['gid'] }}
|
||||
|
Loading…
Reference in New Issue
Block a user