Install postfix
This commit is contained in:
parent
bdb9738d82
commit
2cec3bb426
10
machine.yml
10
machine.yml
@ -3,3 +3,13 @@
|
||||
|
||||
vars_files:
|
||||
- secrets.yml
|
||||
|
||||
tasks:
|
||||
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
# E-mail configuration.
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
|
||||
- name: Install postfix
|
||||
apt:
|
||||
name: postfix
|
||||
|
Loading…
Reference in New Issue
Block a user