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