Merge pull request 'Wrong option for the cpanm module' (#20) from adellam/ansible-role-spamassassin:master into master

This commit is contained in:
Andrea Dell'Amico 2020-09-23 19:47:55 +02:00
commit 463bce0e10
1 changed files with 4 additions and 1 deletions

View File

@ -123,7 +123,10 @@
when: ansible_distribution_file_variety == "RedHat"
- name: dmarc perl module, from CPAN
cpanm: name={{ item }} state=present
cpanm:
name: '{{ item }}'
installdeps: True
system_lib: True
with_items: '{{ spamassassin_dmarc_perl_packages }}'
- name: Get the dmarc plugin code from github