e8716e742e
If we move these into a subdir, it cleans up the number of things we nave to files match on. Stop running disable-puppet-agent in base. We run it in run-puppet which should be fine. Change-Id: Ia16adb96b11d25a097490882c4c59a50a0b7b23d
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
|