Add command to remove exim4.
This commit is contained in:
parent
e6dd644a0d
commit
84a0f56c1e
@ -16,8 +16,10 @@
|
|||||||
notify:
|
notify:
|
||||||
- restart rsyslog
|
- restart rsyslog
|
||||||
- restart cron
|
- 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
|
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:
|
handlers:
|
||||||
- name: restart rsyslog
|
- name: restart rsyslog
|
||||||
service: name=rsyslog state=restarted
|
service: name=rsyslog state=restarted
|
||||||
|
Loading…
Reference in New Issue
Block a user