From a4f24abf1995298cdadc76b3ebf9962775751118 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini <grazzolini@archlinux.org> Date: Thu, 24 Aug 2017 12:12:25 -0300 Subject: [PATCH] roles/postfix: Remove the task that install the patchwork script Since the script was moved to the patchwork role, the script is being installed there. --- roles/postfix/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/postfix/tasks/main.yml b/roles/postfix/tasks/main.yml index 6f56bdb3a..a4075ba63 100644 --- a/roles/postfix/tasks/main.yml +++ b/roles/postfix/tasks/main.yml @@ -51,9 +51,5 @@ notify: - reload postfix -- name: install patchwork parsemail wrapper - template: src=patchwork-parsemail-wrapper.sh dest=/usr/local/bin/patchwork-parsemail-wrapper.sh mode=0755 owner=root group=root - when: postfix_patchwork_enabled - - name: start and enable postfix service: name=postfix enabled=yes state=started -- GitLab