From 25e61c72ee4886d321d454ca9c54c48934da88b1 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Mon, 19 Nov 2012 22:06:46 +0000 Subject: [PATCH] postfix typo --- tasks/base.yml | 2 +- tasks/postfix_basic.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/base.yml b/tasks/base.yml index 3fd5632abf..408c265ee3 100644 --- a/tasks/base.yml +++ b/tasks/base.yml @@ -116,7 +116,7 @@ - $files/postfix/main.cf.${postfix_group} - $files/postfix/main.cf notify: - - restart postifx + - restart postfix tags: - postfix - config diff --git a/tasks/postfix_basic.yml b/tasks/postfix_basic.yml index b4ec406d63..83cc6ef7e8 100644 --- a/tasks/postfix_basic.yml +++ b/tasks/postfix_basic.yml @@ -13,8 +13,10 @@ - $files/postfix/main.cf.${postfix_group} - $files/postfix/main.cf notify: - - restart postifx + - restart postfix tags: - postfix - config +- name: enable postfix to start + action: service name=postfix state=running enabled=true