install postfix on copr-fe
so we get emails about tracebacks
This commit is contained in:
parent
79fdf11a1c
commit
504b24ebce
2 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
- include: "{{ tasks }}/postfix_basic.yml"
|
||||
- include: "{{ tasks }}/iptables.yml"
|
||||
|
||||
- name: copy copr.repo
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
- include: "{{ tasks }}/postfix_basic.yml"
|
||||
|
||||
- name: mount up disk of copr fe
|
||||
action: mount name=/srv/copr-fe src='LABEL=copr-fe' fstype=ext4 state=mounted
|
||||
- include: "{{ tasks }}/iptables.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue