10 lines
233 B
YAML
10 lines
233 B
YAML
---
|
|
|
|
- name: Render /etc/dovecot/dovecot-sql.conf
|
|
ansible.builtin.template:
|
|
src: etc/dovecot/dovecot-sql.conf.j2
|
|
dest: /etc/dovecot/dovecot-sql.conf
|
|
owner: root
|
|
group: root
|
|
mode: "0640"
|
|
notify: Reload dovecot
|