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

Merge branch 'fix-small-issue-with-spamassassin' into 'master'

spamassassin: fix typo and service was renamend in debian

See merge request !23
parents 3b3467d4 b5be3d35
No related branches found
No related tags found
1 merge request!23spamassassin: fix typo and service was renamend in debian
Checking pipeline status
......@@ -32,11 +32,22 @@
- mail
- 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:
name: spamassassin
state: started
enabled: true
when: ansible_distribution_major_version|int(default=99) < 12
tags:
- mail
- spamassassin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment