Skip to content

Commit d3179d0

Browse files
committed
Install exim4 package before configuring
1 parent 9e9eac7 commit d3179d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/smtp_smarthost/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# This role sets up the smarthost for emailing emails through the central SMTP server
22

3+
- name: Install Exim4
4+
apt:
5+
name: exim4
6+
state: present
7+
38
- name: Add Exim configuration file
49
template:
510
src: templates/update-exim4.conf.conf

0 commit comments

Comments
 (0)