Do not install the cpanm packages as system libs
This commit is contained in:
parent
8fb3f0926e
commit
9e6eb8241b
|
@ -126,7 +126,7 @@
|
||||||
cpanm:
|
cpanm:
|
||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
installdeps: True
|
installdeps: True
|
||||||
system_lib: True
|
system_lib: False
|
||||||
with_items: '{{ spamassassin_dmarc_perl_packages }}'
|
with_items: '{{ spamassassin_dmarc_perl_packages }}'
|
||||||
|
|
||||||
- name: Get the dmarc plugin code from github
|
- name: Get the dmarc plugin code from github
|
||||||
|
|
Loading…
Reference in New Issue