From d76240de1dcaab3d0e872dfc0d292aa1e029af18 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 4 Mar 2014 00:17:24 +0000 Subject: [PATCH] Don't need to redo this as there's a handler for it. --- roles/base/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index e5e839fa09..e9690bfe28 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -183,14 +183,6 @@ tags: - postfix - config - -- name: rebuild transport - command: /usr/sbin/postmap /etc/postfix/transport - when: inventory_hostname.startswith('smtp-mm') - tags: - - config - - postfix - # # This task installs some common scripts to /usr/local/bin # scripts are under roles/base/files/common-scripts