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

postfix: start srs only when enabled

parent 70bc224c
No related branches found
No related tags found
1 merge request!13Additional Services and Configurablity for Postfix
...@@ -30,3 +30,4 @@ ...@@ -30,3 +30,4 @@
name: postsrsd name: postsrsd
enabled: "{{ postfix_enable_srs|string }}" enabled: "{{ postfix_enable_srs|string }}"
state: "{{ 'started' if postfix_enable_srs else 'stopped' }}" state: "{{ 'started' if postfix_enable_srs else 'stopped' }}"
when: postfix_enable_srs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment