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

nullmailer: disable adminaddr config option

parent 76f4ed87
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment