Skip to content
Snippets Groups Projects
Commit 6208b487 authored by Lars Beckers's avatar Lars Beckers
Browse files

dovecot: fix sieve script compilation

parent cd020ab7
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,5 @@ ...@@ -3,8 +3,5 @@
- name: restart dovecot - name: restart dovecot
service: name=dovecot state=restarted service: name=dovecot state=restarted
- name: compile sieve script - name: compile sieve scripts
shell: "sievec /var/lib/dovecot/sieve.d/*.sieve" command: "sievec /var/lib/dovecot/sieve.d/"
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
- report-spam.sieve - report-spam.sieve
- report-ham.sieve - report-ham.sieve
notify: notify:
- compile sieve script - compile sieve scripts
tags: tags:
- dovecot - dovecot
- mail - mail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment