Install Debian packages and mail configuration.
[distorted-ansible] / roles / debian / handlers / main.yml
1 ### -*-yaml-*-
2 ###
3 ### Handlers, mostly for kicking services.
4
5 ---
6
7 ###--------------------------------------------------------------------------
8 ### Rebuliding remote configuration files.
9
10 ###--------------------------------------------------------------------------
11 ### Restarting services in obvious ways.
12
13 - name: restart exim
14 service: name=exim4 state=restarted
15
16 ###----- That's all, folks --------------------------------------------------