Do not install the cpanm packages as system libs

This commit is contained in:
Andrea Dell'Amico 2020-09-23 19:55:32 +02:00
parent 8fb3f0926e
commit 9e6eb8241b
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