Skip to content
Snippets Groups Projects
Commit eca98869 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

Merge branch 'fix-bug-in-mta-sts' into 'master'

postfix: start mta-sts only when enabled

See merge request !12
parents 65abfe75 6668f228
No related branches found
No related tags found
1 merge request!12postfix: start mta-sts only when enabled
Pipeline #1964 passed
......@@ -72,3 +72,4 @@
name: postfix-mta-sts-resolver
enabled: "{{ postfix_enable_mta_sts|string }}"
state: "{{ 'started' if postfix_enable_mta_sts else 'stopped' }}"
when: postfix_enable_mta_sts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment