cirrect encrypt parameter

This commit is contained in:
vincent 2020-06-07 15:25:38 +02:00
parent 9615d2381f
commit b17b965f1f

View File

@ -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.