Skip to content
Snippets Groups Projects

spamassassin: fix typo and service was renamend in debian

Merged Hinrikus Wolf requested to merge fix-small-issue-with-spamassassin into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -32,9 +32,9 @@
- mail
- spamassassin
- name: ensure spamassasin is started and enanbled -- the usual way
- name: ensure spamassasin is started and enabled -- the usual way
service:
name: spamassassin
name: spamd
state: started
enabled: true
tags:
Loading