Wrong option for the cpanm module
This commit is contained in:
parent
cb44085076
commit
c6a4d7cf97
|
@ -123,7 +123,10 @@
|
||||||
when: ansible_distribution_file_variety == "RedHat"
|
when: ansible_distribution_file_variety == "RedHat"
|
||||||
|
|
||||||
- name: dmarc perl module, from CPAN
|
- 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 }}'
|
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