Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
communication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
communication
Merge requests
!12
postfix: start mta-sts only when enabled
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
postfix: start mta-sts only when enabled
fix-bug-in-mta-sts
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Hinrikus Wolf
requested to merge
fix-bug-in-mta-sts
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
6668f228
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6668f228
postfix: start mta-sts only when enabled
· 6668f228
Hinrikus Wolf
authored
5 years ago
postfix/tasks/mta-sts.yml
+
1
−
0
View file @ 6668f228
Edit in single-file editor
Open in Web IDE
Show full file
@@ -72,3 +72,4 @@
@@ -72,3 +72,4 @@
name
:
postfix-mta-sts-resolver
name
:
postfix-mta-sts-resolver
enabled
:
"
{{
postfix_enable_mta_sts|string
}}"
enabled
:
"
{{
postfix_enable_mta_sts|string
}}"
state
:
"
{{
'started'
if
postfix_enable_mta_sts
else
'stopped'
}}"
state
:
"
{{
'started'
if
postfix_enable_mta_sts
else
'stopped'
}}"
when
:
postfix_enable_mta_sts
Loading