Merge pull request 'Do not install the cpanm packages as system libs' (#22) from adellam/ansible-role-spamassassin:master into master

This commit is contained in:
Andrea Dell'Amico 2020-09-23 19:56:10 +02:00
commit 33733dbb0d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
cpanm:
name: '{{ item }}'
installdeps: True
system_lib: True
system_lib: False
with_items: '{{ spamassassin_dmarc_perl_packages }}'
- name: Get the dmarc plugin code from github