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:
commit
33733dbb0d
|
|
@ -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