Browse Source

adding postfixadmin, to be continued ...

pull/1/head
theonlydoo 9 years ago
parent
commit
83dfdfce10
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      roles/mail/tasks/main.yml
  2. +3
    -0
      roles/mail/vars/main.yml

+ 4
- 0
roles/mail/tasks/main.yml View File

@ -121,5 +121,9 @@
template: src=etc-default-postgrey dest=/etc/default/postgrey
notify: restart postgrey
- name: Install postfixadmin
apt: pkg={{item}} state=installed update_cache=no install_recommends=yes
with_items: "{{ postfixadmin }}"
ignore_errors: no
# vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab:

+ 3
- 0
roles/mail/vars/main.yml View File

@ -60,4 +60,7 @@ packages:
files:
- random
postfixadmin:
- postfixadmin
# vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab:

Loading…
Cancel
Save