cirrect encrypt parameter
This commit is contained in:
parent
9615d2381f
commit
b17b965f1f
@ -40,7 +40,7 @@
|
||||
name: "{{ item.name }}"
|
||||
password: "{{ item.password }}"
|
||||
state: "{{ item.state | default('present') }}"
|
||||
crypt_scheme: "apr_md5_crypt "
|
||||
crypt_scheme: "apr_md5_crypt"
|
||||
loop: "{{ radicale_users }}"
|
||||
|
||||
- name: Set Radicale user with password hash.
|
||||
|
Loading…
Reference in New Issue
Block a user