diff options
Diffstat (limited to 'ansible/roles/dovecot')
-rw-r--r-- | ansible/roles/dovecot/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/dovecot/tasks/main.yml b/ansible/roles/dovecot/tasks/main.yml index 1ee3b8d..fdc874c 100644 --- a/ansible/roles/dovecot/tasks/main.yml +++ b/ansible/roles/dovecot/tasks/main.yml @@ -11,7 +11,7 @@ - update-passwords become: yes with_dict: "{{ dovecot__passwords }}" - no_log: yes +# no_log: yes htpasswd: path: /etc/dovecot/users name: "{{ item.key }}" |