3199e3b225
This requires an external program and only works on Debian hosts. Newer versions of exim (4.91) have SPF functionality built-in, but they are not yet available to us. Change-Id: Idfe6bfa5a404b61c8761aa1bfa2212e4b4e32be9
11 lines
183 B
YAML
11 lines
183 B
YAML
- name: Install Exim
|
|
package:
|
|
state: present
|
|
name: '{{ package }}'
|
|
|
|
- name: Install SPF tools
|
|
when: exim_enable_spf
|
|
package:
|
|
state: present
|
|
name: spf-tools-perl
|