Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
eca98869
Commit
eca98869
authored
Mar 28, 2020
by
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
Pipeline
#1964
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
postfix/tasks/mta-sts.yml
View file @
eca98869
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment