Add command to remove exim4.

This commit is contained in:
staticsafe 2014-05-06 16:21:48 +00:00
parent e6dd644a0d
commit 84a0f56c1e
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@
notify:
- restart rsyslog
- restart cron
- name: Install required things
- name: Install required packages
apt: pkg=most,zsh,vim,vim-scripts,git,subversion,tmux,multitail,mtr-tiny,curl,dnsutils,sudo,gnupg,traceroute,htop state=present
- name: Remove exim4
apt: pkg=exim4-daemon-light state=absent
handlers:
- name: restart rsyslog
service: name=rsyslog state=restarted