Merge pull request 'Fix a description.' (#21) from adellam/ansible-role-spamassassin:master into master
This commit is contained in:
commit
f5421e9be3
|
@ -106,7 +106,7 @@
|
|||
|
||||
- name: Remove the ole2macro plugin
|
||||
block:
|
||||
- name: Remove the clamav plugin files
|
||||
- name: Remove the ole2macro plugin files
|
||||
file: dest={{ spamassassin_conf_dir }}/{{ item }} state=absent
|
||||
with_items:
|
||||
- 'ole2macro.cf'
|
||||
|
|
Loading…
Reference in New Issue