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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
communication
Commits
20ad9c81
Commit
20ad9c81
authored
1 year ago
by
Hinrikus Wolf
Browse files
Options
Downloads
Patches
Plain Diff
spamassassin: fix typo and service was renamend in debian
parent
8b2561e3
No related branches found
No related tags found
1 merge request
!22
Implement dkim
Pipeline
#6998
passed
7 months ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
spamassassin/tasks/main.yml
+12
-1
12 additions, 1 deletion
spamassassin/tasks/main.yml
with
12 additions
and
1 deletion
spamassassin/tasks/main.yml
+
12
−
1
View file @
20ad9c81
...
@@ -32,11 +32,22 @@
...
@@ -32,11 +32,22 @@
-
mail
-
mail
-
spamassassin
-
spamassassin
-
name
:
ensure spamassasin is started and enanbled -- the usual way
-
name
:
ensure spamassasin is started and enabled -- the usual way
service
:
name
:
spamd
state
:
started
enabled
:
true
when
:
ansible_distribution_major_version|int(default=99) >=
12
tags
:
-
mail
-
spamassassin
-
name
:
ensure spamassasin is started and enabled -- the usual way
service
:
service
:
name
:
spamassassin
name
:
spamassassin
state
:
started
state
:
started
enabled
:
true
enabled
:
true
when
:
ansible_distribution_major_version|int(default=99) <
12
tags
:
tags
:
-
mail
-
mail
-
spamassassin
-
spamassassin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment