From 4fd084f13743ee1b770099726f554817d01ad69c Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Thu, 21 Sep 2017 23:15:59 +0200 Subject: [PATCH] nullmailer: disable adminaddr config option --- nullmailer/tasks/main.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/nullmailer/tasks/main.yml b/nullmailer/tasks/main.yml index fbebf33..86998a5 100644 --- a/nullmailer/tasks/main.yml +++ b/nullmailer/tasks/main.yml @@ -63,14 +63,13 @@ - config - nullmailer -# i've configured admin@fsmpi as adminaddr of fsbio, let's evalute that -#- name: ensure nullmailer has no admin address -# file: state=absent path=/etc/nullmailer/adminaddr -# notify: -# - restart nullmailer -# tags: -# - config -# - nullmailer +- name: ensure nullmailer has no admin address + file: state=absent path=/etc/nullmailer/adminaddr + notify: + - restart nullmailer + tags: + - config + - nullmailer - name: ensure we got some aliases in case they are needed template: src=aliases.j2 dest=/etc/aliases owner=root group=root mode=0644 -- GitLab