]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/debian/email/tasks/main.yml
Fix(debian/email): Split handlers
[ansible.git] / playbooks / roles / debian / email / tasks / main.yml
index ccf18cc3eb4c279c30e26c57ec997a644db37aa5..987a988a1d6b4d0f331df722323c1a5d3fbf03e4 100644 (file)
     regexp: '^OPTIONS="--create-prefs --max-children 5 --helper-home-dir"$'
     replace: 'OPTIONS="--create-prefs --max-children 5 --helper-home-dir --socketpath=/tmp/spamassassin.sock"'
   notify: Restart spamassassin
-
-handlers:
-  - name: Restart spamassassin
-    become: true
-    service:
-      name: spamassassin
-      state: reloaded