X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a232041d9ff4b71aaee76fd739d92c0a64aadd24..fd3d0087259ed6991fe6ac44a1ced8507c0457e1:/roles/email/tasks/dovecot.yml diff --git a/roles/email/tasks/dovecot.yml b/roles/email/tasks/dovecot.yml index aa59821..6e1b12a 100644 --- a/roles/email/tasks/dovecot.yml +++ b/roles/email/tasks/dovecot.yml @@ -44,14 +44,17 @@ - name: create newmail dir file: path=/root/newmail state=directory - name: install newmail script - copy: + template: dest: /root/newmail/newmail - src: files/newmail/newmail + src: templates/newmail/newmail mode: u=rwx,g=rx,o=rx -- name: install newmail templates - copy: - dest: /root/newmail/templates.py - src: files/newmail/templates.py +- name: install newmail config + template: + dest: /root/newmail/{{ item }} + src: templates/newmail/{{ item }} + loop: + - templates.py + - settings.py - name: install changepw script when: postfix.dovecot.changepw_cgi is defined template: